@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");


/* GENERAL */

:root{

    --orange: #ff6136;
    --bleu: #2e3862;
    --noir: #000000;
    --blanc: #ffffff; 
    --bleu_secondaire: #4e549f;
    --gris: #d0d2d3;
    --grisclair: #fcfcfc;
}


body{
  font-family: 'Poppins', sans-serif;

}
.orange{
    color: var(--orange);
}
.bleu{
    color: var(--bleu);
}

.bg_blanc{
background: #ffffff9f;

}
.dev{
    border: 1px solid red;
}
.display-6 {
  margin: 20px 0 00px 0;
  }
/* BOUTONS */
.btn-close {
 
  color: var(--blanc);

}
.btn-primary {
	color: #fff;
	background-color: var(--orange);
	border-color: var(--orange);
}
.btn-primary:hover {
	color: #fff;
	background-color: var(--bleu_secondaire);
	border-color: var(--bleu_secondaire);
  transition: all 0.5s ease-in-out;
}
.btn{
text-transform: uppercase;

}

.video_embed{
  position: relative;
}
.video{
  position: absolute;
  z-index: 2;display: block;
  top:40%;
  left: 48%;

 
}

.subtitle{
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 30px;
}
/* HEADER */

.blur{
    margin-top: 50px;
    border-radius: 25px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(13px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    padding: 20px;}

header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 0rem;
    text-align: center;
    color: #fff;
    background-image: url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }
  header.masthead .masthead-subheading {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 25px;
  }
  header.masthead .masthead-heading {
    font-size: 3.25rem;
    font-weight: 700;
    /*line-height: 3.25rem;*/
    margin-bottom: 0rem;
  }
  header.masthead p {
    text-align: left;
    font-weight:100 ;
    font-size: 0.9em;
  }
  header.masthead .btn{
    text-transform: uppercase;
    animation: myAnim 1.5s ease 3s 1 normal forwards;
  }
  @media (min-width: 768px) {
    header.masthead {
      padding-top: 0rem;
    }
    header.masthead .masthead-subheading {
      font-size: 1.25rem;
      line-height: 1.25rem;
      margin-bottom: 2rem;
    }
    header.masthead .masthead-heading {
      font-size: 1.5rem;
      font-weight: 700;
      /*line-height: 4.5rem;
      margin-bottom: 1rem;*/
    }
    .logo img {
      margin-top: 20px;
      width: 20%;
    }
   
  }


  
/* ANIME BOUTON VIDEO */

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4,5;
  stroke-width: 1px;
  transform-origin: 50% 50%;
  -webkit-animation: spin 4s infinite linear;
          animation: spin 4s infinite linear;
  transition: opacity 1s ease,  stroke-width 1s ease;
}

.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease,  opacity 1s ease;
}

.icon {
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

#play:hover .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}
#play:hover .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}
#play:hover .icon {
  transform: scale(1.05);
}

#play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


/* ANIME BOUTON HEADER */
@keyframes myAnim {
	0%,
	100% {
		transform: translateX(0%);
		transform-origin: 50% 50%;
	}

	15% {
		transform: translateX(-30px) rotate(6deg);
	}

	30% {
		transform: translateX(15px) rotate(-6deg);
	}

	45% {
		transform: translateX(-15px) rotate(3.6deg);
	}

	60% {
		transform: translateX(9px) rotate(-2.4deg);
	}

	75% {
		transform: translateX(-6px) rotate(1.2deg);
	}
}


/* BLOCK2 */

#block2{
    padding-top: 25px;
    color: var(--bleu);
    padding-bottom: 50px;
}

#block2 .picto img{
  width: 40%;
  margin-top: 20px;
  margin-bottom: 20px;

}
#block2 .picto{
  position: relative;
}

#block2 p.small{
  color: var(--bleu);
  text-align: left;
  padding: 20px;
}
#block2 p.lead{
  color: var(--bleu);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0rem;
}

#block2 .deco{
  position: absolute;
  z-index: 1;
  border-left: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  height: 170px;
  width: 0px;
  left: 0px;
  top: 85px;

}
.deco_contenaire{
  position: relative;
}

/* BLOCK3 */

#block3{
  background: var(--gris) url('../img/fond_nombre.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 25px;
  color: var(--bleu);
  padding-bottom: 50px;
}
#block3 .subtitle{
  color: var(--blanc)
}
.counter {
  background-color:#f5f5f5;
  padding: 20px 0;
  border-radius: 5px;
  position: relative;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.plusplus{
  text-decoration: inherit;
  color: var(--orange);
  font-size: 40px;
  top: 20%;
  left: 35%;
  position: absolute;
  z-index: 1;
}
.plusplus2{
  text-decoration: inherit;
  color: var(--orange);
  font-size: 40px;
  top: 20%;
  left: 38%;
  position: absolute;
  z-index: 1;
}
.moinsmoins{
  text-decoration: inherit;
  color: var(--orange);
  font-size: 35px;
  top: 23%;
  right: 34%;
  position: absolute;
  z-index: 1;
}

/* BLOCK4 */

#block4{
  padding-top: 25px;
  color: var(--bleu);
  padding-bottom: 50px;
}
#block4 i{
  color: var(--orange);
}
#block4 .card-text {
  font-size: 0.8rem;
}

#block4 h5{
  font-size: 1rem;
}
/* BLOCK5 */

#block5{
  padding-top: 25px;
  color: var(--blanc);
  padding-bottom: 20px;
  background: var(--bleu)
}
#block5 p{
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0;
}


#block5 .block{
  border: 2px solid var(--blanc);
  padding: 40px 30px 20px 30px;
  border-radius: 5px;
  margin-bottom: 60px;
  position: relative;
  min-height: 150px;

}

#block5 .icon{
background: var(--bleu);
position: absolute;
z-index: 1;
color: var(--blanc);
top: -40px;
left:40%;

font-size: 50px;
padding: 0px 20px 0px  20px;

}
#block5 .icon i{
  color: var(--orange);
}
#block5 .display-6{
  margin-bottom: 60px;
}

/* BLOCK6 */

#block6{
  padding-top: 25px;
  color: var(--bleu);
  padding-bottom: 20px;
  background: var(--blanc) url('../img/logo_s.png') no-repeat bottom left -400px;
}
#block6 p{
  font-size: 0.9rem;
  text-align: justify;

}
/* BLOCK7 */

#block7{
  padding-top: 25px;
  color: var(--blanc);
  padding-bottom: 70px;
  background: var(--bleu) url('../img/fond_confiance.jpg') no-repeat center center;

}
#block7 p{
  font-size: 0.9rem;

}
.img-area {
	width: 150px;
	height: 150px;
	margin:  30% auto 20% auto;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--blanc);
  padding-top: 10%;
}
.review {
	font-size: 20px;
	font-weight: 300;
	padding: 30px 0 0 0;
}
.person{
    font-size: 18px;
    color: var(--blanc);
    margin: 0;
}
.designation{
    color: var(--blanc);
    font-size: 14px;
    font-weight: 500;
}
.carousel-inner{
    max-width: 100%;
}
.carousel-indicators {
	bottom: -40px;
	right: 0;
	margin: 0;
}

.carousel-indicators [data-bs-target ] {
    height: 15px;
    border: 2px solid #fff;
    width: 15px;
    background-color: inherit;
    border-radius: 50%;
}
.carousel-indicators .active{
    border: 2px solid transparent;
    background-color:#fff;
}
.left {
	color: #fff;
	font-weight: 300;
}
.right{
    color: #fff;
    font-weight: 300;
}
.carousel-control-next, .carousel-control-prev {
    position: relative;

}
@media (max-width:560px) {
    .img-area{
        margin: 5% auto 0;
    }
    .img-text{
        text-align: center;
    }
    .review{
        font-size: 14px;
        font-weight: 600;
        margin: 5px 0;
    }
    .person{
        font-size: 13px;
    }
    .designation{
        font-size: 10px;
    }
    .right{
        font-size: 12px;
    }
    .left{
        font-size: 12px;
    }
    .carousel-indicators [data-bs-target ] {
        height: 8px;
        border: 1px solid #fff;
        width: 8px;
        background-color: inherit;
        border-radius: 50%;
    }
    .carousel-indicators .active{
        border: 1px solid transparent;
        background-color:#fff;
    }
    
    

}




/* BLOCK8 */

#block8{
  padding-top: 0px;
  color: var(--bleu);
  padding-bottom: 20px;
  background:transparent;
  position: relative;
}
#block8 h3{
  font-size: 2em;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
}
#block8 .btn{
animation: myAnim 1.5s ease 3s infinite normal forwards;

}
#block8 .subtitle{
  margin-top: 25px;
}
.RingingPhone {
  stroke: var(--bleu);
  stroke-width: 80px;
  fill: none;
  margin: 20px 0 0 0;
}
.mobile{
  animation: ringing 2s linear infinite;
}
.smallleft  {
  stroke-linecap: round;
  animation: animate-mouse 2s ease-out infinite;
  animation-delay: -0.4s;
  opacity: 0;
}
.mediumleft {
  stroke-width: 120px;
  stroke-linecap: round;
  animation: animate-mouse 2s ease-out infinite;
  animation-delay: -0.2s;
  opacity: 0;
}
.bigleft  {
  stroke-width: 160px;
  stroke-linecap: round;
  animation: animate-mouse 2s ease-out infinite;
  animation-delay: 0s;
  opacity: 0;
}
.smallright {
  stroke-linecap: round;
  animation: animate-mouse 2s ease-out infinite;
  animation-delay: -0.4s;
  opacity: 0;
}
.mediumright  {
  stroke-width: 120px;
  stroke-linecap: round;
  animation: animate-mouse 2s ease-out infinite;
  animation-delay: -0.2s;
  opacity: 0;
}
.bigright {
  stroke-width: 160px;
  stroke-linecap: round;
  animation: animate-mouse 2s ease-out infinite;
  animation-delay: 0s;
  opacity: 0;
}
@keyframes animate-mouse  {
    0%{
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes ringing  {
  0%{
      transform : translate(0, 0);
  }
  1%{
      transform : translate(-1%, 0);
  }
  2%{
      transform : translate(0, 0);
  }
  3%{
      transform : translate(1%, 0);
    }
  4%{
      transform : translate(0, 0);
    }
  5%{
      transform : translate(-2%, 0);
    }
  6%{
      transform : translate(0, 0);
    }
  7%{
      transform : translate(2%, 0);
    }
  8%{
      transform : translate(0, 0);
    }
  9%{
      transform : translate(-1%, 0);
    }
  10%{
      transform : translate(0, 0);
    }
  11%{
      transform : translate(1, 0);
    }
  12%{
      transform : translate(0, 0);
    }
  13%{
      transform : translate(-2%, 0);
    }
  14%{
      transform : translate(0, 0);
    }
  15%{
      transform : translate(0, 0);
    }
  100%{
      transform : translate(0, 0);
  }
}
#block9{
  padding-top: 25px;
  color: var(--bleu);
  padding-bottom: 100px;
  background: var(--blanc);

}

/* ---- particles.js container ---- */
/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--blanc);
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

/* ---- stats.js ---- */




.parent-container {
  padding: 0 20px 0 20px;

  width: 100%;
}

.faq {
  list-style: none;
  padding-left: 40px;
  padding-right: 20px;
}
.faq li {
  border-bottom: 1px solid var(--orange);
  margin-bottom: 15px;
}
.faq li.active .answer {
  max-height: 275px !important;
  padding-bottom: 25px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq li.active .question {
  color: #808080;
  transition: color 0.5s ease;
}
.faq .answer {
  color: #090909;
  font-size: 16px;
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  left: 00px;
  top: 50%;
  z-index: 2;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
  background: var(--orange);
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 21px;
  transition: transform 500ms ease;
}
.faq .plus-minus-toggle:after {
  transform-origin: center;
}
.faq .plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.faq .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.faq .question {
  color: #090909;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding: 20px 20px 20px 40px;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .faq .question {
    font-size: 18px;
  }
}














/* RESPONSIVE */

@media (max-width:1399px) {
  header .lead {
    font-size: 1rem!important;
  }
  header h5 {
    font-size: 1rem!important;
  }

  header.masthead .masthead-heading {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 0rem;
  }

  .video_embed {
    position: relative;
    top: 50px
  }

  #block2 p.lead {
    color: var(--bleu);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0rem;
    font-size: 1rem;
  }
   .display-6 {
    font-weight: 500;
  }
  .plusplus{
    text-decoration: inherit;
    color: var(--orange);
    font-size: 40px;
    top: 20%;
    left: 32%;
    position: absolute;
    z-index: 1;
  }
}

@media (max-width:1199px) {
  .plusplus{
    text-decoration: inherit;
    color: var(--orange);
    font-size: 40px;
    top: 20%;
    left: 30%;
    position: absolute;
    z-index: 1;
  }

  header .lead {
    font-size: 0.8rem!important;
  }
  #block2 p.lead {
    color: var(--bleu);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0rem;
    font-size: 0.9rem;
  }

  .plusplus2{
    text-decoration: inherit;
    color: var(--orange);
    font-size: 40px;
    top: 20%;
    left: 35%;
    position: absolute;
    z-index: 1;
  }
  .moinsmoins{
    text-decoration: inherit;
    color: var(--orange);
    font-size: 35px;
    top: 23%;
    right: 32%;
    position: absolute;
    z-index: 1;
  }
  #block2 p.small{
    color: var(--bleu);
    text-align: left;
    padding: 5px;
    font-size: 0.8rem;
  }
  #block2 .deco{
    position: absolute;
    z-index: 1;
    border-left: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    height: 170px;
    width: 0px;
    left: -20px;
    top: 50px;
  
  }
}

@media (max-width:991px) {
  #block2 .picto img{
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
  
  }
  header.masthead .masthead-heading {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 0rem;
  }

  .video_embed {
    position: relative;
    top: 00px
  }
  .plusplus{
    text-decoration: inherit;
    color: var(--orange);
    font-size: 40px;
    top: 18%;
    left: 22%;
    position: absolute;
    z-index: 1;
  }
  .moinsmoins{
    text-decoration: inherit;
    color: var(--orange);
    font-size: 30px;
    top: 23%;
    right: 26%;
    position: absolute;
    z-index: 1;
  }
  .plusplus2{
    text-decoration: inherit;
    color: var(--orange);
    font-size: 40px;
    top: 18%;
    left: 30%;
    position: absolute;
    z-index: 1;
  }
  .counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
    position: relative;
    min-height: 150px;
  }

  #block2 .deco{
    position: absolute;
    z-index: 1;
    border-left: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    height: 100px;
    width: 0px;
    left: -10px;
    top: 60px;
  
  }
  #block2 p.lead {
    color: var(--bleu);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0rem;
    font-size: 1.1rem;
  }
  #block4 .vignette{
    padding: 20px;
  }
}



@media (max-width:768px) {
  .logo img {
    margin-top: 20px;
    width: 50%;
  }

  header.masthead {
    padding-top: 1rem;
    padding-bottom: 0rem;
    text-align: center;
    color: #fff;
    background-image: url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }

  #block2 .deco{
    position: absolute;
    z-index: 1;
    border-left: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    height: 100px;
    width: 0px;
    left: -10px;
    top: 30px;
  
  }
  #block2 p.small {
    color: var(--bleu);
    text-align: left;
    padding: 5px;
    font-size: 1rem;
  }
  .plusplus {
    text-decoration: inherit;
    color: var(--orange);
    font-size: 40px;
    top: 18%;
    left: 10%;
    position: absolute;
    z-index: 1;
  }
  .moinsmoins {
    text-decoration: inherit;
    color: var(--orange);
    font-size: 30px;
    top: 23%;
    right:18%;
    position: absolute;
    z-index: 1;
  }
  .plusplus2 {
    text-decoration: inherit;
    color: var(--orange);
    font-size: 40px;
    top: 18%;
    left: 23%;
    position: absolute;
    z-index: 1;
  }
}

@media (max-width:575px) {

.hidemob{
  display: none;
}

  #block2{
    padding: 0 20px;
  }
  #block2 .deco{
    display: none;
  }
  #block2 p.small {
    color: var(--bleu);
    text-align: center;
    padding: 5px;
    font-size: 1rem;
  }
  .subtitle {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 30px;
    }
        
  .plusplus {
    text-decoration: inherit;
    color: var(--orange);
    font-size: 40px;
    top: 20%;
    left: 32%;
    position: absolute;
    z-index: 1;
  }
  
  .moinsmoins {
    text-decoration: inherit;
    color: var(--orange);
    font-size: 30px;
    top: 25%!important;
    right:35%;
    position: absolute;
    z-index: 1;
  }
  .plusplus2 {
    text-decoration: inherit;
    color: var(--orange);
    font-size: 40px;
    top: 20%;
    left: 35%;
    position: absolute;
    z-index: 1;
  }
  .counter {
	background-color: #f5f5f5;
	padding: 20px 5px;
	border-radius: 5px;
	position: relative;
	min-height: 150px;
	
}


.faq li.active .answer {
  max-height: 550px !important;
  padding-bottom: 25px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
  
}

@media (max-width:351px) {
.counter{

  margin-bottom: 20px;
}
.plusplus2 {
  text-decoration: inherit;
  color: var(--orange);
  font-size: 40px;
  top: 18%;
  left: 35%;
  position: absolute;
  z-index: 1;
}
}












.taille{
  position: fixed;
  top:0;
  left:0;
  width: 25px;
  height: 25px;
  background: red;
  color: var(--blanc);
  z-index: 9999999999999999999
  }
  .taille:after{
  position: absolute;
  z-index: 6;
  content: "";
  padding-left: 2px
  
  }
  @media (max-width: 575.97px) {
  .taille:after{
  content: "XS";
  padding-left: 2px
  
  }
   }
  @media (min-width: 575.98px) {
  .taille:after{
  content: "SM";
  padding-left: 2px
  
  }
   }
  
  @media (min-width: 767.98px) {
   .taille:after{
  content: "MD";
  padding-left: 2px
  
  } }
  
  @media (min-width: 991.98px)
   { .taille:after{
  content: "LG";
  padding-left: 2px
  
  } }
  
  @media (min-width: 1199.98px) { .taille:after{
  content: "XL";
  padding-left: 2px
  
  } }
  
  /* SEOLOLO */
.h2-a {
  font-weight: bolder;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}

.h2-b {
  font-size: 1.3rem;
    font-weight: 400;
    /*line-height: 4.5rem;*/
    margin-bottom: 1rem;
}

.h3-a {
  font-size: 1rem;
}

.h3-b {
  font-size: 2em;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
}

.h4-a {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.lientxt {
  text-decoration: none !important;
  color:var(--bleu) !important;
  font-family: 'Poppins', sans-serif;
}



.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
position:relative;
padding:0px;
}
.btn-close {
position:absolute;
right:-30px;
top:0;
}

.invalid-input {
  border: 1px solid red;
}

.valid-input {
  border: 1px solid green;
}

.cursor-pointer {
  cursor: pointer;
}