/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*#navdiv {
    /*margin-bottom: 68px;
}
.navbar-custom {
  background-color: white;
}*/


.navbar-custom .navbar-toggler {
  border-color: rgb(74, 37, 241);
  /* rgb(255, 196, 48)*/
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 196, 48, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#logo {
  color: rgb(1, 1, 122);
  font-family: "Fugaz One";
  font-size: 30px;
}

.navbar-custom .navbar-nav .nav-link {
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
  color: rgb(40, 40, 43);
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .navbar-nav .active {
  color: navy;
  transition: 0.35s all ease-in-out;
  border-bottom: 0.1rem solid rgb(74, 37, 241);
}

.navbar-custom .nav-item:hover .nav-link {
  border-bottom: 0.1rem solid rgb(74, 37, 241);
  background: transparent;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  right: 100%;
  transition: 0.48s all ease-in-out;
}

#search-bar {
  height: 36px;
  border-radius: 48px;
  border: 0.5px solid lightgrey;
  width: 100%;
  padding-left: 20px;
}

#search-btn {
  height: 46px;
  color: rgb(74, 37, 241);
  padding-right: 25px;
  padding-top: 15px;
  font-size: 1.1em;
  position: absolute;
  right: 15px;
}

.div-color {
  background-color: rgb(34, 64, 163);
  padding-top: 20px;
}

/*--------------------------------------------------------------
# Style Text
--------------------------------------------------------------*/
p,
li {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#partage a {
  margin: 15px;
  font-size: 20px;
}

.footer-links li a {
  color: white;
  text-decoration: none;
}

.footer-links li a:hover {
  color: rgb(255, 196, 48);
}

.footer-links ul {
  list-style: none;
}

/*--------------------------------------------------------------
# Socials Media
--------------------------------------------------------------*/
.header-social-links {
  padding-left: 14px;
  margin-left: 20px;
  border-left: 1px solid #2415f3;
}

.header-social-links .instagram,
#partage .instagram {
  color: rgb(245, 112, 194);
}

.header-social-links .facebook,
#partage .facebook {
  color: #384cfd;
}

.header-social-links .twitter,
#partage .twitter {
  color: rgb(66, 173, 245);
}

#partage .google-plus {
  color: white;
}

.header-social-links a {
  font-size: 20px;
  padding-left: 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

.header-social-links a:hover,
#partage a:hover {
  color: rgb(255, 196, 48);
}

/*
  @media (max-width: 768px) {
    .header-social-links {
      padding: 0 48px 0 0;
      border-left: 0;
    }
    .header-social-links {
      border-left: none;
      text-align: center;
    }
  }*/

@media screen and (max-width: 992px) and (min-width: 600px),
  (max-width: 768px) {
  .header-social-links {
    border-left: none;
    text-align: center;
  }

  .header-social-links a {
    margin: 30px;
  }
}

/*--------------------------------------------------------------
# Accueil Page
--------------------------------------------------------------*/
#img {
  width: auto;
  height: auto;
  padding: 20px;
}

.section-title {
  margin: 20px;
}

.body {
  overflow: hidden;
}

#about-us {
  padding: 40px;
  /*background-color: rgb(135, 175, 250);*/
}

#intro {
  background-image: url("../img/CFTE_bannierev3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(53, 51, 51);
  color: Snow;
  height: 500px;
  padding: 20px;
  padding-bottom: 40px;
  clip-path: polygon(
    50% 100%,
    100% calc(100% - 3vw),
    100% 0,
    0 0,
    0 calc(100% - 3vw)
  );
  font-size: 1.2em;
}

.div-intro {
  background-color: rgb(34, 64, 163);
  height: 400px;
  padding-top: 20px;
  padding-bottom: 40px;
  clip-path: polygon(
    50% 100%,
    100% calc(100% - 3vw),
    100% 0,
    0 0,
    0 calc(100% - 3vw)
  );
  font-size: 1.2em;
}

#intro-text {
  padding-top: 10px;
}

#location-us {
  padding: 40px;
}

#title-text {
  position: relative;
  padding-bottom: 15px;
}

#title-text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  margin: 0 auto;
  height: 5px;
  background: rgb(255, 196, 48);
}

/*--------------------------------------------------------------
# Formation Page
--------------------------------------------------------------*/
.txt-warn,
.li-txt {
  color: #3c6478;
  /* color: rgb(255, 196, 48) rgb(40, 40, 170)*/
}

.li-txt {
  list-style-type: square;
  margin-left: 60px;
}

.div_typo {
  padding: 20px;
  margin: 20px;
  border: 2px solid black;
  border-radius: 20px;
}

/*--------------------------------------------------------------
# Situation Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact_container {
  border: 2px solid gray;
  border-radius: 10px;
}

.fond-contact {
  background-color: rgb(53, 51, 51);
  /*background-image: url(assets/img/fond-taxi.jpg);
  padding: 80px;
  background-size: contain;*/
  background-size: contain 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
}

.fond-contact i,
.fond-contact p {
  color: white;
}

#text-info {
  padding-top: 7em;
}

#div-info {
  padding: 20px;
}

#separator {
  margin-left: 200px;
  margin-right: 200px;
  border-top: 3px solid #bbb;
  /*rgb(135, 175, 250)*/
}

.input-block {
  /*border: solid 1px rgb(53, 51, 51);*/
  width: 100%;
  height: 60px;
  padding: 25px;
  position: relative;
}

.form-control {
  background-color: transparent;
  padding: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(34, 64, 163);
  border-radius: 0%;
  text-decoration: none;
}

/*style="background-image: url(assets/img/slide/slide-1.jpg);"*/
#form_message {
  border: 1px solid rgb(34, 64, 163);
  text-decoration: none;
}

.btn-send {
  width: 100%;
  background-color: rgb(34, 64, 163);
  color: white;
  border-radius: 0%;
}

.btn-send:hover {
  color: white;
}

/*--------------------------------------------------------------
# Maps
--------------------------------------------------------------*/
.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

/*-------------------------------------------------------------
    --------------------------------------------------------------*/

.faq-section {
  background: #fdfdfd;
  min-height: 80vh;
  padding: 1vh 0 0;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: rgb(74, 37, 241);
  bottom: -25px;
  margin-left: -30px;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px solid #cee1f8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(74, 37, 241, 0.11);
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3b566e;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: rgb(74, 37, 241);
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


/*--------------------------------------------------------------
#Circles icons
--------------------------------------------------------------*/
.circle-icon {
  background: #6197fc;
  height: 50px;
  width: 50px;
  text-align: center;
  padding-top: 18px;
  border-radius: 100%;
}
.icon-small {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/*--------------------------------------------------------------
# End Circles icons
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Card Formation Initiale - Continue
--------------------------------------------------------------*/

    .card {
        background-color: #fff;
        border-radius: 10px;
        border: none;
        margin: 50px;
        box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
    }

    .l-bg-blue-dark {
        background: linear-gradient(to right, #373b44, #4286f4) !important;
        color: #fff;
    }

    .card .card-statistic-3 .card-icon-large .fas {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .card .card-statistic-3 .card-icon {
        color: #000;
        opacity: 0.4;
    }

    .l-bg-cyan {
        background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
        color: #fff;
    }

    #highlight {
    display: inline-block;
    position: absolute;
    z-index: -1;
    background-color: #F2BB05;
    height: 40px; 
    width: 0%;
    transition: width 0.5s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    #item:hover #highlight{
    /* hardcoded */
    width: 300px; 
    }

/*--------------------------------------------------------------
# autres
--------------------------------------------------------------*/
/*-- Images Hover Effects CSS --*/
.img-box {
  position: relative;
  transition: .5s;
  max-height: 230px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 0px 100px;
}
.img-box img {
  max-width: 100%;
  border: 3px solid #FFC107;
  position: relative;
  width: 100%;
}
.img-box::before {
  content: '';
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  z-index: 1;
  transition: .5s;
}
.img-box::after {
  content: '';
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: .5s;
}

.img-box:hover {
  transform: scale(1.04);
}

.img-box:hover::before {
  left: 10px;
  top: 10px;
}
.img-box:hover::after {
  right: 10px;
  bottom: 10px;
}


/* Services box */
body{
  background: #f5f5f5;
}

.services-block-three i {
  font-size: 32px;
}
.services-block-three>a {
  display: block;
  border: 2px solid #d5d5d5;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  padding: 20px;
  position: relative;
  margin-bottom:30px;

}
.services-block-three>a:before {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid #4286f4;
  border-right: 2px solid #4286f4;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  top: -2px;
  left: -2px;
  border-top: 2px solid #4286f4;
  border-left: 2px solid #4286f4;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
  padding-bottom: 15px;
}
.services-block-three h3 {
  color: #222222;
  margin-bottom: 10px;
  font-weight: 600;
}
.services-block-three p {
  margin-bottom: 0;
  color: #757575;
}
.services-block-three>a:hover {
  opacity: 1;
  border-color: #d5d5d5;
}
a:hover, a:active {
  color: #4286f4;
  text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
  width: 95%;
  height: 90%;
}