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

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


:root {
  --black: #000;
  --white: #fff;
  --primary: #009de0;
  --second: #283f48;
--tertiary:#33515d;
  --gris: #979797;
}
.back-primary{background: var(--primary);}

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

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



/* !!!! DÉBUT !!!! STYLE CONTENT PAGE */
#content{padding: 40px 15px 0px; overflow: hidden;}

#content .box-content{padding: 60px 0px;}
#content .back-side-primary:before,#content .back-side-primary:after{background: var(--primary);}
#content .back-side-second:before,#content .back-side-second:after{background: var(--second);}
#content .back-side-primary:before,#content .back-side-second:before{margin-top: -120px;}
#content .back-side-primary:after,#content .back-side-second:after{margin-bottom: -120px;}
#content .back-side-primary:before, #content .back-side-primary:after,#content .back-side-second:before, #content .back-side-second:after{content: ''; display: block; width: 100%; height: 120px; transform: skew(-180deg,-2deg); position: relative; z-index: 1; left: 0;}


#content .back-side-primary{background: var(--primary); color: #fff; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2); position: relative; margin: 80px auto;}
#content .back-side-second{background: var(--second); color: #fff; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2); position: relative; margin: 80px auto;}
#content .back-images{position: relative; overflow: hidden; color: #fff; overflow: hidden;  margin: 80px auto; min-height: 600px; display: flex; align-items: center; justify-content: center;}
#content .back-images .images-fond{position: absolute; z-index: 1; left: 0; top: 0; display: block; width: 100%; height: 100%; object-fit: cover;}
#content .back-images:after{position: absolute; content: ''; z-index: 2; background: rgba(0,0,0,0.8); left: 0; top: 0; display: block; width: 100%; height: 100%;}
#content .back-images div{position: relative; z-index: 3;}

#content .container{width: 1400px; max-width: 100%;}
#content .box-img{display: flex; justify-content: center; align-items: center; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);}
#content .box-img img{width: 100%; max-width: 100%; max-height: 400px; object-fit: cover; display: block;}
#content .box-img.circle{width: 300px; height: 300px; max-width: 100%; border-radius: 100%;overflow: hidden; margin-left: auto; margin-right: auto;}
#content .box-img.circle img{width: 100%; height: 100%;}

#content h1,#content h2,#content h3,#content h4,#content h5{font-weight: 600;}
#content h1{font-size: 30px;}
#content h1 span.color1{color: var(--primary);}
#content h1 small{display: block; text-transform: uppercase; letter-spacing: 3px; font-size: 17px;}
#content h1:after,#content h2:after,#content h3:after{content: ''; display: block; width: 100px; height: 2px; margin: 20px 0px; background: var(--primary);}
#content .back-side-second h1:after,#content .back-side-second h2:after,#content .back-side-second h3:after,#content .back-side-primary h1:after,#content .back-side-primary h2:after,#content .back-side-primary h3:after{background: #fff;}
#content h1.text-center:after,#content h2.text-center:after,#content h3.text-center:after{margin: 20px auto;}
#content h2{font-size: 26px;}
#content h3{font-size: 23px;}
#content h4{font-size: 20px;}
#content h5{font-size: 18px;}

#content h2.text-head{font-size: 15px; line-height: 20px;}
#content h2.text-head:after{display: none;}

#content .back-side-second p a,#content .back-side-second p a,#content .back-side-second p a,#content .back-side-primary p a,#content .back-side-primary p a,#content .back-side-primary p a,
#content .back-side-second ul a,#content .back-side-second ul a,#content .back-side-second ul a,#content .back-side-primary ul a,#content .back-side-primary ul a,#content .back-side-primary ul a{color: #fff;}


#content p{font-size: 15px;}
#content p a, #content ul a{color: var(--primary); font-weight: bold; transition: all 0.4s; text-decoration: none;}
#content p a:hover, #content ul a:hover{opacity: 0.4;}
#content ul{padding-left: 15px; margin-bottom: 15px; font-size: 15px;}

#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: #fff;border: 1px solid var(--primary); color: #000; border-radius: 5px; cursor: pointer; text-transform: uppercase; transition: all 0.4s; display: inline-block;text-decoration: none; padding: 9px 15px; font-size: 15px; text-align: center; margin-bottom: 10px;}
#content a.bouton:hover{background: var(--primary); 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 .bottom-page{margin-top: 0px;}

@media all and (max-width: 991px) {
  #content h1{font-size: 27px; padding: 0px 15px;}
  #content h2{font-size: 25px;}
  #content h3{font-size: 22px;}
  #content h4{font-size: 20px;}
  #content h5{font-size: 18px;}
  #content .box-content{padding:30px 0px;}
}

@media all and (max-width: 560px) {
}

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

.axo-recherche{background: #fff; 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;}
.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;}
.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;}


.header {
  width: 100%;
  top: 0;
  position: relative;
  border-bottom: 12px solid var(--bleu);
}


.content-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.content-header--top {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
}

.banner-header {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.header .banner {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  height: 580px;
  max-height: 580px;
}

.vegas-timer-progress {
  display: none !important;
}

.page .banner-header {
  display: none;
}


.link-contact{
    background: var(--primary);
    color: var(--white);
    font-size: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    transition: 0.3s ease all;
    text-decoration: none !important;
}
.link-contact:hover{background:var(--second); color: var(--white);}
.logo {
  padding: 20px 30px;
  display: block;
  margin-bottom: 4rem;
  background: #fff;
  max-width: 360px;
}
.logo p{
    color: var(--primary);
    font-size: 16px;
    padding: 20px 0px;
    font-weight: bold;
}
.logo img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  left: -113px;
}

.logo2 {
  padding: 12px 25px;
  display: block;
  margin-bottom: 4rem;
  background: #ffffffd1;
  max-width: 100%;
}
.logo2 p{
    color: var(--black);
    font-size: 14px;
    font-weight: bold;
}
.logo2 img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  left: -113px;
}

.row.toph {    
    display: flex;
    align-items: center;
    justify-content: center;
  }
/* end header */

/* menu */
.phone {
  padding: 0;
  color: var(--white);
  font-size: 19px;
  text-align: right;
  position: relative;
  display: block;
}
.navbar-nav .nav-item .phone:nth-child(2){
    font-size: 15px;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.navbar-nav .nav-item {
  display: block;
  transition: 0.5s ease all;
}

.dropdown-menu {
  background: var(--second);
  margin: 0px;
  border: none;
  border-radius: 0;
  z-index: 9;
  min-width: 250px;
  padding: 0;
  left: 0;
  top: 100%;
  text-align: left;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 9px 10px;
  color: var(--white);
  white-space: nowrap;
  transition: 0.3s ease all;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  background: var(--primary);
  color: var(--white);
}

.navbar-nav .nav-item:hover > .nav-link {
  background: var(--white);
  color: var(--primary);
}

.menubox {
  transition: 0.5s ease width;
  z-index: 9999999;
  position: absolute;
  padding: 0px 15px;
  top: 20px;
  width: 100%;
  left: 0;
}

.inner-menubox {
  position: relative;
  transition: 0.3s ease all;
  padding: 13px 0px;
  margin: 0 auto;
  background: var(--second);
  max-width: 1400px;
  margin: 0 auto;
}

.navbar {
  padding: 0px;
}

.navbar-nav {
  margin: 0px auto !important;
  padding: 0px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

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

/****** textblocimg ***/

.text_center {
  text-align: center;
  padding: 40px 15px;
  max-width: 1100px;
  margin: 0px auto;
  font-weight: normal;
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: var(--black);
}
.text_center .fb{
    color: var(--primary);
    font-size: 18px;
    font-weight: bold;
    display: table;
    margin: 0 auto 2rem;
}
.text_center .fb i{
    font-style: normal;
    font-size: 26px;
}
.text_center .fb img{
    margin-bottom: 9px !important;
}
.back-title {
  color: var(--white);
  background: var(--second);
  padding: 30px 50px;
  max-width: 480px;
  margin: -40px auto 0px;
  position: relative;
  z-index: 1;
  text-align: center;

}
.blocimg.right-bloc{
    margin-bottom: 2rem;
}
.left-bloc .back-title{  left: -40px;}
.right-bloc  .back-title{left: 40px;padding: 80px 50px;}
.back-title:before{content:"";width: 30px;height: 70%;background: var(--tertiary);position: absolute;display: block;margin: 0 auto;left: calc(50% - 15px);bottom: 30px;}

.back-title:after{content:"";width: 30px;height: 120px;background: var(--primary);display: block;position: absolute;}
.left-bloc .back-title:after{
    left: -30px;
    top: 30px;
}
.right-bloc .back-title:after{
    top: 20px;
    right: -30px;
}
.right-bloc .back-title:before{
    top: 20px;
    bottom: initial;
    height: calc(100% - 40px);
}
.back-title h2{
    color: var(--primary);
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.back-title  p{
    font-size: 15px;
    position: relative;
    z-index: 1;
}
.text_center img {
}
.text_center p {
  margin: 0 auto 15px;
  font-weight: normal;
}

.text_center--title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 26px;
  color: var(--primary);
}
/****** end textblocimg ***/


/****** bloc maison ***/

.displayMobile{display: none;}
.maison{
    position: relative;
}
.title-bloc{
    position: absolute;
    width: 100%;
    top: 140px;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}
.title-bloc h2{font-size: 23px;width: 50%;padding: 0px 40px;text-transform: uppercase;}
.list-images ul{
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  justify-content: space-around;
}
.list-images{
    max-width: 1280px;
    margin: -80px auto 100px;
}
.list-images li{
    padding: 0px 10px;
    width: 100%;
}
.absolute1{
    position: absolute;
    left: 14%;
    top: 42%;
    padding: 5px 22px !important;
    height: auto !important;
    width: auto !important;
}
.absolute2{
    position: absolute;
    left: 24%;
    top: 42%;
    width: auto !important;
}
.absolute2 .item-images{
    padding: 5px 22px;
    height: auto !important;
    }
.absolute1 .item-images{
    padding: 5px 22px;
    height: auto !important;
    }
.item-images{
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: flex;
    text-align: center;
    height: 74px;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease all;
    text-decoration: none !important;
}
.item-images:hover{background:var(--second); color: var(--white);}
/****** page interne ***/

.text {
  margin: 0px auto;
  padding: 40px 15px;
  background-size: cover;
  background-attachment: fixed;
  max-width: 1290px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.textdiv {
  padding: 15px 70px 0px;
  max-width: 1270px;
  margin: 0px AUTO 0px;
}

.textdiv--text {
  line-height: 31px;
  font-size: 15px;
  text-align: justify;
}

.page .header .banner {
  height: 430px;
  background: url(../images/slider1/slider1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

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

/****** Contact ***/
.fluid-contact {
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.link-realisations{
    background: var(--second);
    position: absolute;
    bottom: 50px;
    color: var(--white);
    display: block;
    width: 70%;
    padding: 15px;
    text-align: center;
    transition: 0.3s ease all;
    text-decoration: none !important;
    z-index: 1;
}
.link-realisations:hover{background:var(--primary);color: var(--white);}
.banner-realisations{
    height: 450px;
    border-top: 40px solid #fff;
}
.contact {
  color: var(--white);
  font-size: 17px;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
}
.contact .phone {
  color: var(--white) !important;
  padding: 10px 0px;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  letter-spacing: 1px;
}

.adresse-block--text {
  color: var(--white);
  font-size: 17px;
  text-align: center;
  letter-spacing: 1px;
}

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

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

.boxfooter {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
  position: relative;
  background: #fff;
}

.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);
  padding: 0px 10px;
}

.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;
  align-items: center;
}

.footer-ico {
  max-width: 110px;
  filter: brightness(0) saturate(100%);
  opacity: 0.3;
}

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

/****** responsive css  ***/

.toph-3 {display: none;}

@media (min-width: 991px) {
  .page .logo {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {

.title-bloc{
    top: 90px;
}
  .list-images{
    margin: -49px auto 60px;
}

}
@media (max-width: 1300px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 8px;
    font-size: 13px;
  }
}
.mobileblock {
  display: none;
}

@media (max-width: 991px) {
  .displayDesktop{display: none !important;}
  .title-bloc{display: none;}
  .titleblock{display: block;text-align: center;}
  .displayMobile {display: block;}
  .list-images{
    margin: 0 auto 40px;
    padding: 0px 15px;
}
  .list-images li{
    position: relative !important;
    left: 0;
    top: 0;
    padding: 0 !important;
    margin-bottom: 5px;
  }
  .item-images{
    height: auto;
    padding: 10px 15px !important;
}
  .item-images span i{display:none}
  .item-images br{display:none}
  .list-images ul{
    display: block;
}
  .mobileblock {
    display: block;
    position: fixed;
    z-index: 999999999;
    top: 4px;
    right: 10px;
  }
  .phone {
    font-size: 14px;
    padding: 0px 10px;
  }
  .banner-header {
    width: 100%;
    float: none;
    max-width: 100%;
    height: 400px;
    max-height: 400px;
  }
  .phone {
    color: var(--white) !important;
    text-align: center;
    display: block;
    text-decoration: none !important;
  }
  .mobileblock .phone {
    padding: 0;
    top: 8px;
    font-size: 17px;
    letter-spacing: 1px;
  }

  .header .banner {
    height: 100%;
    max-width: 100%;
    max-height: 400px;
  }

  .menubox:before {
    display: none;
  }

  .navbar {
    padding: 0px;
  }

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

  .navbar .navbar-nav .nav-item {
    border: none;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    padding: 6px 5px !important;
    color: var(--white);
  }

  .inner-menubox {
    padding: 0;
    background: none;
    max-width: 100%;
  }

  .page .fluid-contact {
    margin-top: 30px;
  }

  .navbar-nav {
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
  }

  .menubox {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    z-index: 9999999;
    min-height: 50px;
    padding: 0px;
    margin: 0 !important;
    bottom: initial;
    background: var(--primary);
    display: block;
    height: auto;
    border: none;
  }

  .navbar-toggler {
    background: var(--white);
    outline: none !important;
    min-height: 50px;
    border-radius: 0;
    border: 0px;
  }

  .fluid-contact:after {
    display: none;
  }

  .contact {
    padding: 0;
    flex-direction: column;
    margin-top: 0;
  }

  .contact .col-12 {
    width: 100%;
    border: none;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 2rem !important;
    padding-top: 2rem;
  }

  .logo {
    text-align: center;
    width: 100%;
    position: relative;
    top: 45px;
  }

  .header {
    position: relative;
    padding-top: 0;
    margin-bottom: 50px;
    top: 50px;
    max-height: initial;
    overflow: hidden;
  }

  .content-header {
    top: 0;
    bottom: 0;
    background: none;
  }

  .content-header--top {
    height: 100%;
  }

  .header:after {
    display: none;
  }

  .toph-2 {display: none;}
  .toph-3 {display: block;}
}

@media (max-width: 767px) {
  .logo img{
    left: 0;
}
  .logo{
    top: 32px;
    background: rgb(255 255 255 / 80%);
    margin: 0 auto;
}
  .text_center {
    padding: 15px;
  }
  .banner-realisations{
    border-top: 0;
}
  .textdiv {
    margin: 0 auto;
    background: none;
    margin: 0;
    padding: 15px;
  }
  .back-title{
    margin: 0 auto !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
  .back-title:after{display:none}

  .navbar-nav .nav-item {
    border: none;
  }

  .text {
    margin-top: 30px;
    box-shadow: none;
    top: 0;
    margin: 15px 0px;
    padding-top: 1px;
    padding-bottom: 0;
  }

  .footerlink {
    text-align: center;
  }

  .page .header {
    height: auto;
    margin-bottom: 70px;
  }

  .menubox:after {
    display: none;
  }

  .fluid-contact {
    min-height: auto;
    margin: 0px;
    padding-bottom: 0;
  }

  .contact {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: initial;
    margin-bottom: 0;
  }

  .boxfooter img {
    margin: 0 auto 15px;
    display: block;
  }

  .content-header--top {
    display: block;
    padding: 15px;
  }
}

::-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-primary-border {
  background: var(--primary);
  color: var(--white);
  padding: 2px 0px;
  border: 0;
  border-radius: 0;
  font-size: 17px;
  border-bottom: 1px solid #fff;
  margin: 0rem auto 0;
  display: table;
  transition: 0.3s ease all;
}

.btn-primary-border:hover {
  background: #ddd;
  color: var(--primary);
  text-decoration: none;
}


/****** avis google ***/
#avis{margin:20px auto;padding:20px;border-top:4px solid #786a59;border-bottom:4px solid #786a59;}
.slide-style .slick-prev, .slide-style .slick-next{position: absolute; transition: all 0.4s; top: 50%; z-index: 99; background: var(--primary); width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
.slide-style .slick-prev:hover,.slide-style .slick-next:focus,.slide-style .slick-prev:focus, .slide-style .slick-next:hover{background: #000;}
.slide-style .slick-prev{left: 0px;}
.slide-style .slick-next{right: 0px;}
.slide-style .slick-dots{}
.slide-style .slick-dots li{padding: 0px; margin: 0px;}
.slide-style .slick-dots li button{display: flex; justify-content: center; align-items: center; padding: 0px;}
.slide-style .slick-prev:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053" !important;}
.slide-style .slick-next:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054" !important;}
.slide-style .slick-dots li button:before{left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all 0.4s;}
.slide-style .slick-dots li button:before{background: #fff; border: 1px solid var(--primary); content: '' !important; display: block; width: 14px !important; height: 14px !important; border-radius: 15px; opacity: 1 !important;}
.slide-style .slick-dots li.slick-active button:before{background: var(--primary);}
/* Style qui retire liseret bleu autour quand swipe */
.slide-style a{outline: none; text-decoration: none;}
.box-avis{padding: 30px 30px; margin:40px 15px; background: rgba(2,49,33,0.05);}
.box-avis p{text-align: center;}
.box-avis .box-img img{width: 100%;}
.box-avis .name{color: var(--second); font-weight: 600;}
.box-avis .box-descr{}
.star{color: var(--primary); font-size: 17px; color: #FAB800; margin-bottom: 0px;} 