/**
* TITRE SECTIONS
*/

.titre-section {padding-bottom: 50px; }
.body-ff {padding: 0;}

/**
 * NAVBAR
 */

#navbar ul li ul li a {border-top: #046197;}
#navbar ul li ul {background-color: #046197;padding-top: 0;padding-left: 3px;padding-bottom: 0;}
#navbar ul li a.dropdown-toggle {background-color: transparent;}
#navbar ul li ul li a:hover {background-color: #046197;}
#navbar ul li ul li a:focus {background-color: #046197;}
#navbar ul li ul li {margin-top: 0;}

/**
 * LES TRAVAUX SOUS TENSION
 */

#info-tst {font-size: 18px;}
#info-tst .row:not(.titre-section) {padding: 40px 0;}
#info-tst h3 {letter-spacing: -1px; font-weight: bold;padding-bottom: 20px;}
#info-tst li {list-style-type: disc;}
#info-tst img {width: 100%;}
#info-tst a.pdf {margin: 5px;}

@media only screen and (min-width:768px) {
    #info-tst .schema {display: flex; justify-content: center;align-items: center;}
}

/**
 * ADNT + EP + TST EME HAB
 */

#adnt {font-size: 18px;}
#adnt h3 {letter-spacing: -1px; font-weight: bold;padding-bottom: 20px;margin-top: 0;}
#adnt img {width: 100%;}
#adnt .schema {padding: 40px 0;}

@media only screen and (min-width:768px) {
    #adnt .schema {display: flex; justify-content: center;align-items: center;}
}

/**
* CATALOGUE FORMATION
*/

.production-formation:hover,
.transport-formation:hover,
.distribution-formation:hover {
    background: linear-gradient(rgb(255, 255, 255), rgb(238, 238, 238), rgb(238, 238, 238), rgb(255, 255, 255));
}

.production-formation,.transport-formation,.distribution-formation {padding: 0;}
.electricite-formation {margin: 0;padding: 0 10%;}
.img-top-container-formation {position: relative;text-align: center;color: #046197;}
.img-top-container-formation img {width: 50%;}
a#titre-lien-formation:hover {text-decoration: none;}
.titre-lien-formation {font-size: 6vh;font-variant: petite-caps;font-weight: bold;}
.lieu-formation{color: #046197;font-weight: 600;letter-spacing: -1.5px;}
.h3-formation {color: black;padding: 20px 0 !important;font-weight: 300 !important;line-height: 1.65;font-size: 30px !important;}

/**
 * A PROPOS
 */

#apropos img {width: 300px;}
#apropos .col-md-8 {text-align: justify;line-height: 1.5;}
#apropos .btn {color: #046197;margin-top: 5vh;border: 1px solid #046197;}
#apropos .btn:hover {background-color: #046197;color: white;}
#apropos {font-size: 1.12em;background-color: #F0F0F0;padding-top: 5%;padding-bottom: 5%;}

/**
 * PLANNING
 */

#planning img {max-height: 120px;}
#planning input[type=text] {width: 300px;}
#planning form {display: inline-block;}
#planning form#suppr_recherche {margin-left: 20px;}
#planning span.glyphicon-remove {vertical-align: -1px;cursor: pointer;}
#planning .glyphicon-search {font-size: 16px;}
#planning button#rechercher {border: none;background-color: transparent;}
#planning .table>tbody>tr>td {padding: 4px 8px;}
#planning h4.titre,#planning a:hover {color: #81CA47;}
#planning .nombre {width: 80px;}
#planning .nom {min-width: 400px;}

#planning th.date_formation,
#planning .table>tbody>tr>td.date_formation {
    width: 280px;
    padding-left: 40px;
}

#planning a.btn.inscrire {
    color: white;
    background-color: #046197;
    border: 1px solid #046197;
    padding: 5px 10px;
    display: none;
    line-height: 2;
}

#planning a {color: inherit;}
#planning .glyphicon-arrow-right {display: none;}
tr.ficheTrouvee {font-weight: bold;font-size: 16px;border-top: 3px solid #046197;border-bottom: 3px solid #046197;}
.table>tbody>tr>td.ficheTrouvee {vertical-align: middle;}
#attente_chargement {margin: 15vh auto;display: none;}


#planning a.btn.inscrire:hover {color: #046197;background-color: white;border: 1px solid #046197;}
#planning .table>tbody>tr>td.espacement_inscription {padding: 8px 8px;width: 110px;}

/**
 * FORMATEURS
 */

#formateurs {padding-bottom: 5%;padding-top: 3%;background-color: #046197;color: white;}
#formateurs img {width: 150px;padding: 2px;background-color: white;border-radius: 50%;}
#formateurs .col-md-2 {height: 200px;}
#formateurs h2 {color: white;}

/**
 * INFOS PRATIQUES
  */

#pratique,#planning {margin-top: 5%;padding-bottom: 5%;}
#pratique a {color: inherit;}
#pratique a:hover {color: #81CA47;}
.vert {color: #81CA47;}

/**
 * LISTE FORMATIONS
 */

#formations li,.liste_formations li {margin-bottom: 8px;}
.liste_formations #retour_haut {margin-top: 40px;}
.liste_formations ul {margin-bottom: 40px;}
#formations a,.liste_formations a {color: inherit;}
#formations a:hover {color: #81CA47;}

#formations li:before,
.liste_formations li:before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 20px;
    background: url('../../../static/images/puce.png') no-repeat 0 50%;
}

#formations span.glyphicon,.liste_formations span.glyphicon {margin-left: 6px;color: #81ca47;cursor: pointer;}
#pratique {font-size: 1.12em;}