@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');

@font-face {
    font-family: 'Dax';
    src: url('DaxMedium.woff2') format('woff2'),
        url('DaxMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dax';
    src: url('DaxBold.woff2') format('woff2'),
        url('DaxBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dax';
    src: url('DaxLight.woff2') format('woff2'),
        url('DaxLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dax';
    src: url('Dax.woff2') format('woff2'),
        url('Dax.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




:root {
    --black: #000;
    --white: #fff;
    --primary: #6cb990;
    --bg-btn: #0d9296;
    --second: #a2d6d8;
    --gris: #d0d2d8;
    --color-title: #365b8a;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Dax';
    font-weight: normal;
    overflow-x: hidden;
    background-color: var(--white);
}

ul {
    padding: 0px;
    margin: 0px;
}

.header {
    width: 100%;
    top: 0;
    position: relative;
    background-size: 100% 100%;
}
.sliderheader{
    height: 500px;
}
.flot-header {
    width: 100%;
    top: 0;
    left: 0;
    font-weight: 300;
    color: var(--white);
    z-index: 9;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    position: absolute;
}

.flot-header>div {
    width: 100%;
    padding: 0px;
    min-width: 100%;
}

.logo img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.logo img {
    position: relative;
    z-index: 1;
    max-width: 100%;
     animation-duration: 2s;
        animation-iteration-count: infinite;
}

  .bounce-1 {
        animation-name: bounce-1;
        animation-timing-function: linear;
    }
    @keyframes bounce-1 {
        0%   { transform: translateY(0) ; }
        50%  { transform: translateY(-10px); }
        100% { transform: translateY(0) ; }
    }



.logo a {
    display: block;
    position: relative;
    text-align: center;
}


/* end header */


/****** back bloc***/

.slideBlock {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0px auto 50px;
    background: var(--primary);
    padding: 0px 0px 40px;
    }
.slideBlock .banner img {
    max-width: 100%;
    margin: 0;
}

.back-bloc {
    
background-size: cover;
    
display: flex;
    
background-position: right;
    
height: 100%;
    
padding: 0px;
    
WIDTH: 100%;
    
top: 0;
    
right: 0;
    
justify-content: center;
    
align-items: center;
    
}

.back-bloc>div {
    width: 50%;
}
.back-bloc>div:nth-child(2){
    max-width: 500px;
    margin: 0 auto;
    padding: 0px 15px;
    position: relative;
    z-index: 2;
}
.back-bloc>div h3 a{
    background: var(--bg-btn);
    color: var(--white);
    font-size: 19px;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
    transition: 0.3s ease all;
    text-decoration: none;
}
.back-bloc>div h3 a:hover{background: var(--second);color: var(--bg-btn);}
.back-bloc>div img{display:block;max-width:100%;padding-right: 20px;}
.back-bloc>div ul{list-style: none;margin-bottom: 10px;}
.back-bloc>div li a{color: var(--white);font-size: 16px;padding: 10px 25px;display: block;transition: 0.3s ease all;}
.back-bloc>div li a:hover{
    color: var(--bg-btn);
    text-decoration: none;
}
/****** back bloc ***/



/* menu */

.navbar-nav .nav-item {
    display: block;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: 0.5s ease all;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 16px 13px;
    color: var(--white);
    font-size: 15px;
    transition: 0.3s ease all;
    position: relative;
    font-weight: 800;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-link {
    text-align: left;
    text-transform: none;
    padding: 12px;
}

.navbar .navbar-nav .nav-item:last-child .nav-link::before {
    display: none
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    background: var(--second);
}

.menubox {
    transition: 0.5s ease width;
    z-index: 9999999;
    background-position: center center;
    width: 100%;
    left: 0;
}

.menubox.fixed {
    position: fixed;
    top: 0 !important;
    width: 100%;
    bottom: initial;
    padding: 0;
    left: 0 !important;
}

.menubox.fixed .inner-menubox {
    max-width: 100%;
}

.inner-menubox {
    position: relative;
    background: var(--primary);
    margin: 0 auto;
    z-index: 999;
}

.navbar-toggler {
    background: #fff;
    border-radius: 0px;
    border: none;
    padding: .50rem .75rem;
    outline: none !important;
}

.navbar-nav {
    padding: 0;
    z-index: 9;
    width: 100%;
    justify-content: center;
}

.dropdown-menu {
    top: calc(100% - 5px);
    border: 0;
    border-radius: 0;
    background: var(--primary);
    min-width: 300px;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}


/****** end menu ***/

.fixed .navbar-nav:after {
    display: none
}


/****** text bloc***/
.text_center {
    text-align: center;
    padding: 60px 15px;
    max-width: 900px;
    margin: 40px auto;
    font-weight: 400;
    position: relative;
    z-index: 2;
    font-size: 15px;
    color: var(--color-title);
    }

.text_center h2 {
    color: var(--color-title);
    text-align: center;
    font-size: 20px;
    display: table;
    margin: 40px  auto 20px;
    font-weight: 600;
}

/****** text bloc ***/



.page .fluid-contact {margin: 0;}
.page .contact {margin: 0;}
.page .slideBlock {margin: 0;}




/****** Contact ***/

.fluid-contact {
    align-items: center;
    background-position: top center;
    position: relative;
    overflow: hidden;
    color: var(--white);
    margin-top: 30px;
}

.contact {
    color: var(--white);
    font-size: 17px;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    margin: 40px auto 0px;
    background: var(--bg-btn);
}

.contact .col-12:nth-child(2) {
    background-size: cover;
    background: var(--primary);
    min-height: 440px;
}

.col-contact .phone {
    color: var(--white) !important;
    padding: 0px;
    text-align: center;
}

.col-contact {
    text-align: center;
    padding: 60px 30px 20px;
    width: 100%;
    max-width: 620px;
}
.col-contact>div{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.col-contact>div div{min-width:300px;}
.col-contact>div h3{
    padding-right: 40px;
    font-size: 20px;
    text-align: left;
}

.col-contact p {
    font-size: 17px;
    text-align: center;
    color: var(--white);
    margin: 0;
    }

.adresse-block {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    
}


/****** end Contact ***/


/****** footer ***/

.boxfooter {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    background: var(--white);
}

.footerlink {
    color: #d0d0d0;
    font-size: 10px;
    font-family: verdana;
    text-align: right;
}

.footerlink ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footerlink ul li {
    display: inline-block;
}

.footerlink ul li a {
    text-decoration: none !important;
    transition: 0.3s ease all;
    color: var(--gris);
}

.footerlink ul li a:hover {
    color: var(--primary);
}

.inlineblock {
    display: inline-block;
}

.footerlink ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: none;
}

.boxfooter>div {
    width: 100%;
    margin: 0;
}


/****** footer ***/


/****** page interne ***/

.text {
    
margin: 0px auto 0px;
    
padding: 0px 15px 0px;
    
background: var(--white);
    
background-size: cover;
    
background-attachment: fixed;
    
position: relative;
    
z-index: 2;
    
}

.textdiv {
    max-width: 1320px;
    margin: 30px auto 30px;
    padding: 10px 15px;
    line-height: 31px;
    font-size: 15px;
    text-align: justify;
}


/****** end page interne ***/

@media (max-width: 1280px) {
    .phone:after {
        display: none;
    }
    .flot-header {
        top: 0;
    }
    .logo {
        padding: 27px;
    }
}

@media (min-width:991px) {
    .page .flot-header {
        top: 0;
        padding: 0px 15px;
    }
    .menubox.fixed .navbar-nav {
        flex-direction: row !important;
        justify-content: center;
    }
    .menubox.fixed {
        position: fixed !important;
        left: 0;
        width: 100%;
        top: 0 !important;
        background: var(--primary);
        margin: 0;
        padding: 0px;
        bottom: initial !important;
        max-width: 100%;
        display: block;
        height: auto;
        padding: 0;
    }
    .page .sliderbanner {
    }
    .page .header .sliderheader {
    max-height: 400px;
    }
    .page .logo {
        padding: 18px;
    }
    .page .menubox .inner-menubox {
        padding: 0px 15px;
    }
}


/****** bloc avis ****/


/****** text images ***/
.flex-block-2{
    border-bottom: 20px solid var(--bg-btn);
}
.flex-block {
    position: relative;
    transition: 0.5s ease all;
    background-size: cover;
    margin: 80px auto 40px;
    max-width: 1000px;
    padding: 0px 15px 0px;
}
.flex-block-3{
    padding: 15px;
    margin-bottom: 0;
    max-width: 1100px;
}
.flex-block-3 h2{
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 600;
}
.flex-block-3>div{
    align-items: center;
}
.img h2{
    font-size: 21px;
    color: var(--bg-btn);
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 800px;
    font-weight: bold;
    padding: 0px 15px;
}
.img img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.flex-block h1{
    font-size: 20px;
    margin: 0;
    color: var(--color-title);
    margin-bottom: 30px;
    font-weight: bold;
}
.flex-block h1:after{content:"";}
.nopadding {
    padding: 0px
}

.flex-block img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    position: relative;
}
.flex-block-3>div .col-12:nth-child(1):after, .flex-block-3>div .col-12:nth-child(2):before{
    display: none !important;
}

.flex-block>div {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    z-index: 2;
    color: var(--color-title);
}

.back2 {
    padding: 0px 40px;
    display: block;
    text-align: left;
    color: var(--black);
}



@media (max-width: 991px) {
  .sliderbanner{
}
    .flot-header>div {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .menubox:before {
        display: none;
    }
    .flex-block>div .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        top: 0;
    }
    .navbar {
        padding: 0px;
    }
    .navbar-nav:after {
        display: none
    }
    .navbar .navbar-nav .nav-item .nav-link {
        text-align: left;
        padding: 10px 5px;
        font-size: 16px;
    }
    .inner-menubox {
        padding: 0;
        background: none;
    }
    .page .fluid-contact {
        margin-top: 30px;
    }
    .navbar-nav {
        align-items: center;
        flex-direction: column;
        padding-bottom: 15px;
    }
    .fixed .navbar-nav {
        flex-direction: column !important;
    }
    .adresse-block {
        padding: 0px 15px;
        flex-wrap: wrap;
    }
    .menubox {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        max-width: 100%;
        width: 100%;
        z-index: 9999999;
        min-height: 50px;
        padding: 0px;
        background: none;
        margin: 0 !important;
        bottom: initial;
        background: var(--primary);
        display: block;
        height: auto;
    }
    .navbar-toggler {
        background: var(--white);
        outline: none !important;
        min-height: 50px;
        border-radius: 0;
        border: 0px;
    }
    .col-contact .phone {
        text-align: center
    }
    .fluid-contact:after {
        display: none;
    }
    .contact {
        padding: 0px;
        flex-direction: column;
        text-align: center;
    }
    .contact .col-12 {
        width: 100%;
        border: none;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .logo img {
        
    }
    .logo {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        position: relative;
        top: 0;
    }
    .logo a {
        padding: 0px;
        margin: 0;
        text-align: center;
    }
    .header {
        position: relative;
        padding-top: 0;
        background-size: cover;
        background-attachment: initial;
        background-position: center bottom;
        top: 50px;
        margin-bottom: 50px;
        overflow: hidden;
        padding: 0;
    }
    .header:before {
        display: none
    }
    .header:after {
        display: none
    }
}

@media (max-width:767px) {
    .back-bloc{flex-wrap:wrap;padding: 0px;}
    .back-bloc>div{width:100%}
    .slideBlock .banner img{
    display: block;
    margin: 0 auto;
    padding: 0;
}
    .text_center{
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
}
    .col-contact>div div {
    min-width: 100%;
}
    .col-contact>div{
    display: block;
    text-align: center;
}
    .col-contact>div h3 {
    padding-right: 0px;
    font-size: 20px;
    text-align: center;
}
    .flex-block h1{
    text-align: center;
}
    .flex-block>div .col-12:nth-child(1):after, .flex-block>div .col-12:nth-child(2):before{
    display: none !important;
}
    .text {
        box-shadow: none;
        top: 0;
        margin: 0px;
        padding-top: 1px;
        padding-bottom: 0;
    }
    .btn-devis span {
        font-size: 19px !important;
        font-weight: 700;
    }
    .col-contact p {
        text-align: center
    }
    .back2 {
        border: none
    }
    .dropdown-menu {
        background: var(--bleu-fonce);
    }
    .footerlink {
        text-align: center;
    }
    .flex-block {
        margin: 40px auto 20px;
        padding: 0px 15px;
        left: 0px !important;
        overflow: hidden;
    }
    .btn-devis {
        margin: 10px auto 20px !important;
    }
    .btn-devis:after{display: none !important;}
    .flex-center:after {
        display: none
    }
    .col-contact {
        width: 100%;
        margin-bottom: 10px;
    }
    .flot-header {
        padding: 0;
        height: 100%;
        top: 0;
        text-align: left;
        border: none;
        }
    .menubox:after {
        display: none;
    }
    .fluid-contact {
        min-height: auto;
        margin: 0px;
        padding-bottom: 0;
        margin-top: 0;
    }
    .logo img {
        top: 0;
        
    }
    .logo {
        margin-bottom: 0;
        position: relative;
        padding: 0px !important;
        top: 0;
        text-align: left;
        border: none;
    }
    .contact {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: initial;
        padding-top: 0;
        padding: 0;
        text-align: center;
    }
    .boxfooter img {
        margin: 0 auto 15px;
        display: block;
        max-width: 100%;
    }
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    background-color: #999;
}

::-webkit-scrollbar {
    width: 0px;
    background-color: #999;
}

::-webkit-scrollbar-thumb {
    background-color: var(--black);
    border: 0px solid #555555;
}

.btn-devis {
    color: var(--white);
    padding: 0;
    transition: 0.3s ease all;
    text-decoration: none !important;
    margin: 40px auto 40px;
    cursor: pointer;
    background: var(--bg-btn);
    position: relative;
    display: block;
    text-align: center;
    top: 0px;
    z-index: 2;
    padding: 15px;
    max-width: 300px;
    }
.btn-devis span {
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: 0.3s ease all;
    }

.btn-devis:hover {
    background: var(--primary);
    color: var(--white);
}

.footer-ico {
    filter: invert(27%) sepia(14%) saturate(454%) hue-rotate(1deg) brightness(100%) contrast(0%);
    max-width: 110px !important;
    opacity: 0.6;
}

.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: linear;animation-duration: 12s;
    animation-iteration-count: infinite;
}
@keyframes bounce-2 {
     0%   { transform: scale(1) ;opacity:0.8}
    50%  { transform: scale(1.1) ;opacity:1}
    100% { transform:scale(1) ;opacity:0.8}
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 13;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

#ancre a {
    scroll-behavior: smooth;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

a{color: inherit;}
a:hover {color:  inherit; transition: 0.3s; text-decoration: none;}

#content .table{font-size: 14px; background:rgba(0,0,0,0.05);}
#content .table tr td:last-child, #content .table tr td:nth-child(2){text-align: right; width: 150px;}

#content a.bouton{background: var(--primary);cursor: pointer; text-transform: uppercase; transition: all 0.4s; display: inline-block; color: #fff; text-decoration: none; padding: 12px 15px; font-size: 15px; text-align: center; margin: 15px 0px;}
#content a.bouton:hover{background: var(--second); color: #fff;}

    .custom-btn {
      width: 100%;
      height: auto;
      color: #fff;
      border-radius: 5px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      display: inline-block;
      outline: none;
  }

  .btn-5 {
      width: 100%;
      height: auto;
      padding: 0;
      border: none;
      background: var(--primary);
      cursor: pointer; 
      text-transform: uppercase; 
      transition: all 0.4s; 
      display: inline-block; 
      color: #fff; 
      text-decoration: none;
       padding: 10px 15px; 
       font-size: 15px; 
       text-align: center; 
       margin: 15px 0px;
  }
  .btn-5 p {
         margin-bottom: 0;
  }
  .btn-5:hover {
      background: var(--white);
      color: var(--second);
  }
  .btn-5:before,
  .btn-5:after{
      content:'';
      position:absolute;
      top:0;
      right:0;
      height:2px;
      width:0;
      background: var(--second);
      box-shadow:
      -1px -1px 5px 0px #fff,
      7px 7px 20px 0px #0003,
      4px 4px 5px 0px #0002;
      transition:400ms ease all;
  }
  .btn-5:after{
      right:inherit;
      top:inherit;
      left:0;
      bottom:0;
  }
  .btn-5:hover:before,
  .btn-5:hover:after{
      width:100%;
      transition:800ms ease all;
  }


#content{background: #fff; padding: 0px 0px;}

#content .container-content{padding: 30px 15px; width: 1400px; max-width: 100%;}
#content .box-texte{display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap;}
#content .box-texte>div{background: rgba(0,0,0,0.05); padding: 30px 15px; margin-bottom: 30px;}
#content .box-texte .row{align-items: center;}
#content .box-img{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0,0,0,0.1); margin-bottom: 15px;}
#content .box-img img{width: 100%; height: 100%; object-fit: cover;}
#content .box-img.nofit{height: auto;}
#content .box-img.nofit img{width: 100%; height: 100%; object-fit: fill;}
#content p{font-size: 15px;}

#content .container-content .first-text p:first-of-type::first-letter{font-weight: 400; border-radius: 0px; display: inline-block; background: var(--primary); color: #fff; padding: 7px 15px; line-height: 50px; float: left; margin-right: 6px; margin-bottom: 0px; font-size: 230%;}
#content .container-content .back-color1.first-text p:first-of-type::first-letter,#content .container-content .back-color2.first-text p:first-of-type::first-letter{background: #fff; color: #000;}

#content .slide-img{margin-bottom: 15px;}
#content .slide-img img{width: 100%; height: 100%; object-fit: cover;}

#content .text-center, #content .text-center p{text-align: center;}
#content ul{font-size: 15px; padding-left: 20px; margin-bottom: 15px;}
#content ul li{padding: 3px 0px;}
#content p a, #content ul li a{font-weight: bold; transition: all 0.4s; text-decoration: none; color: var(--primary);}
#content .box-chapo{margin:0px auto;}
#content .box-chapo>.box-texte>div{background: none;background: rgba(0,0,0,0.05); margin-bottom: 0px;}
#content .box-chapo h2{font-size: 15px; margin: 0px; line-height: 21px; color: #000; font-weight: initial; text-align: center;}

#content .txt-img {font-family: 'Damion', cursive; font-size: 24px!important; color: var(--color-title)!important}


#content .back-color1 p a/*, #content .container-content .back-color2 p a*/{color: #fff;}

#content .breadcrumb{background: rgba(0,0,0,0); border-bottom: 1px solid rgba(0,0,0,0.1); display: flex; justify-content: center; margin-bottom: 40px;}
#content .breadcrumb-item{font-size: 14px;}
#content .breadcrumb-item a{color: var(--primary); transition: all 0.4s; font-weight: bold; text-decoration: none;}
#content .breadcrumb-item a:hover{opacity: 0.5;}
#content .breadcrumb-item .active{color: #000;}

#content .box-content>div{padding: 25px 25px;}
#content .back-color1{background: var(--primary); color: #fff;}
#content .back-color2{background: rgba(0,0,0,0.02); border-radius: 5px;}
#content .back-color1 a.bouton{background: var(--second); color: #fff;}
#content .back-color1 a.bouton:hover{background: #fff;color: var(--primary);}
#content .back-color3{background: var(--second); color: #000;}

#content .border-color1{border:1px solid var(--primary);}
#content .border-color2{border:1px solid rgba(0,0,0,0.02);}
#content .border-color3{border:1px solid var(--second); border-radius: 5px}

#content .bottom-page{    border: 1px solid var(--primary);
  border-radius: 5px; padding: 30px 15px 20px; margin: 0px auto 30px; display: flex; align-items: center; justify-content: center;}
  #content .bottom-page p, #content .bottom-page h2, #content .bottom-page h3{text-align: center;}
  #content .bottom-page .border-bp {border-right: 1px solid #0000001a}

  #content .container-content h2, #content .container-content h3, #content .container-content h4{margin-bottom: 20px; text-align: left;}
  #content .container-content h1{font-size: 35px; font-weight: 500; color: var(--primary); margin-bottom: 40px;}
  #content .container-content h1 span.small-titre{display: block; text-transform: uppercase; color: #000; font-size: 12px; letter-spacing: 3px; margin-top: 10px;}
  #content .container-content h1 span.color1{color: var(--second);}
  #content .container-content h2{font-size: 24px;}
  #content .container-content h3{font-size: 20px; color: var(--second)}
  #content .container-content h4{font-size: 18px; color: var(--primary)}

  #content .container-content h2.texte-simple{color: var(--white); font-size: 15px; line-height: 20px; margin-bottom: 15px; ;border-left: 15px solid var(--white); padding: 15px;}

  .contact .text-loi p{font-size: 10px; font-weight: 400;}
  .contact .text-loi p a{font-weight: bold; color: #fff;}

  @media all and (max-width: 991px) {
    #content .box-content>div{padding: 30px 15px;}
    .header-page{height: 280px;}
    #content{margin-top: 60px;}
    .header-page .title-header{font-size: 40px;}
    #content .container-content h1{font-size: 30px;}
    #content ul{font-size: 14px;}
    #content p{font-size: 14px;}
    .reverse-mobile{flex-direction: column-reverse;}
  }

  @media (max-width: 991px) {
   #content .bottom-page .border-bp {
    border-right: none!important;
    border-bottom: 1px solid #0000001a;
  }

  #content .bottom-page .border-bp2 {
    padding-top: 10px;
  }
}

a.box-tel{color: initial; text-decoration: none;}

.axo-recherche{box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05); position: relative; padding: 20px 0px;}
.axo-recherche>.container{padding: 30px 20px;}
.axo-recherche h5{font-weight: bold; font-size: 16px; text-align: left;color: #000}
.axo-recherche .box-link{font-size: 13px;}
.axo-recherche .box-link ul{list-style: none; padding-left: 0px; margin-bottom: 0px;}
.axo-recherche .box-link ul li a{color: #000; transition: all 0.3s; text-decoration: none;}
.axo-recherche .box-link ul li a:hover{color: var(--primary);}
.axo-recherche .box-link p{font-weight: bold; margin-bottom: 5px; color: #000}
.axo-recherche .box-link{display: flex; justify-content: center; align-items: flex-start;}
.axo-recherche .box-link>div{padding: 15px 0px;}

.axo-footer{padding: 20px 15px;}
.axo-footer .axo-logo{display: flex; justify-content: center; align-items: center; margin: 5px 0px 5px;}
.axo-footer .axo-logo img{max-width: 100%; width: 125px;}
.axo-footer .footerlink{color: #fff;}
.axo-footer .footerlink a{color: #efefef; transition: all 0.3s; text-decoration: none;}
.axo-footer .footerlink a:hover{opacity: 0.3}
.axo-footer .inlineblock{padding-left: 0px; text-align: center; margin-bottom: 10px; font-size: 12px;}
.axo-footer .inlineblock li{display: inline-block;}
.axo-footer .inlineblock li:after{content: ' - ';}
.axo-footer .inlineblock li:last-child:after{display: none;}

.slide-marques img{width: 200px; max-width: 100%; display: block; padding: 15px; margin: 0px auto;}
.slide-marques .slick-track{display: flex; align-items: center; justify-content: center;}
.slide-marques .slick-dots li{margin: 0px 2px;}
.slide-marques .slick-dots li button:before{left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all 0.4s;}
.slide-marques .slick-dots li button:before{background: transparent; border: 1px solid var(--primary); content: '' !important; display: block; width: 14px !important; height: 14px !important; border-radius: 15px; opacity: 1 !important;}
.slide-marques .slick-dots li.slick-active button:before{background: var(--second);}

a.fixed-info{ position: fixed;line-height: 30px; border-bottom: 3px solid var(--primary); color: #000; transition: all 0.4s; font-weight: 500; z-index: 9999; box-shadow: 0px 0px 7px rgba(0,0,0,0.15); text-decoration: none !important; display: inline-block; border-top-left-radius: 15px; right: 0; top: 230px; background: #fff; padding: 15px; font-size: 14px; }
a.fixed-info img{display: block; margin: 5px auto 0px;}
a.fixed-info:hover{background: #fff; color: #000;}
a.fixed-info span{color: var(--primary); transition: all 0.3s;}
a.fixed-info:hover{background: var(--primary); color: #fff;}
a.fixed-info:hover span{color: #fff;}

@media (max-width: 767px) {

  a.fixed-info{font-size: 16px!important; bottom: 0;box-shadow: 0px 0px 10px rgba(0,0,0,0.25); top: auto; left: 0; right: auto; width: 100%; border-radius: 0px; display: flex; justify-content: center;}
  a.fixed-info img{margin: 0px 7px; display: inline-block; width: 100px; height: 30px;}
  a.fixed-info:hover{padding-right: 15px;}
}

@keyframes bloc-reval {
    0% {
      width: 20%;
      right: 100%;
  }
  50% {
      width: 20%;
      right: 0;
  }
  75% {
      width: 100%;
      right: 0;
  }
  100% {
      width: 100%;
      right: 0;
  }
}
.card {
   padding: 20px;
   border: 0;
   border-radius: 5px;
}

.card .card__category {
   position: absolute;
   top: 0;
   right: 0;
   padding: 2px 5px;
}
.card .card__excerpt > img {
   float: left;
   max-width: 100px;
   margin-right: 10px;
}

.reveal {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: background-color 0.8s 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.reveal:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  margin: 0;
  top: 0;
  bottom: 0;
  background: var(--primary);
}
.reveal > div,
.reveal > span {
  opacity: 0;
}
.reveal.reveal--visible:after {
  animation: bloc-reval 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.reveal.reveal--visible > div,
.reveal.reveal--visible > span {
  opacity: 1;
  transition: opacity 0.8s 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.reveal .reveal > div,
.reveal .reveal > span {
  transition-delay: 2s;
}
.reveal .reveal:after {
  animation-delay: 1s;
}
