/*
Theme Name: eesad
Author: Marc-André Gallien
Description: Thème pour les EÉSADs
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eesad
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

eesad is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*
*
*
*  COULEURS:
*  Principale: rgb(69, 74, 78)
*  Principale foncé: rgb(44, 49, 52)
*  Secondaire: rgb(109, 114, 118)
*
*
*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext';

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 28px;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    color: rgb(0, 86, 149);
    padding: 50px 0px 15px 0px;
    margin: 0 0 25px 0;
    border-bottom: 1px solid rgba(56,55,57,0.15);
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.1);
}


h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: rgb(0, 86, 149);
    padding: 25px 10px 15px 10px;
    text-align: center;
    overflow: hidden;
}

h2:before, h2:after {
    background-color: rgba(100,100,100,0.25);
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h2:before { right: 30px; margin-left: -50%; }
h2:after { left: 30px; margin-right: -50%; }

h3, h3#date-evenement {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: rgb(0, 86, 149);
    margin: 10px 0 15px 0;
    padding: 0;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: rgb(0, 86, 149);
    margin: 0;
    padding: 15px 0 5px 0;
}


h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.25 em;
    color: #666;
    margin: 0;
    padding: 15px 0 5px 0;
}

h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
    color: rgb(69, 74, 78);
    margin: 0;
    padding: 15px 0 5px 0;
}

p {
    padding-top: 10px;
    margin-bottom: 10px;
}
@media screen and (min-width:600px) { p{ text-align: justify; } }

.couleur{
    color: rgb(69, 74, 78);
}

a {
    color: rgb(0, 86, 149);
}

a:hover {
    color: rgb(44, 49, 52);
}

#main-content a {
	word-wrap: break-word;      /* IE 5+ */
}

#eesad a.btn {
    white-space: normal;
    max-width: 100%;
    text-align: left;
}

p.light {
    font-weight: 300;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.clear {
    clear: both;
}

hr.dashed {
    border: none;
    border-bottom: 1px dashed rgba(100,100,100,0.25);
}

@media (max-width: 480px) { 
  .col-ts-12 { float: none; width: 100%;}
}

.pixel-overlay{
    position: absolute; 
/*    opacity: 0.8; */
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%;
    z-index: 3000;
    background: url(pattern.png) repeat; 
}

/* BOUTON */
.btn-perso {
  color: #fff;
  background-color: rgb(0, 86, 149);
  border-color: rgb(4, 49, 84);
  font-weight: 300;
  margin-left: 5px;
  margin-bottom: 5px;
}
.btn i{
    padding-right: 10px;
}
.btn.active {
    cursor: default;
}
.btn-perso:focus,
.btn-perso.focus {
  color: #fff;
  background-color: rgb(4, 49, 84);
  border-color: rgb(4, 49, 84);
}
.btn-perso:hover {
  color: #fff;
  background-color: rgb(4, 49, 84);
  border-color: rgb(4, 49, 84);
}
.btn-perso:active,
.btn-perso.active,
.open > .dropdown-toggle.btn-perso {
  color: #fff;
  background-color: rgb(0, 86, 149);
  border-color: rgb(4, 49, 84);
}
.btn-perso:active:hover,
.btn-perso.active:hover,
.open > .dropdown-toggle.btn-perso:hover,
.btn-perso:active:focus,
.btn-perso.active:focus,
.open > .dropdown-toggle.btn-perso:focus,
.btn-perso:active.focus,
.btn-perso.active.focus,
.open > .dropdown-toggle.btn-perso.focus {
  color: #fff;
   background-color: rgb(0, 86, 149);
  border-color: rgb(4, 49, 84);
}
.btn-perso:active,
.btn-perso.active,
.open > .dropdown-toggle.btn-perso {
  background-image: none;
}
.btn-perso.disabled:hover,
.btn-perso[disabled]:hover,
fieldset[disabled] .btn-perso:hover,
.btn-perso.disabled:focus,
.btn-perso[disabled]:focus,
fieldset[disabled] .btn-perso:focus,
.btn-perso.disabled.focus,
.btn-perso[disabled].focus,
fieldset[disabled] .btn-perso.focus {
   background-color: rgb(0, 86, 149);
  border-color: rgb(4, 49, 84);
}
.btn-perso .badge {
  color: rgb(0, 86, 149);
  background-color: #fff;
}

.btn-moyen {
    padding: 8px 16px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

/* 5 COLONNES */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



/*
*
*
*   MENU
*
*
*/


/* MAIN-MENU */

.navbar {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: auto;
    background: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
    border: none;
    z-index: 999;
    height: 100px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}

.navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width : 768px) {
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.navbar-brand{
    padding: 0;
    margin: 0;
    margin-left:0px;
    margin-top: 10px;
    background: #fff !important;
    height: 72px;
    width: 220px;
    text-align: center;
    overflow: hidden;
}

.navbar a.navbar-brand:hover, .navbar a.navbar-brand:active{
    background: #fff;
}

.navbar-brand img{
    margin: auto;
}

@media only screen and (max-width : 991px) {
    .navbar-brand{
        margin-top: 0px;
        width: 150px;
        height: 135px;
        -webkit-border-bottom-right-radius: 75px;
        -webkit-border-bottom-left-radius: 75px;
        -moz-border-radius-bottomright: 75px;
        -moz-border-radius-bottomleft: 75px;
        border-bottom-right-radius: 75px;
        border-bottom-left-radius: 75px;
    }
    .navbar-brand img{
        width: 100%;
        height: auto;
        padding: 20px 0 0 20px;
    }
}

@media only screen and (max-width : 991px) {
    .navbar-brand{
        margin-top: 0px;
        width: 110px;
        height: 100px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

.navbar ul.nav.navbar-nav {
    margin-top: 0px;
}

.navbar ul.nav.navbar-nav li {
    padding: 20px 0;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar ul.nav.navbar-nav li a {
    color: rgb(69, 74, 78);
    text-shadow: none;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
}

@media only screen and (max-width : 1199px) {
    .navbar ul.nav.navbar-nav li a {
        padding: 0 10px;
    }
}

@media only screen and (max-width : 991px) {
    .navbar ul.nav.navbar-nav li a {
        padding: 0 8px;
        font-size: 15px;
    }
}

@media only screen and (max-width : 767px) {
    .navbar ul.nav.navbar-nav {
        border-top: 3px solid rgb(69, 74, 78);
        -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.35);
        box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.35);
        background: rgba(0,0,0,0.35);
        padding-bottom: 3px;
    }
    .navbar ul.nav.navbar-nav li {
        padding: 0;
    }
    .navbar ul.nav.navbar-nav li a {
        padding: 0 15px;
        font-size: 17px;
    }
}

.navbar ul.nav.navbar-nav li.active a, .navbar ul.nav.navbar-nav li a:hover {
    background-color: #eee;
}

/* Dropdown */
.navbar ul.nav.navbar-nav li ul.dropdown-menu {
    border: none;
    border-bottom: 3px double rgba(69, 74, 78, 0.5);
}

.navbar ul.nav.navbar-nav li ul.dropdown-menu li {
    height: 40px;
    overflow: hidden;
    padding: 0;
    margin: 2px 0;
}

.navbar ul.nav.navbar-nav li ul.dropdown-menu li a {
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
}
.navbar ul.nav.navbar-nav li ul.dropdown-menu li a:hover {
    color: rgb(69, 74, 78);
}

/* Dropdown sur hover, mais pas sur mobile */
@media only screen and (min-width : 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar ul.nav.navbar-nav li ul.dropdown-menu li a:hover {
        color: rgb(69, 74, 78);
    }
}

/* 
*
*  TOP-MENU
*
*/

#top-menu {
    background-color: rgb(0, 86, 149);
    color: #fff;
    height: auto;
    overflow: hidden;
}

/* Coordonnées */
#top-menu span{
    float: right;
    margin-left: 15px;
    margin-right: 0px;
    line-height: 35px;
    height: 35px;
}

#top-menu span.telephone-top,
#top-menu span.courriel-top,
#top-menu span.courriel-top a{
    color: #fff;
    font-size: 18px;
}

#top-menu span.telephone-top i,
#top-menu span.courriel-top i{
    font-size: 21px;
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 420px) {
    #top-menu span.telephone-top,
    #top-menu span.courriel-top,
    #top-menu span.courriel-top a,
    #top-menu span.telephone-top i,
    #top-menu span.courriel-top i{
        font-size: 16px;
    }
}

@media only screen and (max-width : 767px) {
    #top-menu span.telephone-top,
    #top-menu span.courriel-top{
        float: left;
        margin-left: 0px;
        margin-right: 15px;
    }
}

/* Polylang */
#top-menu span.menu-lang-top ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
}

#top-menu span.menu-lang-top ul li.lang-item {
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    line-height: 35px;
    height: 35px;
}

#top-menu span.menu-lang-top ul li.lang-item {
    background-color: rgba(255,255,255,0.15);
}

#top-menu span.menu-lang-top ul li.lang-item a{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}


/*
*
*
* VIDEO
*
*
*/

.video-box{
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}

/*
*
*
*   CAROUSEL
*
*
*/

#diaporama-accueil {
    width: 100%;
}

#diaporama-accueil h4{
    color: #fff;
    font-size: 75px;
    line-height: 1em;
    padding-bottom: 50px;
    font-weight: 300;
}

#diaporama-accueil p{
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.carousel .carousel-inner {
    top: -65px;
    border-bottom: 5px solid rgb(0, 86, 149);
    background-color: rgb(0, 86, 149);
}
.carousel-inner .item {
    width: 100%;
    height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.carousel .carousel-control{
    margin-bottom: 65px;
}

.carousel-inner .filtre {
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-inner .carousel-caption {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.95);
}

.carousel-inner .item .carousel-caption .btn{
    margin-left: -15%;
    margin-right: -15%;
}

ol.carousel-indicators{
    bottom: 0px;
}

ol.carousel-indicators li{
    border-color: rgb(0, 86, 149);
    margin-left: 5px;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    border-width: 2px;
}

ol.carousel-indicators li.active{
    background-color: rgb(0, 86, 149);
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-width: 2px;
}

@media only screen and (max-width : 1199px) {
    .carousel-inner .item { height: 500px; }
    #diaporama-accueil h4{ font-size: 60px; padding-bottom: 35px; }
    #diaporama-accueil p{ font-size: 21px; line-height: 26px; }
    .carousel-inner .filtre { background-color: rgba(0,0,0,0.25);}
}

@media only screen and (max-width : 991px) {
    .carousel-inner .item { height: 400px; }
    #diaporama-accueil h4{ font-size: 48px; padding-bottom: 20px; }
    #diaporama-accueil p{ font-size: 18px; line-height: 24px; }
    .carousel-inner .filtre { background-color: rgba(0,0,0,0.3);}
    .carousel-inner .item { min-height: 400px; height: auto; }
    .carousel-inner .item .carousel-caption { 
        position: relative; 
        left: 10%; 
        right: 10%; 
        top: 0px; 
        bottom:0px;
        width: 80%;
        padding: 60px 35px 35px 35px; }
    .carousel .carousel-inner {top: 0;}
    .carousel .carousel-control {margin-bottom: 0;}
    ol.carousel-indicators{ bottom: -50px; }
}

@media only screen and (max-width : 767px) {
    #diaporama-accueil h4{ font-size: 48px; padding-bottom: 20px; }
    #diaporama-accueil p{ font-size: 18px; line-height: 24px; }
    .carousel-inner .filtre { background-color: rgba(0,0,0,0.35);}
    .carousel-inner .item .carousel-caption {
        left: 0; 
        right: 0;
        width: 100%; }
}




/*
*
*
*   CONTENU
*
*
*/

#main-content {
    background: #fff;
    margin: 25px 0 0 0;
    padding: 0 0 25px 0;
    min-height: 300px;
}

#main-content .container {
    padding-bottom: 35px;
}

.entry-content {
    padding: 0 0 30px 0;
}

#main-content .container article .entry-content img{
    max-width: 100%;
    height: auto;
}

#image-header{
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid rgb(0, 86, 149);
}


/* ACCUEIL */

body.home div.intro p{
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

section.couleur {
    -webkit-box-shadow: inset 0px -50px 50px -50px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px -50px 50px -50px rgba(0,0,0,0.25);
    box-shadow: inset 0px -50px 50px -50px rgba(0,0,0,0.25);
/*    border-top: 5px solid rgb(4, 49, 84);*/
    background: #fff;
    color: rgb(0, 86, 149);
    padding: 0px 0px 50px 0px;
}

section.couleur h1, section.couleur h4 { text-align: center; color: rgb(0, 86, 149); }

section.couleur#services-accueil div.service-accueil div.extrait-description-service {
    padding: 15px 10px 15px 10px;
}
section.couleur#services-accueil div.service-accueil div.extrait-description-service p{
    text-align: center;
    font-size: 1.1em;
    line-height: 1.5em;
}

.btn-services {
  color: #fff;
  background-color: rgb(4, 49, 84) !important;
  border-color: rgb(0, 86, 149) !important;
  font-weight: 300;
  margin-left: 5px;
  margin-bottom: 5px;
}
.btn-services:focus{
  color: #fff;
  background-color: rgb(0, 142, 255) !important;
  border-color: rgb(0, 86, 149) !important;
}
.btn-services:hover {
  color: #fff;
  background-color: rgb(0, 142, 255) !important;
  border-color: rgb(0, 86, 149) !important;
}
.btn-services:active,
.btn-services.active{
  color: #fff;
  background-color: rgb(4, 49, 84) !important;
  border-color: rgb(0, 86, 149) !important;
}

/* ICONES SERVICES ACCUEIL */

.icone-service {
    font-size: 50px;
    line-height: 50px;
    padding: 20px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: rgb(0, 86, 149) !important;
    text-align: center;
    margin: auto;
    margin-top: 35px;
}


/* ICONES SERVICES page services */
body.page-template-page-services .icone-service {
    font-size: 50px;
    line-height: 50px;
    padding: 20px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgb(69, 74, 78);
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
body.page-template-page-services .icone-service i.fa-shopping-basket{ margin-left: -4px; }
p.sous-menu-gauche i.fa-balance-scale{ margin-left: -38px; }
body.page-template-page-services .icone-service i.fa-balance-scale{ margin-left: -5px; }
body.page-template-page-services .icone-service i.fa-calculator{ margin-left: 2px; }
body.page-template-page-services .icone-service a {color: #fff;}



/* SOUS-MENU-GAUCHE */

p.titre-sous-menu-gauche {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: rgb(35,31,32);
    padding: 60px 0px 15px 0px;
    margin: 0 0 25px 0;
    border-bottom: 1px solid rgba(56,55,57,0.15);
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.1);  
}

p.sous-menu-gauche {
    font-size: 21px;
    padding-left: 35px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
}

p.sous-menu-gauche a { color: rgb(35, 31, 32); }
p.sous-menu-gauche a:hover, p.sous-menu-gauche.active a { color: rgb(0, 86, 149);}
p.sous-menu-gauche.active a { font-weight: 600; }

p.sous-menu-gauche i{
    margin-left: -35px;
    font-size: 1.15em;
    width: 35px;
    color: rgb(69, 74, 78);
}

.sous-menu-gauche.active .fa{
    color: rgb(0, 86, 149);
}


/* SERVICES */
p.categorie-tache {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: rgb(35, 31, 32);
    padding: 25px 10px 15px 0px;
    text-align: left;
    overflow: hidden;
}

p.categorie-tache:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    border-bottom: 1px dashed rgba(100,100,100,0.25);
    position: relative;
    vertical-align: middle;
    width: 100%;
}
p.categorie-tache:after { left: 10px; margin-right: -100%; }

div.row.tarifs div.gauche p {text-align: right;}
div.row.tarifs div.droite p {text-align: left;}
@media only screen and (max-width : 480px) {
    div.row.tarifs div.droite p, div.row.tarifs div.gauche p {text-align: center;}
}
div.row.tarifs p{
    font-size: 16px;
    line-height: 19px;
}

div.row.tarifs p strong{
    font-size: 19px;
    line-height: 22px;
}


p.sous-menu-gauche svg {
    width: 20px;
    height: 20px;
    margin-left: -35px;
    margin-right: 15px;
}

p.sous-menu-gauche svg path{
    fill: rgb(35, 31, 32);
}

.thumbnail-service p {
    padding-bottom: 0px;
    text-align: left;
}

.thumbnail-service .col-xs-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100px;
}

.thumbnail-service img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.thumbnail-service p.nom {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding-top: 10px;
    margin: 0;
}

.thumbnail-service p.poste {
    font-size: 15px;
    line-height: 15px;
    padding-top: 5px;
    margin: 0;
}


/* ÉQUIPE */
.profil-thumbnail {
    border-bottom: 3px solid #3a6d8e;
}

img.photo-profil {
    width: 100%;
}

.biographie p{
    padding-right: 20px !important;
}

@media only screen and (max-width : 767px) {
    .profil-thumbnail {
        text-align: center;
    }
}

a p.poste, p.poste {
    color: #666;
    font-size: 18px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 5px;
}

p.info-profil {
    color: #666;
    font-size: 18px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0;
}

p.info-profil i {
    padding-right: 5px;
    width: 25px;
}

.modal-body p{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.modal-body p.poste{
    font-weight: 300;
    font-size: 18px;
    line-height: 19px;
}

.modal-dialog.modal-lg {
    width: 90%;
    max-width: 960px;
}

.modal-dialog.modal-lg img{
    max-width: 400px;
    margin: auto;
}


/* PARTENAIRES */
div.partenaire {
    padding: 15px;
    border: 1px solid rgba(150,150,150,0.25);
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.15);
    margin-top: 25px;
}
div.partenaire p {
    line-height: 1.2em;
    font-weight: 600;
    padding: 0px;
    margin: 0;
}
div.partenaire img {
    margin-bottom: 20px;
}




/* FORMULAIRE CONTACT */
div.wpcf7 {
    width: 80%;
    margin: auto;
}

@media only screen and (max-width : 991px) {
    div.wpcf7 { width: 100%; }
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    width: 100%;
    margin-top: 5px;
}

form.wpcf7-form p, form.wpcf7-form label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    padding-top: 10px;
    color: rgb(69, 74, 78);
    margin: 0;
    width: 100%;
}

form.wpcf7-form p input {
    font-size: 18px;
    line-height: 36px;
}

form.wpcf7-form p textarea {
    font-size: 18px;
    line-height: 24px;
}

form.wpcf7-form p input.btn {
    color: #fff;
}

/*
*
*
*   TABLE
*
*
*/

.table td{
    text-align: center;  
 }
 
 .table th{
    width: 17%;
    text-align: center;   
 }

 .table th.col-17{
    width: 155px;
 }

.titre{
    color: white;
    background-color: #27628F;
 }
.table-padding {
    padding-top: 15px;
}


.global-chart {
    padding-bottom: 0px;
}

select{
    text-align:center;
    direction: rtl;
}

.droplist{
    padding-bottom: 5px;
    margin-right: 32px;

}

.droplist-titre{
    text-align:right;
    padding-bottom: 5px;
}

.badge-info {
    background-color: #27628F;
}
.badge-info:hover {
    background-color: #2d6987;
}
/*
*
*
*   FOOTER
*
*
*/

/* Call-to-action */
div#call-to-action {
    background-image: url("img/grey.png");
    background-repeat: repeat;
    padding: 15px 0 35px 0;
}


/* INTRANET */
.titre-documentation{
    margin-bottom: 25px;
}

.type-documentation{
    background-color: #fff;
}

.titre-type-documentation h4{
    height: 60px;
    background-color: #3a6d8e !important;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.lien-type-documentation {
    display: block;
}

.lien-type-documentation ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.lien-type-documentation ul li{
    padding-bottom: 25px;
}

.lien-type-documentation ul li a{
    color: #fff;
    white-space: normal;
}

.lien-type-documentation ul li a:hover {
    background-color: #777;
    color: #fff;
    text-decoration: none;
}

ul li.lien-document{
    list-style: none !important;
    background-color: #FAFBFF;
    margin-bottom: 5px;
}

.lien-document a:hover{
    text-decoration: none;
    color: #777;
}

.category-document{
    white-space: normal;
}

.category-document:hover{
    background-color: #777 !important;
}

.sous-document{
    padding-left: 15px;
}

.sous-document a:hover{
    text-decoration: none;
    color: #777;
}

.extranet a::before{
   content: "\f023  ";
    font-family: "FontAwesome";
}

.sous-categories{
    margin-left: 20px;
}


input#recherchedirect {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
}


/*
*
*  SECTION BLOG
*
*/


/* Barre de recherche */

aside ul {
    list-style-type: none;
    padding-left: 35px;
}

aside ul li:before {
    font-family: 'FontAwesome';
    content: '\f18e';
    margin: 0 10px 0 -20px;
    color: rgb(0, 103, 177);
}


/* EXTRAIT - header */

header.date-categorie-container {}

header.date-categorie-container p.date {
    float: left;
    margin: 0;
    padding: 5px 10px 5px 0;
    background: #fff;
    color: #666;
    height: 40px;
    border: 3px solid #fff;
}

header.date-categorie-container p.categorie {
    float: right;
    margin: 0;
    padding: 5px 15px 5px 15px;
    background: #fff;
    height: 40px;
    border: 3px solid rgb(0, 103, 177);
    border-radius: 20px;
}

header.date-categorie-container p.categorie a {
    text-decoration: none;
}

header.date-categorie-container hr.ligne-date-categorie {
    position: relative;
    top: 19px;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 3px solid rgb(0, 103, 177);
}


/* EXTRAIT - texte */

div.extrait {
    margin: 10px 0 100px 0;
}

div.extrait img {
    width: 100%;
    margin-top: 50px;
}

div.extrait a i {
    color: rgb(0, 103, 177);
}

div.extrait div a {
    text-decoration: none;
}


/* ARTICLE - Contenu */

div.contenu {
    padding: 25px 15px 50px 15px;
}

div.contenu img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px;
    text-align: center;
}



/* Footer */

footer#footer {
    background-image: url("img/img-filler.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 35px 0 35px 0;
    position: relative;
    border-top: 5px solid rgb(69, 74, 78);
}

footer#footer div.layer-footer {
    background-color: rgba(44, 49, 52, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer#footer h4{
    color: #fff;
    padding-bottom: 10px;
}

footer#footer p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding-bottom: 5px;
}

footer#footer p a{
    color: #fff;
    text-decoration: underline;
}

footer#footer div.contact-section {
    padding-left: 25px;
    padding-right: 0px;
    border-left: 1px solid #fff;
}

@media only screen and (max-width : 767px) {
    footer#footer div.contact-section {
        border-left: none;
        border-top: 1px solid #fff;
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

footer#footer div.contact-section p{
    padding-bottom: 5px;
    margin-left: 30px;
}

footer#footer div.contact-section p i{
    font-size: 21px;
    margin-left: -30px;
    margin-top: 5px;
    width: 30px;
}


/* TIMELINE */
.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 0.25em 0;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: rgb(0, 86, 149);
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid rgb(0, 86, 149);
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid rgb(0, 86, 149);
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: rgb(0, 86, 149);
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 0.5em 0 0 0;
  padding: 0.5em;
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 0.5em 0 0 0;
  padding: 0.5em;
  z-index: 15;
}

@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 18px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 0.5em 0 0 0;
  }
}

@media(min-width: 992px){
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}



/* ÉVÉNEMENTS */

div.evenement {
    margin-top: 10px;
    border-top: 1px dotted #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}

div.evenement .date-evenement{
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: rgb(0, 86, 149);
}

div.evenement .titre-evenement{
    padding-right: 0px !important;
}

div.evenement .date-evenement .jour{
    background-color: #eee;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: rgb(0, 86, 149);
    padding: 10px;
}

div.evenement .date-evenement .mois{
    background-color: rgb(0, 86, 149);
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 2px;
}

div.evenement .titre-evenement{
    border-right: 5px solid rgb(0, 86, 149);
}


/* FORMULAIRES */
.select2.select2-container,
li.gfield input.medium{
    width: 100% !important;
    font-size: 17px;
}
.gform_wrapper ul li.field_description_below .ginput_container.ginput_container_radio{
    margin-top: 0px;
}
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
    margin-top: 0px !important;
}

.gform_wrapper .gform_footer {
    text-align: center;
}

.gform_wrapper .gform_footer input[type=submit].gform_button {
    color: #fff;
    background-color: rgb(0, 86, 149);
    border-color: rgb(4, 49, 84);
    font-size: 21px;
    padding: 10px 20px;
    font-weight: 300;
    margin: auto;
    text-align: center;
    -webkit-box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.25);
       -moz-box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.25);
            box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.25);
}
.gform_wrapper .gform_footer input[type=submit].gform_button:hover {
    background-color: rgb(4, 49, 84);
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


.cell-inactive {
    background-color: #ececec;
    color: #b9b9b9;
}

.negatif{
    color: red;
}
.titre-margin {
    margin-bottom: 25px;
}