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

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: #205e9a;
    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);
    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: #205e9a;
    padding: 25px 10px 15px 10px;
    text-align: center;
    overflow: hidden;
}

h2:before, h2:after {
    background-color: rgba(32,94,154,0.5);
    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: #205e9a;
    margin: 10px 0 15px 0;
    padding: 0;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #205e9a;
    margin: 0;
    padding: 20px 0 10px 0;
}

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

h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
    color: #205e9a;
    margin: 0;
    padding: 15px 0 5px 0;
}

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

figcaption{
    padding: 15px 10px;
    font-size: 0.9em;
    line-height: 1.4em;
}

.couleur{
    color: #205e9a;
}

a {
    color: #ffca2f;
}

a:hover {
    color: #ffb21a;
}

a:focus {
    color: #ffb21a;
}

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

#main-content{
}

/*#main-content .container{
    border-bottom: 1px solid rgba(0,0,0,0.25);
}*/

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%;}
  .hidden-ts { display: none;}
}


/* BOUTON */
.btn-perso {
  color: #fff;
  background-color: #ffca2f;
  border-color: #ffb21a;
  font-weight: 300;
  margin-left: 5px;
  margin-bottom: 5px;
}
.btn i{
    padding-right: 10px;
    color: #fff;
}
.btn.active {
    cursor: default;
}
.btn-perso:focus,
.btn-perso.focus {
  color: #fff;
  background-color: #ffb21a;
  border-color: #ffb21a;
}
.btn-perso:hover {
  color: #fff;
 background-color: #ffb21a;
  border-color: #ffb21a;
}
.btn-perso:active,
.btn-perso.active,
.open > .dropdown-toggle.btn-perso {
  color: #fff;
  background-color: #ffca2f;
  border-color: #ffb21a;
}
.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: #ffca2f;
  border-color: #ffb21a;
}
.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: #ffca2f;
  border-color: #ffb21a;
}
.btn-perso .badge {
  color: #ffca2f;
  background-color: #fff;
}

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

.perso-services{
    background-color: #ffca2f !important;
    border-color: #ffb21a !important;
}

.perso-services:hover{
    background-color: #ffb21a !important;
}

.perso-services i{
    color: #fff !important;
}

/* 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;
	border-radius: 0;
    border: none;
    z-index: 999;
    min-height: 100px;
    height: auto;
}
.navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-brand{
    padding: 0;
    margin: 0;
    margin-left:0px;
    margin-top: 0px;
    background: #fff !important;
    height: 100px;
    width: 220px;
    text-align: center;
    overflow: hidden;
}

@media only screen and (min-width : 768px) {
.navbar .container{
    width: 95%;
    max-width: 1170px; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}   
.navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
.navbar-brand{
    width: 200px;
}  
}



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

.navbar-brand img{
    margin: auto;
    margin-top: 20px;
    height: auto;
}


@media only screen and (max-width : 991px) {
    .navbar-brand{
        padding-top: 10px;
        width: 160px;
        height: 100px;
    }
}

.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: 4c4d4f;
    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 #205e9a;
        -webkit-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-brand{
        padding-left: 15px !important;
        width: 200px;
    }
    .navbar-brand img{
        width: 100%;
        margin-top: 10px;
    }
}

.navbar ul.nav.navbar-nav li.active a, .navbar ul.nav.navbar-nav li a:hover {
    background-color: #fff;
    border: solid 2px #205e9a;
    color: #205e9a;
}

/* Dropdown */
.navbar ul.nav.navbar-nav li ul.dropdown-menu {
    border: none;
    border-bottom: 3px double rgba(32, 94, 154, 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;
    color: #4c4d4f;
}
.navbar ul.nav.navbar-nav li ul.dropdown-menu li a:hover {
    color: #205e9a;
}

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

/* 
*
*  TOP-MENU
*
*/

#top-menu {
    background-color: #205e9a;
    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 i{
    color: #fff;
}

#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: #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: 0px !important;
    border-bottom: 5px solid #205e9a;
    background-color: #205e9a;
}
.carousel-inner .item {
    width: 100%;
    height: 82vh;
    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);
    padding-bottom: 10%;
}

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

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

ol.carousel-indicators li{
    border-color: #205e9a;
    margin-left: 5px;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    border-width: 2px;
}

ol.carousel-indicators li.active{
    background-color: #ffca2f;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-width: 2px;
}

@media only screen and (max-width : 1199px) {
    .carousel-inner .item { height: 600px; }
    #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: 275px;
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid #205e9a;
}


/* 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);
    box-shadow: inset 0px -50px 50px -50px rgba(0,0,0,0.25);
    border-top: 5px solid #ffb21a;
    background: #205e9a;
    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;
}

/* ICONES SERVICES ACCUEIL */

.icone-service {
    font-size: 50px;
    line-height: 50px;
    padding: 20px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
/*
    background: #fff;
    color: #205e9a;
*/
    text-align: center;
    margin: auto;
    margin-top: 35px;
}

.icone-service {
    background: #fff !important;
    color: #205e9a !important;
}


/* 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;
    border-radius: 50%;
    background: #205e9a !important;
    color: #fff !important;
    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;}


/* 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(56,55,57);
    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);
    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(109, 114, 118); }
p.sous-menu-gauche a:hover, p.sous-menu-gauche.active a { color: #205e9a;}
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);
}

p.sous-menu-gauche i:hover, p.sous-menu-gauche.active i{
    color: #ffca2f !important;
}

p.sous-menu-gauche.active i{
    color: #205e9a;
}

p.sous-menu-gauche.contacte{
    color: #205e9a !important;
}
p.sous-menu-gauche.contacte i{
    color: #205e9a !important;
}
p.sous-menu-gauche.contacte a{
    color: #205e9a !important;
}


/* SERVICES */
p.categorie-tache {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: rgb(69, 74, 78);
    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(69, 74, 78);
}


/* ÉQUIPE */
div.membre-equipe{
    margin-bottom: 20px;
}
div.membre-equipe div.container-photo{
    max-width: 200px;
    padding-bottom: 0px !important;
    margin: auto;
}
div.membre-equipe div.photo{
    width: 100%;
    border-radius: 5%;
    border: 2px solid #ffca2f;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


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


.acf-map {
    width: 100%;
    height: 300px;
    border: none;
    margin: 20px 0;
}


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

/*
*
*  SECTION BLOG
*
*/


/* Barre de recherche */

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

aside ul li:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f138';
    margin: 0 10px 0 -20px;
    color: #205e9a;
}


/* EXTRAIT - header */

header.date-categorie-container {}

header.date-categorie-container p.date {
    float: left;
    margin: 0;
    padding: 5px 10px 5px 0;
    background: #fff;
    color: #333;
    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 #205e9a;
    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 #205e9a;
}


/* EXTRAIT - texte */

div.extrait {
    margin: 10px 0 100px 0;
}
div.extrait image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
div.extrait image a {
    -ms-flex-item-align: center;
    align-self: center;
}
div.extrait img {
    max-width: 100% !important;
    margin-top: 50px;
}
div.extrait a i {
    color: #205e9a;
}

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

/* Call-to-action */
div#call-to-action {
    padding: 15px 0 35px 0;
    -webkit-box-shadow: 0 -8px 15px #eee;
    box-shadow: 0 -8px 15px #eee;
}



/* Footer */

footer#footer {
    background-image: url("img/112.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 35px 0 35px 0;
    position: relative;
    border-top: 5px solid #205e9a;
}

footer#footer div.layer-footer {
    background-color: rgba(32, 94, 154, 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;
    color: #fff;
    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;
}


/* ICONES SERVICES page services */
.icone-service-circle{
    font-size: 35px;
    line-height: 1em;
    width: 35px;
    background: #fff;
    color:#205e9a;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.icone-service-circle:after{
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 20%;
    border: 2px solid #ffb21a;
    display: block;
}
.titre-avantage{
    margin-top: 0px;
}