/*
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);
    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.inverse:before, h2.inverse:after {
    background-color: rgba(255,255,255,0.25);
}
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-diapo{
    margin-top: 30px;
}
.btn-grey{
    color: #fff;
    background-color: rgb(131, 131, 131);
    border-color: rgb(88, 88, 88);
    font-weight: 300;
    margin-left: 5px;
    margin-bottom: 5px;
    opacity: 0.65;
}
.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;
    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;
	border-radius: 0;
    border: none;
    z-index: 999;
    min-height: 100px;
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
    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);
        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;
}


@media only screen and (min-width :768px) and (max-width : 1199px) {
.navbar{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    } 
    
.navbar .container{
        width: 100%;
    }
    
.navbar-nav{
        float: none;
    }
.navbar-right {
    float: none !important;
}
}

@media only screen and (max-width : 1000px) {
.navbar ul.nav.navbar-nav li {
    padding: 10px 0px 5px 0px !important;
}
}

/* 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{
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
    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: 800px;
    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 {
    bottom: 100px;
    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) {
    #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: 300px; 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: 30px;}
    #diaporama-accueil p{ font-size: 18px; line-height: 24px; padding-bottom: 0px; margin-bottom: 0px; }
    .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;
}
.entry-content img.aligncenter {
    max-width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    display: block;
}

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


.service-titre{
    cursor:pointer;
    background: rgb(0, 86, 149);
    color: #fff;
    width: 80%;
    margin: auto;
}

.service-titre h4{
    color: #fff;
    padding: 15px 10px 10px 55px;
}

.service-titre i{
    margin-left: -40px;
    padding-right: 10px;
}

.service-description{
    padding: 10px;
    background: #fff;
    width: 80%;
    overflow: hidden;
    margin: auto;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.1);
}

.service-description .col-gauche p{
    font-weight: 300;
    font-size: 21px;
    line-height: 32px;
}

.service-description .col-gauche .modal-body p{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.service-description .col-gauche .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;
}

.modal-content p{
    padding-right: 15px;
}

.service-description .col-droite {
    padding-top: 15px;
}

.service-description .col-droite ul {
    padding-left: 25px;
}

.service-description .col-droite ul li {   
    padding-top: 10px;
    list-style: none;
    padding-left: 25px;
}

.service-description .col-droite ul li:before {    
    font-family: "Font Awesome 5 Pro";
    content: '\f138';
    margin:0 10px 0 -25px;
    color: rgb(0, 86, 149);
}

.service-description .col-gauche .thumbnail-service {
    max-width: 300px;
}

.service-description .col-gauche .thumbnail-service p {
    padding-bottom: 0px;
}

.service-description .col-gauche .thumbnail-service .col-xs-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

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

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

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

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




/*
*
*
*   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;
    -webkit-box-sizing: border-box;
    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: "Font Awesome 5 Pro";
}

.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: 'Font Awesome 5 Pro';
    content: '\f138';
    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: -webkit-gradient(linear, left top, left bottom, from(rgba(213,213,213,0)), color-stop(8%, rgb(213,213,213)), color-stop(92%, rgb(213,213,213)), to(rgba(213,213,213,0)));
  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);
  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);
  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);
  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);
            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;
            box-shadow: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.menu-trie-item{
    margin-left: 25px;
}


.switch-collapse:before
{
    float: left ;
    content:'[-]' ;
    width:25px;
    padding-right: 5px;
}
.switch-collapse.collapsed:before
{
    float: left ;
    content:'[+]' ;
    width:25px;
    padding-right: 5px;
}

.trie-top-margin {
    margin-top: 25px;
}
.trie-bottom-margin{
    margin-bottom: 25px;
}
.trie-progess-margin {
    margin-top: 10px;
}
.trie-top-margin-sidebar{
    margin-top: 52px;
}
.trie-modal-dialog {
    width: 70%;
    height: auto;
    margin-left: 15%;
    padding: 0;
  }
  
.trie-modal-content {
    height: 100%;
    min-height: 80%;
    border-radius: 0;
}
.trie-modal-parent {
    height: 100%;
}
.nicEdit-panel{

}

.dropdown-menu{
    margin: 0px 0 0 !important;
}
.dropdown-menu.open{
    z-index: 100000;
}

.trie-checkbox {
    margin-left: 10px;
    margin-top: 27px;
}

.trie-icon {
    font-size: 25px;
}

.sous-category-trie:hover{
    background-color: #eee8f5 !important;
}

section.style-trie h1,
section.style-trie h2,
section.style-trie h3,
section.style-trie h4,
section.style-trie a i,
section.style-trie .nav-pills a,
.color-trie{
    color: #792e8d !important;
}
section.style-trie a.btn i{
    color: #fff !important;
}
section.style-trie .btn-primary{
    background-color: #792e8d !important;
    border-color: #6b1881 !important;
}
section.style-trie .nav-pills .active a{
    color: #fff !important;
    background-color: #792e8d !important;
}

section.style-trie .btn-primary:focus,
section.style-trie .btn-primary.focus,
section.style-trie .btn-primary:hover,
section.style-trie .btn-primary:active,
section.style-trie .btn-primary.active,
section.style-trie .btn-primary:active:hover,
section.style-trie .btn-primary.active:hover,
section.style-trie .open > .dropdown-toggle.btn-primary:hover,
section.style-trie .btn-primary:active:focus,
section.style-trie .btn-primary.active:focus,
section.style-trie .open > .dropdown-toggle.btn-primary:focus,
section.style-trie .btn-primary:active.focus,
section.style-trie .btn-primary.active.focus,
section.style-trie .open > .dropdown-toggle.btn-primary.focus,
section.style-trie .btn-primary.disabled:hover,
section.style-trie .btn-primary[disabled]:hover,
section.style-trie fieldset[disabled] .btn-primary:hover,
section.style-trie .btn-primary.disabled:focus,
section.style-trie .btn-primary[disabled]:focus,
section.style-trie fieldset[disabled] .btn-primary:focus,
section.style-trie .btn-primary.disabled.focus,
section.style-trie .btn-primary[disabled].focus,
section.style-trie fieldset[disabled] .btn-primary.focus,
section.style-trie .dropdown-menu>.active>a, 
section.style-trie .dropdown-menu>.active>a:focus, 
section.style-trie .dropdown-menu>.active>a:hover{
    background-color: #6b1881 !important;
    border-color: #56096a !important;
    color: #fff !important;
}

section.style-trie .gform_wrapper.gravity-theme .gf_step_number{
    border-color: #792e8d;
    color: #792e8d;
    font-weight: bold;
    font-size: 16px;
}
section.style-trie .gform_wrapper.gravity-theme .gf_step_active .gf_step_number{
    background-color: #792e8d;
    color: #fff;
}

section.style-trie .gform_wrapper.gravity-theme .gf_step{
    margin-right: 10px;
}

section.style-trie .gform_wrapper.gravity-theme .gfield_label{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.25em;
    color: #666;
    margin: 0;
    padding: 15px 0 10px 0;
    border: none;
}

section.style-trie .gros-fafont{
    color: #792e8d;
    text-align: center;
    font-size: 80px;
    margin: 10px;
}

section.style-trie .gform_wrapper.gravity-theme .gfield-choice-input+label{
    line-height: 1.25em;
    padding-bottom: 5px;
    padding-top: 5px;
}

section.style-trie .gform_wrapper.gravity-theme .gform_next_button,
section.style-trie .gform_wrapper.gravity-theme .gform_previous_button,
section.style-trie .gform_wrapper.gravity-theme input[type=submit].gform_button{
    background: #792e8d;
    color: #fff;
    border: 2px solid #6b1881;
    border-radius: 12px;
    padding: 5px 12px;
}
section.style-trie .gform_wrapper.gravity-theme .gform_next_button:hover,
section.style-trie .gform_wrapper.gravity-theme input[type=submit].gform_button{
    background:#6b1881;
}
section.style-trie .gform_wrapper.gravity-theme .gform_previous_button{
    background: #fff;
    color: #792e8d;
    border-radius: 16px;
}
section.style-trie .gform_wrapper.gravity-theme .gform_previous_button:hover{
    background:#eee;
}


.bg-trie{
    background-color: #792e8d !important;
}
.bg-btn-trie{
    background-color: #792e8d !important;
    background-image: url(./img/bg-btn-trie.jpg);
    background-size: cover;
}
.bg-btn-trie:hover{
    background-position: bottom;
}
.bg-trie.active,
.bg-trie:active,
.bg-trie:focus,
.bg-trie:hover,
.bg-trie-dark{
    background-color: #6b1881 !important;
}
.bg-trie-light{
    background-color: #9f5eb1 !important;
}

.slow-spin {
  -webkit-animation: fa-spin 6s infinite linear;
  animation: fa-spin 6s infinite linear;
}

.btn-trie {
    background: #00ADEE;
    color: white;
}
.btn-trie.active,
.btn-trie:active,
.btn-trie:focus,
.btn-trie:hover,
.btn-trie-dark{
    background-color: #237DBD !important;
    color: white;
}

.btn-trie-close{
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.btn-margin-left{
    margin-left: 10px;
}

.btn-margin-right{
    margin-right: 10px;
}


.btn-width{
    min-width: 150px;
}


/**
*
* ANIMATION SENDING
*


.sendingBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:rgba(0,0,0,0.6);
    display:block;
    opacity:2;
}
**/
.sendingBox {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.9);
    z-index:9999999999999;
    width:100%;
    height:100%;
}

.containerbox {
    height:50px;
    width:100px;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.containerbox::after {
    content:'Envoi en cours';
    color:#792e8d;
    font-weight:700;
    position:absolute;
    bottom:-50px;
    left:-40px;
}
.boxani {
    position:relative;
    height:50px;
    width:40px;
    -webkit-animation: box 1s infinite linear;
    animation: box 1s infinite linear;
}

.border {
    background:#792e8d;
    position:absolute;
}

.border.one {
    height:4px;
    top:0;
    left:0;
    -webkit-animation: border-one 1s infinite linear;
    animation: border-one 1s infinite linear;
}

.border.two {
    top:0;
    right:0;
    height:100%;
    width:4px;
    -webkit-animation: border-two 1s infinite linear;
    animation: border-two 1s infinite linear;
}

.border.three {
    bottom:0;
    right:0;
    height:4px;
    width:100%;
    -webkit-animation: border-three 1s infinite linear;
    animation: border-three 1s infinite linear;
}

.border.four {
    bottom:0;
    left:0;
    height:100%;
    width:4px;
    -webkit-animation: border-four 1s infinite linear;
    animation: border-four 1s infinite linear;
}

.line {
    height:4px;
    background:#792e8d;
    position:absolute;
    width:0%;
    left:25%;
}

.line.one {
    top:25%;
    width:0%;
    -webkit-animation: line-one 1s infinite linear;
    animation: line-one 1s infinite linear;
}

.line.two {
    top:45%;
    -webkit-animation: line-two 1s infinite linear;
    animation: line-two 1s infinite linear;
}

.line.three {
    top:65%;
    -webkit-animation: line-three 1s infinite linear;
    animation: line-three 1s infinite linear;
}

@-webkit-keyframes border-one {
    0%   {width:0;}
    10%  {width:100%;}
    100% {width:100%;}
}

@keyframes border-one {
    0%   {width:0;}
    10%  {width:100%;}
    100% {width:100%;}
}

@-webkit-keyframes border-two {
    0%   {height:0;}
    10%  {height:0%;}
    20%  {height:100%;}
    100% {height:100%;}
}

@keyframes border-two {
    0%   {height:0;}
    10%  {height:0%;}
    20%  {height:100%;}
    100% {height:100%;}
}

@-webkit-keyframes border-three {
    0%   {width:0;}
    20%  {width:0%;}
    30%  {width:100%;}
    100% {width:100%;}
}

@keyframes border-three {
    0%   {width:0;}
    20%  {width:0%;}
    30%  {width:100%;}
    100% {width:100%;}
}

@-webkit-keyframes border-four {
    0%   {height:0;}
    30%  {height:0%;}
    40%  {height:100%;}
    100% {height:100%;}
}

@keyframes border-four {
    0%   {height:0;}
    30%  {height:0%;}
    40%  {height:100%;}
    100% {height:100%;}
}

@-webkit-keyframes line-one {
    0%   {left:25%;width:0;}
    40%  {left:25%;width:0%;}
    43%  {left:25%;width:50%;}
    52%  {left:25%;width:50%;}
    54%  {left:25%;width:0% }
    55%  {right:25%;left:auto;}
    63%  {width:10%;right:25%;left:auto;}
    100% {width:10%;right:25%;left:auto;}
}

@keyframes line-one {
    0%   {left:25%;width:0;}
    40%  {left:25%;width:0%;}
    43%  {left:25%;width:50%;}
    52%  {left:25%;width:50%;}
    54%  {left:25%;width:0% }
    55%  {right:25%;left:auto;}
    63%  {width:10%;right:25%;left:auto;}
    100% {width:10%;right:25%;left:auto;}
}

@-webkit-keyframes line-two {
    0%   {width:0;}
    42%  {width:0%;}
    45%  {width:50%;}
    53%  {width:50%;}
    54%  {width:0% }
    60%  {width:50%}
    100% {width:50%;}
}

@keyframes line-two {
    0%   {width:0;}
    42%  {width:0%;}
    45%  {width:50%;}
    53%  {width:50%;}
    54%  {width:0% }
    60%  {width:50%}
    100% {width:50%;}
}

@-webkit-keyframes line-three {
    0%   {width:0;}
    45%  {width:0%;}
    48%  {width:50%;}
    51%  {width:50%;}
    52%  {width:0% }
    100% {width:0%;}
}

@keyframes line-three {
    0%   {width:0;}
    45%  {width:0%;}
    48%  {width:50%;}
    51%  {width:50%;}
    52%  {width:0% }
    100% {width:0%;}
}

@-webkit-keyframes box {
    0%   {opacity:1;margin-left:0px;height:50px;width:40px;}
    55%  {margin-left:0px;height:50px;width:40px;}
    60%  {margin-left:0px;height:35px;width:50px;}
    74%  {msthin-left:0;}
    80%  {margin-left:-50px;opacity:1;}
    90% {height:35px;width:50px;margin-left:50px;opacity:0;}
    100% {opacity:0;}
}

@keyframes box {
    0%   {opacity:1;margin-left:0px;height:50px;width:40px;}
    55%  {margin-left:0px;height:50px;width:40px;}
    60%  {margin-left:0px;height:35px;width:50px;}
    74%  {msthin-left:0;}
    80%  {margin-left:-50px;opacity:1;}
    90% {height:35px;width:50px;margin-left:50px;opacity:0;}
    100% {opacity:0;}
}


/*** LOADER ****/


/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000000;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #792e8d;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
    text-align: center;
  }


/* CHECK BOX */


.checkbox-auto {
    padding-left: 20px;
    line-height: 17px !important;
  }
  
  .checkbox-auto label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
  }
  
  .checkbox-auto label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  
  .checkbox-auto label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
  }
  
  .checkbox-auto input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    display:none;
  }
  
  .checkbox-auto input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  .checkbox-auto input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
  }
  
  .checkbox-auto input[type="checkbox"]:disabled + label {
    opacity: 0.65;
  }
  
  .checkbox-auto input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
  }
  
  .checkbox-auto.checkbox-auto-circle label::before {
    border-radius: 50%;
  }
  
  .checkbox-auto.checkbox-auto-inline {
    margin-top: 0;
  }
  
  .checkbox-auto-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
  }
  
  .checkbox-auto-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  
  .checkbox-auto-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
  }
  
  .checkbox-auto-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  
  .checkbox-auto-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
  }
  
  .checkbox-auto-info input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  
  .checkbox-auto-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
  }
  
  .checkbox-auto-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  
  .checkbox-auto-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
  }
  
  .checkbox-auto-success input[type="checkbox"]:checked + label::after {
    color: #fff;
  }

  .checkbox-auto-trie input[type="checkbox"]:checked + label::before{
    background-color: #792e8d;
    border-color: #792e8d;
  }
  .checkbox-auto-trie input[type="checkbox"]:checked + label::after {
      color: #fff;
  }
  
  .radio {
    padding-left: 20px;
  }
  
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
  }
  
  .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
  }
  
  .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  }
  
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
  }
  
  .radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  
  .radio input[type="radio"]:disabled + label {
    opacity: 0.65;
  }
  
  .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
  }
  
  .radio.radio-inline {
    margin-top: 0;
  }
  
  .radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
  }
  
  .radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
  }
  
  .radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
  }
  
  .radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
  }
  
  .radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
  }
  
  .radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
  }
  
  .radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
  }
  
  .radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
  }
  
  .radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
  }
  
  .radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
  }
  
  .radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
  }
  
  .radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
  }
  
  .radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
  }
  
  .radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
  }
  
  .radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
  }


  .progress-bar-trie {
      background-color: #56096a;
  }

  .btn-trie-auto-diag {
    text-overflow:ellipsis; 
    overflow: hidden; 
    max-width:550px; 
    text-align:left;
  }

  .trie-alert-margin {
      margin-top: -83px;
      margin-bottom: 18px;
      margin-left: 79px;
  }

  .pt-15 {
      padding-top: 15px;
  }

  #rootwizard .question-tab .nav-pills li a,
  #rootwizard .question-tab .nav-pills li.soustitre{
      font-size: 16px;
      padding: 6px 10px;
  }

#rootwizard label{
    font-weight: 400;
}

#rootwizard h5{
    padding-bottom: 15px;
}

.questionRepeat{
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.questionRepeat:before{
    display: block;
    z-index: 1000;
    content: "";
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(255,255,255,0.25);
    width: 100%;
    height:100%;
}

dl dt{
    padding-top: 20px;
    padding-bottom: 5px;
}
dl dd{
    padding: 5px 0px 5px 15px;
    border-left: 3px solid #ddd;
    margin-left: 2px;
}


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

.panel-title{
    font-size: 18px !important;
}

.btn-bleu{
    color: #fff !important;
	background-color: rgb(0, 86, 149) !important;
	border: 1px solid rgb(4, 49, 84)!important;
	border-radius: 10px;
}
.btn-bleu:hover{
	color: #fff !important;
	background-color: rgb(4, 49, 84) !important;
	border-color: rgb(4, 49, 84) !important;
}


.style-covid{
    margin: auto;
    background-color: #bf2926;
    height: 100%;
    width: 100%;
    padding: 30px;
}
.style-formation-dg{
    background-color: rgb(0, 86, 149);
    min-height: 300px;
    height: 100%;
    width: 100%;
    padding:30px;
    }


@media(min-width: 768px){
.style-covid{
    margin: auto;
    background-color: #bf2926;
    height: 100%;
    width: 50%;
    padding: 20px;
}
.style-formation-dg{
    background-color: rgb(0, 86, 149);
    min-height: 300px;
    height: 100%;
    width: 50%;
    padding:20px;
    }
}

@media(min-width: 1px) and (max-width: 768px){
.header-wrap{
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
}

#input_38_1_3, #input_38_1_6, #input_38_3, #input_38_5, #input_38_6, #input_38_12, #gform_submit_button_38{
	border-radius:5px;
	border:0px;
}
.regions, .liste_des_personne{
	border-radius:5px;
}
.gfield_list_group_item, .gfield_list_cell, .gfield_list_7_cell1, .gform-grid-col{
		border-radius:5px;
	border:0px;
}