/**
* Template Name: Yummy - v1.3.0
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Kozuka Gothic Pr6N","Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Kozuka Gothic Pr6N","Amatic SC", sans-serif;
  --font-secondary: "Kozuka Gothic Pr6N","Inter", sans-serif;
}

/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #ce1212;
  --color-secondary: #37373f;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #ec2727;
  text-decoration: none;
}

.my-6 {
    /* margin-top: 24px!important; */
    margin-bottom: 24px!important;
}
h2{
    color: #787070;
    font-weight: bold;
    /* font-size: large; */
    /* font-family: "Kozuka Gothic Pr6N"; */
    /* font-weight: 100; */
    font-size: 20px;

}
/* .section1{
    margin-top: 100px;
    padding-top: 50px;
} */
img.image-connect {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.button-connection {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.button-connection img {
    -webkit-animation: bounce 2s linear infinite;
    animation: bounce 2s linear infinite;
    /* margin-left: 35px;
    margin-top: 30px; */
}
.cursor-pointor {
    cursor: pointer;
}
.separation {
    position: relative;
    width: 100%;
}
.separation img{
    top: -120px;
    position: absolute;
    right: 0;
    opacity: .7;
    z-index: 0;
    width: 10%;
}
.separation2{
    position: relative;
    width: 100%;
}
.separation2 img{
    top: -120px;
    position: absolute;
    left: 0;
    opacity: .7;
    z-index: 0;
    width: 10%;
}
.arrow_im{
    position: absolute;
    width: 16px;
    margin-left: 43%;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 80px 0;
  background-color:  #f5f5f5;
  padding: 50px 0;
}
.section2{
    display: flex;
    flex-wrap: wrap;
    margin: 0!important;
}

.section-bg {
  background-color:white;
}


.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #7f7f90;
  text-transform: uppercase;
  font-family: var(--font-default);
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-primary);
}

.section-header p span {
  color: var(--color-primary);
}
h3 {
    font-size: 28px;
    color: #275ba7;
    /* font-family: "Kozuka Gothic Pr6N"; */
}
.text-center {
    text-align: center!important;
}
.font24 {
    font-size: 24px;
    
}
p {
    color: #202020;
    font-size: 14px;
    /* font-family: "Kozuka Gothic Pr6N"!important; */
    
}
span {
    color: #f16f3c;
}

h4 {
    font-size: 24px;
    color: #275ba7;
    /* font-family: "popins-ligth";
    margin: 0 0 10px 25px; */
}
h4 span {
    color: #f16f3c;
    text-align: center;
}
.sharedispo{
    width: 100%;
    text-align: center;
    padding: 35px;
}
.sharedispo h4{
    padding-bottom: 20px;
}
.block-global {
    border-radius: 0 0 20px 0;
    box-shadow: 0 0 4px rgb(0 0 0 / 16%);
    padding: 20px;
    margin-right: -15px;
    box-shadow: 0 0 7px #d3d3d3;
    background-color: #fff;
}
.blok {
    border-radius: 15px 15px 15px 15px;
    padding: 10px;
    background-color: rgb(247, 141, 48);
    color: white;
    width: 10%;
    margin: 5px;
    font-size: 24px;
}
.blok_h {
    padding: 5px;
    display: flex;
    justify-content: center;
    position: relative;
}
.blok_h h5 {
    position: absolute;
    font-size: 12px;
    top: 59px;
    margin-left: 9px;
}
.image-hobbies {
    -o-object-fit: contain;
    object-fit: contain;
    width: 70px;
    height: 70px;
    margin: 36px 15px 15px;
}
.flex-img-hobbie{
    display: flex;
    justify-content: center;
    align-items: center;
}
.justify-arround {
    justify-content: space-around;
}
.d-flex {
    display: flex!important;
}
.flex-wrap {
    flex-wrap: wrap!important;
}
.btn-style{
    color: white;
    background-color: rgb(247, 141, 48);
    border-color: rgb(233 132 44);
    position: absolute;
    z-index: 1;
    border-radius: 20px;
    font-size: 14px;
    padding: 6px;
    width: 20%;
    right: -20px;
}
.mail{
    width: 100%;
    text-align: center;
    margin-top: 24px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
}
input#inlineFormInputGroup:focus {
    z-index: 0;
    height: 31px;
    top: 3px;
}


/*--------------------------------------------------------------
#section next
--------------------------------------------------------------*/
.flex-avec-phone {
    margin: auto;
    display: flex;
}
img {
    border-style: none;
}
.details-download {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.log-margemoins {
    width: 128px;
    display: block;
    margin: auto auto -23px;
}

/* --------------------------------------------------------------
# section next2
--------------------------------------------------------------*/
.pb-0 {
    padding-bottom: 0!important;
}

/* .v-expansion-panels {
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    width: 100%;
    z-index: 1;
} */
img.arrow{
    position: absolute;
    right: -20px;
    width: 22px;
    top: -5px;
}
.active img.arrow.arrow_down,img.arrow.arrow_up{
  display: none;
}

img.arrow.arrow_down,.active img.arrow.arrow_up{
    display: block;
  }

.v-item-group {
    flex: 0 1 auto;
    position: relative;
    max-width: 100%;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}

.mb-5 {
    margin-bottom: 20px!important;
}
.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding-top: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    /* margin-top: 35px; */
  }
  .accordion1 {
    margin: 0px 3px 15px 3px;
  }
  
  .active, .accordion:hover {
    background-color: #fff; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
h5.titre{
    color: #000!important;
}
.titre-faqq h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
    /* font-family: "Kozuka Gothic Pr6N" */
}
/* h5{
    font-family: "popins-ligth";
} */
.titre-faqq p {
    line-height: 20px;
}
.limite2-lign {
    -webkit-line-clamp: 2;
}
.limite1-lign, .limite2-lign, .limite3-lign, .limite4-lign, .limite5-lign, .limite6-lign, .limite7-lign, .limite8-lign, .limite9-lign, .limite10-lign {
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow-x: hidden;
}
.v-expansion-panel-content {
    display: flex;
}
.blog-faq .panel_wrap {
    padding: 10px 0 0;
    border-top: 1px solid #ebebeb;
    font-size: 14px!important;
    color: #5d5d5d;
}
.blog-faq img {
    margin-right: 15px;
}
.panel_wrap {
    padding: 0 24px 16px;
    flex: 1 1 auto;
    max-width: 100%;
}
.flex-glog {
    display: flex;
    align-items: flex-start;
    position: relative;
}
#hero .btn-scroll {
    transition: 0.4s;
    color: rgba(255, 255, 255, 0.6);
    animation: up-down 1s ease-in-out infinite alternate-reverse both;
}
.bx {
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.v-expansion-panel-header__icon {
    margin-left: auto;
}
.v-expansion-panel-header__icon {
    display: inline-flex;
    margin-bottom: -4px;
    margin-top: -4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.blog-faq button.v-expansion-panel-header img {
    color: #f16f3c!important;
    font-size: 35px!important;
    margin: -5px;
}
.bx-chevron-down::before {
    content: "\F0140";
}
.bx:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* scroll-top */
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #eb730d;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
  }
  
  .scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .scroll-top:hover {
    background: rgb(247, 141, 48);
    color: #fff;
  }
  
  .scroll-top.active {
    visibility: visible;
    opacity: 1;
  }

/* scroll-top */

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
img.logo-footer {
    height: 100px;
    margin: -10px 0 -30px -10px;
}
.mb-1 {
    margin-bottom: 4px!important;
}
.mb-2 {
    margin-bottom: 8px!important;
}
.font20 {
    font-size: 20px!important;
}
.lign-orange {
    width: 71px;
    height: 3px;
    background-color: #f16f3c;
    border-radius: 8px;
    margin-bottom: 20px;
}
.footer a {
    color: #6e6e6e;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
}
footer {
    padding: 50px 0 0!important;
    flex-direction: column;
}
.avec-border-top {
    width: 100%;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* modal */

.modal-header h3 {
    font-size: 25px;
    padding-left: 8px;
}
.modal-header img {
    width: 39px;
}
button.close {
    border: none;
    background-color: transparent;
}
.modal-header button span {
    color: #275ba7;
    font-size: 20px;
}
.modal-body .setting h3 img {
    width: 23px;
    margin-right: 9px;
}
.modal-body .setting h3 {
    font-size: 21px;
}
.setting h3 {
    display: flex;
}
.setting{
    display: flex;
}
.header-custom .close {
    margin-left: auto;
}

.header-custom {
    justify-content: flex-start;
}
.modal-footer.bouton-modal {
    justify-content: center;
}
.modal-footer.bouton-modal button {
    font-size: medium;
    width: 45%;
    display: grid;
}
button.btn.btn-primary.btn-lg {
    background-color: #275ba7;
}
button.btn.btn-secondary.btn-lg {
    color: #275ba7;
    background-color: white;
    border-color: #fff;
    box-shadow: 2px 3px 6px hsla(0,0%,49.4%,.25098)!important;
}
.form-switch {
    margin-left: auto;
}
button.btn.btn-primary.btn-lg:hover {
    background-color: #275ba7e3;
}
button.btn.btn-secondary.btn-lg:hover {
    background-color: #dbd7d745;
}

/* fin modal */
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    background-color: white;
    width: 28%;
    position: absolute;
    border-radius: 0 50px 50px 0!important;
    top: 60px;
    border-color: #fff;
    box-shadow: 2px 3px 6px hsla(0,0%,49.4%,.25098)!important;
    height: 100px!important;
}
.ajustop{
    padding-top: 200px;
    padding-right: 68px;
}
.logo_txts {
    font-family: 'Montserrat-regular' !important;

}
.manga{
    font-weight: 400;
    color: #275ba7 !important;
    font-size: 20px;
}
.voasary{
    color: #f16f3c !important;
    /* font-family: "Kozuka Gothic Pr6N" !important; */
    font-size: 20px;
}

@media (max-width: 575px) {
  .header {
    height: 70px;
  }
}
ul {
    font-size: 14px;
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(206, 18, 18, 0.8);
}

section {
  scroll-margin-top: 90px;
}
.reseau-sociau img {
    margin-right: 10px;
    width: 28px;
}
.logo_header{
    width: 87%;
}
.ecrive-nous a img {
    width: 21px;
    margin: 5px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (max-width:428px) { 

#hero{
    width: 90%;
    margin: auto;
}
.header {
    width: 93%;
    top: 15px;
    height: 77px!important;
}
.logo_header {
    width: 100%;
}
.ajustop {
    padding-top: 73px;
    padding-right: 0;
}
.sharedispo {
    width: 100%;
    text-align: center;
    padding: 25px;
}
.blok {
    border-radius: 15px 15px 15px 15px;
    padding: 15px;
    margin: 5px;
    width: auto;
}
a:hover {
    color: #ffff;
}
.btn-style {
    font-size: 14px;
    padding: 6px;
    width: 41%;
    right: -53px;
}
.input-group {

    width: 81%;
}
.position-relative {
   
    width: auto;
    margin-top: 45px;
}
.button-connection img {
    margin-left: 0px;
    margin-top: 0px;
    width: 30%;
}
.block-global {
  
    width: 100%;
}
h4 {
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
}
.flex-img-hobbie {
    display: contents;
}
.image-hobbies {
    -o-object-fit: contain;
    object-fit: contain;
    width: 56px;
    height: 56px;
    margin: 26px 12px 29px;
}
.phoneApk{
    display: block;
    margin-left: 50%;
    transform: translateX(-47%);
}
.downre img{
    width:100%
}
section {
    overflow: hidden;
    padding: 50px 0;
    background-color: #f5f5f5;
    /* padding: 50px 0; */
}
.log-margemoins {
    width: 50%!important;
}
footer {
    padding: 30px 0 0!important;
}
img.logo-footer {
    margin-left: 50%;
    transform: translateX(-50%);
    display: block;
}
.mb-1 {
    margin-bottom: 20px!important;
    text-align: center;
    margin-top: 20px;
}
.font20 {
    font-size: 20px!important;
    text-align: center;
}
.reseau-sociau {
    text-align: center;
}
#footer h4 {
    text-align: left;
}
.avec-border-top {
    padding-bottom: 0px;
}
.separation2 img {
    top: -45px;
}
.separation img {
    top: -15px;
}
.flex-avec-phone {
    display: inline;
}
}

/* condition général d'utilisation */
.conditon_grl{
    padding: 35px;
    box-shadow: 0 0 7px #d3d3d3;
    background-color: #fff;
    margin-top: 35px;
}

.condition-body{
    width: 60%;
    margin-top: 4%;
}
.separation3 img {
    top: -200px;
    position: absolute;
    left: -62px;
    opacity: .7;
    z-index: 0;
    width: 18%;
}
footer#footer {
    position: relative;
}
.separation4 img {
    top: 300px;
    position: absolute;
    right: -85px;
    opacity: .7;
    z-index: 0;
    width: 18%;
}
.conditon_grl h5 {
    font-size: 20px;
}
.conditon_grl h3 {
    font-size: 24px;
}

@media (max-width:428px) {
    .condition-body {
        width: 100%;
        display: block;
    }
    .condition-body h3.text-center {
        margin-top: 15%;
    }
    .conditon_grl {
        text-align: justify;
        display: block;
        position: relative;
        margin: auto;
    }
    .separation4 img {
        top: 170px;
        opacity: .7;
        z-index: 1;
        right: 0px;
    }
    .separation3 img {
        top: -23px;
        left: 0px;
    }
    .modal-header h3 {
        font-size: 19px;
    }
    .modal-body p{
        font-size: 17px;
    }
    .modal-body .setting h3 {
        font-size: 20px;
    }
    .modal-body .setting h3 img {
        width: 20px;
    }
    .modal-footer.bouton-modal button {
        font-size: smaller;
        width: 43%;
    }
}