@charset "UTF-8";

@font-face {
  font-family: "AlphaMonday";
  src: url("../../../../fonts/AlphaMonday.otf");
}

@font-face {
  font-family: "Montserrat-Black";
  src: url("../../../../fonts/Montserrat-Black.otf");
}

@font-face {
  font-family: "new-brilliant";
  src: url("../../../../fonts/new-brilliant.ttf");
}


/* Background */
.bg-grey{
  background:#f1f1f1;
}

.bg-black{
  background:#000 !important;
}

.bg-blue{
  background: #EBF2FB;
}

.bg-opinion{
  background:#f6f6f6;
  padding:5px;
  border-radius:5px;
  margin-bottom:10px; 
}

.opacity9{
  opacity: 0.9;
}

.opacity1{
  opacity: 1;
}


/* Text */
.text-white{color:#FFF}
 
.alphamonday{
  font-family: AlphaMonday, Arial, Helvetica, sans-serif;
}

.montserrat{
  font-family: Montserrat-Black, Arial, Helvetica, sans-serif;
}

.new-brillant{
  font-family: new-brilliant, Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 4px;
}


/* Navigation */
.nav-canvas{
  color:#666;
  border-bottom-color: #CCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;

  transition-property: color;
  transition-property: border-bottom-color;
  transition-duration: 2s;
}

.nav-canvas:hover{
  color:#000;
  border-bottom-color: #ffc107;
}

.offcanvas-body ul li{
  margin-bottom: 10px;
}

.offcanvas-body a{
  color:#666 !important;
  border-bottom-color: #CCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition-property: color;
  transition-property: border-bottom-color;
  transition-duration: 2s;
}

.offcanvas-body:hover{
  color:#000;
  border-bottom-color: #ffc107;
}

.logo{
  width:19%;
  margin-top:12px
}

.header-margin{
  margin-bottom:130px
}
/* .header-margin{
  margin-bottom:90px
} */

a {
  text-decoration:none
}

/* footer */
footer{
  background-image: url('../../../../images/pge.webp'); 
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #000; 
  color:#FFF;
  padding-top:10px;
}
footer a{
  color:#FFF;
  text-decoration: none;
}
footer a:hover{
  color:#ffc107
}
footer p{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
 


/* Marges et espacements */
.mg-tb{
  margin-top:15px;
  margin-bottom:15px
}

.spacer-25{
  height:25px
}

.spacer-50{
  height: 55px;
}

.spacer-100{
  height: 100px;
}

.padding{
  padding:10px;
  margin: 10px;
}

.mr-10{
  margin-right:8px;
}

.mt-mobile{
  margin-top:auto;
}


/* Images */
.img-grayscale{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.img-grayscale:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.references{
  margin:10px!important
}


/* Autre */
.badge-lc{
  background: #DC3545;
  text-transform: lowercase !important;
  border-radius: 5px;
  font-size:12px;
  color:#FFF;
  padding-left:10px;
  padding-right:10px;
  padding-top:12px;
  padding-bottom:5px;
  position: relative;
  top: -25px;
  margin-left:15px;
}

.btn-xs{
  font-size: 11px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.modal-center{
  text-align:center !important;
  justify-content: center;
}



/* Version mobile */
@media (max-width: 575.98px) {

  .hidden-sm{
    display: none;
  } 

  .logo{
    width:60%;
    margin-top:3px;
  }

  footer{
    background-image: none; 
    background-repeat: no-repeat;
    background-position: 10px center;
  }

  .mr-10{
    margin-right:0px;
  }
  .btn, article{
    margin-bottom:5px
  }
  .mt-mobile{
    margin-top:15px;
    padding-top:15px;
  }

}


@media screen and (max-height: 575px){ 
  .g-recaptcha { 
    transform:scale(0.77); 
    transform-origin:0; 
    transform:scale(0.77); 
    transform-origin:0 0; 
    -webkit-transform:scale(0.77); 
    transform:scale(0.77); 
    -webkit-transform-origin:0 0; 
    transform-origin:0 0; 
  } 		
}



/* Time */
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #ffc800;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.avis{
  position: fixed;
  bottom:4px;
  right: 4px;
  background-color:#FFF ; 
  padding:5px;
  text-align: center;
  color:black;
  border: 1px solid #dee2e6 !important;
  border-radius: 5px;
}

.avis-mobile{
  position: fixed;
  bottom:4px;
  right: 4px;
  background-color:#ffc71f; 
  padding:5px;
  text-align: center;
  color:black;
  border: 1px solid #dee2e6 !important;
  border-radius: 5px;
}


.anim-card {
    transition-property: box-shadow, transform;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    width: 100%;
    transform: scale(0.9);
    box-shadow: none;
}
.anim-card:hover {
    transform: scale(1.0);
    -webkit-box-shadow: 10px 10px 40px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 40px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 40px -3px rgba(0, 0, 0, 0.75);
}

.border-40{
    border-radius: 40px;
}
.border-20{
    border-radius: 20px;
}