#navbar_top {
    background: #f47505;
}
.navbar-toggler {
    background: #fff;
}
.navbar-toggler-icon{
    background: #000;
}
.navbar-nav.ml-auto a {
    color: #fff;
    font-weight: bold;
}
.navbar-nav.ml-auto a:hover {
    color: #000;
    
}
.dropdown:hover>.dropdown-menu {
    display: block;
  }

.dropdown-menu a:hover {
    background: #05059f;
    color: #fff !important;
}


.carousel-item.head{
    position: relative;
}
.carousel-item .text-header{
    position: absolute;
    top: 20%;
   text-align: center;
   width: 100%;
   font-family: Georgia, serif;
}

.text-header h1{
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #db6b09;
    text-shadow: 2px 1px 0px #000;
}
.first h2{
    font-size: 35px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 3px;
    color: #db6b09;;
    text-shadow: 2px 1px 0px #000;
}
.head-h2 h2{
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #db6b09;
    text-shadow: 2px 1px 0px #000;
}

.cursurs-home{
    margin-top: 10%;
    margin-bottom: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
    background: #5c5e5d;
}

.cursurs-home h1 {
    color: #fff;
    font-weight: bold;
    font-family: Georgia, serif;
}

.diplome {
    background: #fff;
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 20%;
    height: 200px;
}
.diplome:hover {
    background: #ec9108;
    font-style: italic;
    font-family: Georgia, serif;
    color: #05059f;
}

.diplome-vu h2 {
    margin-top: 16%;
    font-weight: bold;
    font-size:30px;
    color: #000;
    text-shadow: 2px 1px 0px #db6b09;
}

.container .info h3{
    font-family: Georgia, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
}

/****END ACCUEIL **/

/**A PROPOS ***/
.head-ecole {
    position: relative;
    padding: 0;
}

.text-ecole{
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: Georgia, serif;
}


#innerPara{padding:20px;}
legend{width:200px;padding:10px 20px;}

.border-gris{
    border: 2px solid #b18e4c !important;
}
footer{
    background: #0c1134 !important;
}

.fondateur h1 {
    background: #126297;
    margin-top: 10%;
    font-weight: bold;
    margin-bottom: 5%;
    font-family: Georgia, serif;
    color: #FFFFFF;
    text-shadow: 4px 3px 0px #7A7A7A;
    padding-top: 3%;
    padding-bottom: 3%;
}
.directeur h2 {
    font-family: serif;
    margin-top: 10%;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 0px #db6b09;
    font-size: 40px;
}

.text-fondateur{
    background: #db6b09;
}
.text-fondateur .store{
    background: #fff;
    padding: 4%;
}
.store-title{
    font-weight: bold;
}

.present-escam{
    background: #3f4139;
}
.present-escam .store{
    background: #fff;
    padding: 4%;
}

.marg-title{
    margin-top: 14%;
}

/******END A PROPOS*****/

/****FORMATION****/

.certif{
    background: orange;
    margin-top: 5%;
    padding-bottom: 2%;

}
.certif h1 {
    font-weight: bold;
    margin-bottom: 5%;
    font-family: Georgia, serif;
    color: #FFFFFF;
    text-shadow: 4px 3px 0px #7A7A7A;
    padding-top: 3%;
    padding-bottom: 3%;
}

.profession h1{
    font-weight: bold;
    font-family: Georgia, serif;
    color: #db6b09;
    text-shadow: 2px 1px 0px #232525;
    padding-top: 3%;
    padding-bottom: 3%;
}

.profession h2{
    font-weight: bold;
    font-family: Georgia, serif;
    color: #071c61;
    text-shadow: 2px 1px 0px #000;
    padding-top: 3%;
    padding-bottom: 3%;
}

.exam h3{
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 1px 0px #db6b09;
    padding-top: 3%;
    padding-bottom: 3%;
}

/***FILIERE ****/
.title-filiere h1 {
    background:  #db6b09;
    font-weight: bold;
    margin-bottom: 5%;
    font-family: Georgia, serif;
    color: #000;
    text-shadow: 2px 1px 0px #fff;
    padding-top: 3%;
    padding-bottom: 3%;
}

/*COntact */

@media screen and (min-width: 700px) {
    .escam-form{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
  }

  /***Homologue par l'etat ***/
  .back-fil{
      background: red;
  }
  .back-bleu{
      background: #010136;
  }
  .back-orange{
      background: #a06903;
  }
  @media screen and (max-width: 1180px) {
    .homologue{
        display: none;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .homologue{
    position: absolute;
    top: 5%;
    padding-right: 8%;
    width: 100%;
    color: #fff;
    font-family: Georgia, serif;
    font-style: italic;
    border-radius: 50%;
    width: 329px;
    height: 124px;
    text-align: right;
    }
  }

  .blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }