/*
Theme Name: mutuelle
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: mutuelle
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';

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: #ec5725;
    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: #ec5725;
    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: #ec5725;
    margin: 10px 0 15px 0;
    padding: 0;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #ec5725;
    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:hover {
    color: rgb(44, 49, 52);
}

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

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%;}
}


/* BOUTON */
.btn-perso {
  color: #fff;
  background-color: #12477a;
  border-color: #081e34;
  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: #081e34;
  border-color: #081e34;
}
.btn-perso:hover {
  color: #fff;
  background-color: #081e34;
  border-color: #081e34;
}
.btn-perso:active,
.btn-perso.active,
.open > .dropdown-toggle.btn-perso {
  color: #fff;
  background-color: #12477a;
  border-color: #081e34;
}
.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: #12477a;
  border-color: #081e34;
}
.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: #12477a;
  border-color: #081e34;
}
.btn-perso .badge {
  color: #12477a;
  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;
}

.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;
}


.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: #12477a;
    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 {
        margin: 0 2px;
    }
    .navbar ul.nav.navbar-nav li a {
        padding: 0 8px;
        font-size: 15px;
    }
    .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-brand img{
        width: 100%;
        height: auto;
        padding: 20px 0 20px 0;
    }
}

@media only screen and (max-width : 767px) {
    .navbar ul.nav.navbar-nav {
        border-top: 3px solid #ec5725;
        -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: #fff;
    border: solid 2px #ec5725;
}

/* 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: #ec5725;
    }
}

/* 
*
*  TOP-MENU
*
*/

#top-menu {
    background-color: #ec5725;
    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;
}


/*
*
*
*   CAROUSEL
*
*
*/

#diaporama-accueil {
    width: 100%;
}

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

.titre-diapo h4{
    color: #ec5725 !important;
    font-weight: bold;
}

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

.carousel .carousel-inner {
    top: -65px;
    border-bottom: 5px solid #fe5c1b;
    background-color: #fe5c1b;
}
.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: #fe5c1b;
    margin-left: 5px;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    border-width: 2px;
}

ol.carousel-indicators li.active{
    background-color: #fe5c1b;
    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: center;
}

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 #ec5725;
    background: #12477a;
    color: #fff;
    padding: 0px 0px 50px 0px;
}

section.couleur h1, section.couleur h4 { color: #fff; }

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: #12477a !important;
  border-color: #081e34 !important;
  font-weight: 300;
  margin-left: 5px;
  margin-bottom: 5px;
}
.btn-services:focus{
  color: #fff;
  background-color: #081e34 !important;
  border-color: #081e34 !important;
}
.btn-services:hover {
  color: #fff;
  background-color: #081e34 !important;
  border-color: #081e34 !important;
}
.btn-services:active,
.btn-services.active{
  color: #fff;
  background-color: #12477a !important;
  border-color: #081e34 !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: #12477a !important;
    color: #fff !important;
    text-align: center;
    margin: auto;
    margin-top: 35px;
}


/* ICONES ENGAGEMENTS ACCUEIL */
.icone-engagements {
    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 !important;
    color: #12477a !important;
    text-align: center;
    margin: auto;
    margin-top: 35px;
}

.fa.icone-engagements {
    color: #12477a !important;
}
body.page-template-default .icone-engagements i.fa-balance-scale{ margin-left: -5px; }
body.page-template-default .icone-engagements i.fa-handshake-o{ margin-left: -5px; }


/* 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; }
body.page-template-page-services .icone-service a {color: #fff;}
body.page-template-page-services .icone-service i.fa-graduation-cap{ margin-left: -5px; }
body.page-template-page-services .icone-service i.fa-balance-scale{ margin-left: -5px; }
body.page-template-default .icone-service i.fa-graduation-cap{ margin-left: -5px; }

/* SOUS-MENU-GAUCHE */

p.titre-sous-menu-gauche {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #ec5725;
    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: #12477a; }
p.sous-menu-gauche a:hover, p.sous-menu-gauche.active a { color: #ec5725;}
p.sous-menu-gauche.active a { font-weight: 600; }

p.sous-menu-gauche i{
    margin-left: -35px;
    font-size: 1.15em;
    width: 35px;
    color: #12477a;
}

.sous-menu-gauche.active .fa{
    color: #ec5725;
}


/* 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);
}


/* É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;
}



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

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

.titre-type-documentation h4{
    height: 60px;
    background-color: #12477a !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 a{
    color: #fff;
    white-space: normal;
}

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

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

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

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

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

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

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


/* RESPONSIVE EMBED */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
*
*
*   FOOTER
*
*
*/

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



/* 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;
}

.grecaptcha-badge{
	visibility: collapse !important;  
}

.logo-footer{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
}

.logo-footer-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap:wrap;
}

/* Logo ES - Économie sociale - Footer */

.logo-es{
    display: block;
    position: relative;
    width: 70px;
    height:auto;
    padding-top: 20px;
    padding-bottom: 0px;
}

/* Logo Année internationale des coopératives 2025 - Footer */
.logo-aic{
    display: block;
    position: relative;
    width: 250px;
    height:auto;
    padding: 25px 10px 0px 25px;
}