/* ----------------------------------
/* ------------ FONT-FACE ----------
------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@font-face {
    font-family: "remixicon";
    src: url('remixicon.eot?t=1590207869815'); /* IE9*/
    src: url('remixicon.eot?t=1590207869815#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url("remixicon.woff2?t=1590207869815") format("woff2"),
    url("remixicon.woff?t=1590207869815") format("woff"),
    url('remixicon.ttf?t=1590207869815') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('remixicon.svg?t=1590207869815#remixicon') format('svg'); /* iOS 4.1- */
    font-display: swap;
  }
/* ------------ ENTETE ----------
------------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}             
:root {
  --color-txt: #282828;
  --color-bleu:#000253;
  --color-violet:#b094ff;   
  --color-bg:#2c303c; 
 --poppins: 'Poppins', sans-serif; 
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
div, td {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--color-txt);
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
  transition: ease-in-out 0.3s;
}
a {
  text-decoration: none !important;
  color: var(--color-bleu-c);
  transition: ease-in-out 0.3s;
}
a:hover{
  text-decoration: none !important;
  color: var(--color-bleu);
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}

p {
  padding: 10px 0;
  margin: 0;
}

h1, h2, h3, h4 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: var(--poppins);
  margin-bottom: 25px ;
}

h1 {
  font-size: 36px;
  line-height: 40px;
  
}
h2 {
  font-size: 32px;
  line-height: 36px;
  
}
h3{
  font-size: 30px;
  line-height: 33px;
  color: var(--color-bleu);
}
h4{
  font-size: 28px;
  line-height: 30px;
  color: var(--color-bleu);
  margin: 15px 0;
}
.btn-s{
  font-family: var(--poppins);
  font-size: 20px;                 
  background: var(--color-violet);
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  transition: ease-in-out 0.3s;
  min-width: 200px;
  padding: 15px 20px;
  display: inline-block;
  margin-top: 10px;
  

}
.btn-s:hover{
  background: var(--color-bleu);
  color: #fff;
  text-decoration: none;
}
.shadow{
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

 .ic{
    font-family: 'remixicon' !important;
    font-style: normal;
    color: white;
    font-size: 18px;
    margin-right: 15px;
  }        
  .ic-insta::before{
    content: "\ee66";
  }
  .ic-home::before{
    content: "\ee19";
    font-size: 42px;
  }
  .ic-tel::before{
    content: "\efec";
  }
  .ic-fb::before{
    content: "\ecb9";
  }

input[type="text"], input[type="email"], input[type="tel"], input[type="mobile"], input[type="fax"], input[type="password"], textarea, select {
  font-family: Trebuchet MS,Tahoma,sans-serif,Verdana;
  font-size: 13px;
  color: var(--color-txt);
  max-width: 100%;
  width: 100%;
  border: 1px solid var(--color-txt);
  display: inline-block;
  background: #FFF;
  
}

@media only screen and (min-width:1261px){
	.container{
    max-width: 1260px;
  }
}

/* ----------------------------------
/* ------------ HEADER ----------
------------------------------------- */
.cont-logo{
  position: relative;
  background: var(--color-bleu);
}

.ad {
  color: #fff;
}
.tel{
  min-width: 60%;
  margin-left: auto;
  background: #fff;
  border-radius: 10px;
}
.tel .ad{
  color: var(--color-violet);
  font-weight: 700;
  font-size: 20px;

}
.ic-tel{
  color: var(--color-violet);
  font-size: 24px;
}
#fla{
  position: relative;
}
#slider-acc{
  position: relative;
  z-index: 1;
}
#fla::before{
  background: rgba(0,0,0,0.3);
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
#mn{
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(44,48,60,0.5);
  padding: 25px 0;
  width: 100%;
  z-index: 100;
}
.mn ul{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mn ul li{
  padding: 0 20px;
  list-style: none;
}
.mn ul li a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;

}
.mn ul a:hover{
  color: var(--color-bleu);
}
.slogan{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 100;
}
.slog{
  font-family: var(--poppins);
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  margin-bottom: 30px;
}

/* ----------------------------------
  /* ------------ CORPS ----------
  ------------------------------------- */
  
  .txt::before{
    content: "";
    background: var(--color-violet);
    width: 150px;
    height: 5px;
    z-index: 1;
    display: block;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cont-2{
    background: var(--color-bg);
  }
  .txt-s *{
    color: #fff;
  }
  .txt-s h2{
    font-size: 18px;
    margin: 25px 0 15px 0;
    line-height: 22px;
  }
  .txt-s a{
    text-decoration: underline  !important;
    color: var(--color-violet);
  }
  .txt-s a:hover{
    color: white;
  }
  .ph-art img{
    border-radius: 5px;
    border:1px solid var(--color-violet);
    padding: 10px;
  }
  .coord{
    background: var(--color-violet);
  }
  .coord::before{
    font-family: 'remixicon' !important;
    font-style: normal;
    color: white;
    font-size: 18px;
    margin-top: 15px;
  
    content: "\ee19";
    font-size: 42px;
    line-height: 48px;
  }
  .map-google iframe{
    width: 100%;
    height: 620px;
    border: none;
  }
/* ----------------------------------
  /* ------------ FOOTER ----------
  ------------------------------------- */
  footer{
    background: var(--color-txt);
  }
  .footer-nav ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 ;
  }
  .footer-nav ul li{
    padding-left: 15px;
  }
  .footer-nav ul li a{
    color: white;
    text-transform: uppercase;
  }
  .footer-nav ul li a:hover{
    text-decoration: none;
    color: var(--color-violet);
  }
  .com{
  }
/* -------------------------------------- */
/* ///// RESPONSIVE ///////////////////// */
/* -------------------------------------- */
#smartnav{
  display: none;
}
/* LG */
@media all and (max-width: 1200px) {
    #cookie-bar {
        display: block;
    }

    #cookie-bar .cb-enable {
        margin-top: 6px;
        margin-bottom: 5px;
    }
}

/* MD */
@media all and (max-width: 992px) {
  #smartnav{
    display: block;
  }
    .eraseAllBtn {
        padding: 10px;
    }

    .blc-filtre {
        margin-bottom: 20px;
    }

    .pdt-description {
        margin-top: 30px;
    }
    .logo{
      border-bottom:  1px solid #fff;
      text-align: center;
    }
    .slog{
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 0;
    }
}

/* SM */
@media all and (max-width: 768px) {
  .tel{
    margin: auto;
  }
  .slogan{
    bottom: 30px;
  }
  .ph-art img{
    width: 100%;
    height: auto;
  }
}

/* XS */
@media all and (max-width: 576px) {
   
  .slogan{
    position: relative;
    bottom: 0;
    background: var(--color-bg);
    padding: 20px 0;
    text-align: center;
  }
}

