:root {
    --green-color: 133, 183, 36;
    --blue-color: 23, 47, 73;
}

body {
    height: 100%;
    position: relative;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
}

button {
    font: 700 18px 'Muli', sans-serif;
}

h1,
.h1 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #172f49;
}


h2 {
    font-weight: 700;
    margin-bottom: 25px;
    word-break: break;
    color: #172f49;
}


h3 {
    font-weight: 700;
    font-size: 24px;
    word-break: break;
    color: #172f49;
}

h4 {
    font-weight: 700;
    font-size: 20px;
    color: #172f49;
}
.generic h2{
    font-size: 28px;
    font-weight: 800;
}
.generic h3{
    font-size: 24px;
    font-weight: 800;
}
.generic h4{
    font-size: 20px;
    font-weight: 800;
}

.generic h5{
    font-size: 18px;
    font-weight: 800;
}
.generic a{
    color: #85b724;
    font-weight: 700;
}
.generic .btn-green{
    color:#172f49;
}
.generic .btn.btn-green:hover{
    color:#ffffff;
}

.generic blockquote + h2,
.generic blockquote + h3,
.generic blockquote + h4,
.generic blockquote + h5,
.generic ul + h2,
.generic ul + h3,
.generic ul + h4,
.generic ul + h5,
.generic ol + h2,
.generic ol + h3,
.generic ol + h4,
.generic ol + h5,
.generic p + h2,
.generic p + h3,
.generic p + h4,
.generic p + h5{
    margin-top: 30px;
    margin-bottom: 30px;
}
table tr td,
li,
p {
    color: #7188a6;
    font-size: 16px;
    line-height: 1.3em;
    clear: both;
    color: #7188a6;
}

p a {
    color: inherit;
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: #85b724;
}

a:hover {
    text-decoration: none;
    color: #1a1a1a;
}

hr{
    border-color:  #172f49;
}
strong {
    font-weight: 700;
}

button:focus,
a:focus {
    outline: none;
    text-decoration: none;
}

blockquote {
    margin: 30px 0px;
    display: block;
    background: #f2f2f2;
}

li {
    color: #1a1a1a;
}

li a {
    color: #1a1a1a;
    font-size: 16px;
    text-transform: none;
}

p a:hover,
li a:hover {}

::-moz-selection {
    background: #101012;
    color: #ffffff;
}

::selection {
    background: #101012;
    color: #ffffff;
}

img {
    max-width: 100%;
}

.btn {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px 0px 60px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    border-radius: 25px;
    text-transform: uppercase;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.generic .btn{
    font-size: 12px;
    color: #172f49;
}

.generic .btn:hover{
    color:#85b724;
}
.btn-white {
    color: #172f49;
    font-weight: 600;
    position: relative;
    background: #ffffff;

}

.btn-white:before {
    position: absolute;
    width: 40px;
    height: 40px;
    -ms-flex-item-align: center!important;
    align-self: center!important;
    line-height: 36px !important;
    content: "\f105";
    left: 4px;
    border-radius: 20px;
    background: #85b724;
    font-size: 24px !important;
    color: #ffffff;
 font-family: "Font Awesome 5 Free"; 
    align-self: center;
}
.btn-green {
    color:#172f49;
    font-weight: 600;
    position: relative;
    background:#85b724;
}

.btn-green:before {
    position: absolute;
    width: 40px;
    top: 4px;
    height: 40px;
    text-align: center;
    line-height: 36px !important;
    content: "\f105";
    left: 4px;
    border-radius: 20px;
    background: #ffffff;
    font-size: 24px !important;
    color: #85b724;
     font-family: "Font Awesome 5 Free"; 
}

.btn-retour:before{
    
    content: "\f104";
}

.transition {

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#navmenu {
    display: inline-block;
}

#navmenu ul {
    margin-bottom: 0px;
    padding: 0px;
    display: inline-block;
}

#navmenu li {
    display: inline-block;
    position: relative;

}

#navmenu > li > a:hover,
#navmenu > li.active > a {
    color: #85b724;
}

header #navmenu ul li.menu-item-has-children > span,
#navmenu li a {
    text-transform: uppercase;
    padding: 0px 20px;
    font-size: 12px !important;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #172f49;
    position: relative;
}

header #navmenu ul li.menu-item-has-children > a:after {
 font-family: "Font Awesome 5 Free"; 
    content: "\f107";
    float: right;
    font-size: 20px;
    margin-left: 10px;
}
header #navmenu ul li.menu-item-has-children li.menu-item-has-children > a:after {
 font-family: "Font Awesome 5 Free"; 
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
}

header #navmenu > ul > li > .submenu{
    width: 250px;
    position: absolute;
    top: 60px;
    z-index: 995;
    display: none;
    left: 50%;
    margin-left: -125px;
    padding: 0px;
    text-align: center;
    background: #85b724;
    padding: 0px 0px;
}
header #navmenu > ul > li > .submenu  .submenu{
    width: 250px;
    position: absolute;
    top: 0px;
    z-index: 995;
    display: none;
    left: 100%;
    padding: 0px;
    text-align: center;
    background: #729926;
    padding: 0px 0px;
    
}

#navmenu ul li .submenu {
    padding: 0px;
    width: 100%;
}

#navmenu ul li .submenu li {
    width: 100%;
    text-align: left;
    padding: 0px;

}

#navmenu ul li .submenu li.active li a,
#navmenu ul li .submenu li li a{
    color:#ffffff;
}

#navmenu ul li .submenu li li.active a,
#navmenu ul li .submenu li.active a{
    color:#172f49;
}
#navmenu ul li .submenu li.active li:hover a,
#navmenu ul li .submenu li:hover a{
    color:rgba(255,255,255,0.5);
}

/*
    #navmenu ul li .submenu .menuside {
        line-height: 51px;
    }
*/

#navmenu ul li .submenu li a {
    line-height: 20px;
    padding: 15px 10px !important;
    display: block;    
    font-size: 11px !important;
    letter-spacing: 1.4px;
    height: inherit;
    border-bottom: 1px solid #ffffff;
    color:#ffffff;
}

#navmenu ul li .submenu li a:before{
    
    font-family: "Font Awesome 5 Free"; 
    content: "\f105";
    font-size: 16px;
    margin-right: 10px;
    color: #172f49;
    font-weight: 700;
}

#navmenu ul li:hover > .submenu {
    display: block;
    z-index: 999;
}

#navmenu ul li > .submenu li:hover .submenu{
    display: block;
    z-index: 999;
}

header .form-control {
    border: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #172f49;
    color: #172f49;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 12px;
}
header .line_contact {
    position: relative;
    left: 0px;
    display: inline-block;
}

header .submit {
    position: absolute;
    left: 0px;
    border: 0px;
    background: none;
}

header .submit:before {
    font-family: "Font Awesome 5 Free"; 
    content: "\f002";
    cursor: pointer;
    line-height: 33px;
    position: absolute;
    font-size: 18px;
    left: 0px;

}

header .form-control:focus {
    color: #172f49;
    background-color: #fff;
    border-color: #172f49;
    outline: 0;
    box-shadow: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #172f49;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #172f49;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #172f49;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #172f49;
}

header .dropdown-link .dropdown-menu li{
    line-height: 30px;
}
header .dropdown-link .dropdown-menu{
    padding: 10px 20px;
}
header .dropdown-link button {
    background: #85b724;
    border: 0px;
    border-radius: 20px;
    line-height: 40px;
    padding: 0px 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin: 0px 15px;
}

header .dropdown-link button i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 40px;
    float: left;
}

header .dropdown-lg button {
    border: 2px solid #85b724;
    border-radius: 20px;
    line-height: 36px;
    padding: 0px 0px;
    color: #85b724;
    background: none;
    text-align: center;
    width: 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin: 0px 15px;
}
header .icon-link{
    width: 18px;
    margin-top: -2px;
    margin-right: 10px;
    margin-left: 0px;
}
.sliderhome .slider {
    height: 100vh;
    min-height: 900px;
    
     
}
.sliderhome {
       opacity: 0;
    
     -webkit-animation: fadein 0.2s linear 1 normal forwards;
    animation-delay: 0.2s;
}

.gallery{
    margin-top: 30px;
}

.gallery figure a {
    height: 150px;
    display: block;
}
@-webkit-keyframes fadein{
    from{
       opacity: 0;
    }
    to{
        opacity: 1; 
    }
}
.sliderhome .slider:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.25);
    z-index: 0;
}

.sliderhome .slider .container {
    position: relative;
    padding-bottom: 200px;
    z-index: 10;
}

.sliderhome .slider h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 38px;
    display: block;
    margin-bottom: 20px;
}

.sliderhome .slider h2 a {
    color: #ffffff;
}

.sliderhome .slider h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
}

.sliderhome .slider p {
    font-size: 20px;
    color: #ffffff;

}

.sliderhome .link {
    color: #ffffff;
    font-size: 20px;
}

.link {
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    font-weight: 700;
    border-bottom: 3px solid #85b724;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-bottom: 0px;

}

.link:hover {
    padding-bottom: 0px;
    border-bottom: 1px solid #85b724;
    margin-bottom: 7px!important;
}

.prev_next i {
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
    padding: 0px;
    border: 2px solid #ffffff;
    line-height: 46px;
    width: 50px;
    text-align: center;
    border-radius: 25px;
}

.prev_next i:hover {
    background: #ffffff;
    color: #85b724;
}

.content {
    margin-top: -400px;
}

.link-slider {
    margin-bottom: 30px;
    position: relative;
    z-index: 1000;
}

.bloc-link {
    background: rgba(1, 21, 43, 0.5);
    padding: 30px;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
    max-width: calc((100% / 4) - 10px);
    flex-basis: calc((100% / 4) - 10px);
    margin: 0px 5px;
}

.bloc-link:hover {
    background: rgba(1, 21, 43, 0.9);
}

.bloc-link p {
    font-size: 18px;
}

.bloc-link h3,
.bloc-link p {
    color: #ffffff;
}

.zone-link-document {
    position: relative;
    z-index: 100;
    background: #85b724;
    padding: 50px;
}

.zone-link-document h3,
.zone-link-document p {
    color: #ffffff;
}

.zone-link-document:before {
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    position: absolute;
    background: url("../img/patern-green.jpg") no-repeat center center;
    background-size: cover;
    opacity: 0.3;
}

.padding-section {
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
}

.a-propos h2 {
    font-size: 38px;
}

.a-propos h2 span {
    font-size: 22px;
    text-transform: uppercase;
    display: block;
}

.a-propos .img-a-propos {
    height: 400px;
    width: 100%;
    margin-top: 50px;
    border-bottom: 5px solid #85b724;
}

.activites {
    background: #172f49;
    background: url("../img/patern-blue.jpg") no-repeat center center;
    background-size: cover;
}

.activites-int h2,
.activites h3 {
    color: #ffffff;
    font-size: 32px;
}
.activites-int h2 span,
.activites h3 span {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
}

.activites-int h2{
    color: #172f49;
}
.activites-int .bloc-img-services{
    height: 250px;
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0px 2px 15px 5px rgba(0,0,0,0.053);
-moz-box-shadow: 0px 2px 15px 5px rgba(0,0,0,0.053);
box-shadow: 0px 2px 15px 5px rgba(0,0,0,0.053);
    margin-bottom: 100px;
}
.list-activites{
    position: relative;
    padding-bottom: 90px;
    counter-reset: steps-counter;   
}
.list-activites .container{
    position: relative;
    z-index: 100;
}

.list-activites:after{
    content:"";
    bottom: 0px;
    top: 200px;
    left: 0px;
    z-index: 0;
    right: 0px;
    position: absolute;
    background:#172f49;
    background: url("../img/patern-blue.jpg") no-repeat center center;
    background-size: cover;
    
}
.list-activites .bloc-content{
    position: relative;
}
.list-activites .bloc-content h3{   
    counter-increment: steps-counter;
    max-width: 120px;
    margin-bottom: 40px;
}

.list-activites .bloc-content h3,
.list-activites .bloc-content p,
.list-activites .bloc-content a{
    color:#ffffff;
}
.list-activites .bloc-content h3:before{
    position: absolute;
    left: 0px;
    top: -80px;
    font-size: 100px;
    color:#ffffff;
    opacity: 0.12;
    content: counter(steps-counter, decimal) ;
    
}
.list-activites .wrapper-activity { max-width:238px; }

.list-activites a{
    height: 100%;
    display: block;
}

.list-activites a.link{
    display: inline-block;
}
.photo-activites{
    height: 500px;
}

.bloc-activite .img-bloc-activite a {
    display: block;
    height: 100%;
}

.bloc-activite {
    padding: 15px;
    margin-bottom: 30px;
    background: #ffffff;
}
.bloc-activite h4 a{
    color:#172f49;
    }
.bloc-activite h4 a:hover{
    color: #85b724;
}


.img-bloc-activite {
    height: 150px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.bloc-activite .link {
    color:#172f49;
}

.bloc-activite h4 {
    margin-bottom: 0px;
}
.detail-news p.cat-news,
.detail-news p.date-news{
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.generic aside:before {
      position: absolute;

    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: url("../img/patern-green.jpg") no-repeat center center;
    content: "";
    background-size: cover;
    opacity: 0.5;
    z-index: 0;
}
.news-encart aside:before {
    position: absolute;

    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: url("../img/patern-green.jpg") no-repeat center center;
    content: "";
    background-size: cover;
    opacity: 0.5;
    z-index: 0;
}
.content-news{
    flex-grow: 1;
}
.cat-news  {
    margin-bottom: 5px;
}

.generic .cat-news a,
.cat-news a{
    margin-bottom: 0px;
    text-decoration: none;
    border-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #7188a6;
}

.generic aside,
.news-encart aside {
    padding: 50px 25px;
    background: #85b724;
}

.generic aside p,
.generic aside h3,
.news-encart aside p,
.news-encart aside h3 {
    position: relative;
    z-index: 10;
    color: #ffffff;
}

.generic aside div{
    z-index: 100;
    position: relative;
    width: 100%;
}
.generic aside hr{
    border-top: 4px solid #ffffff;
    z-index: 100;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.generic .col-md-8 hr{
    margin-top: 35px;
    margin-bottom: 35px;
}

.generic blockquote{
    padding: 70px;
    background: #f2f2f2;
    font-style: italic;
}

.generic iframe{
    /*height: 400px !important;*/
    width: 100% !important;
}

.generic .col-md-8 ul li {
    list-style: none;
    position: relative;
}

.generic .col-md-8 ul li:before {

    position: absolute;
    left: -30px;
    top: 10px;
    content:"";
    width: 20px;
    height: 1px;
    background:#172f49;
    margin-right: 10px;
}
.generic .col-md-8 .social-share {
    padding: 0px;
    text-align: center;
    margin-top: 30px;
}

.generic .col-md-8 .social-share li{
    display: inline-block;
}

.generic .col-md-8 .social-share li a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color:#ffffff;
    margin: 0px 10px;
    
    text-align: center;
    
}

.generic .col-md-8 .social-share li.facebook a{
    background: #3b5998;
}
.generic .col-md-8 .social-share li.twitter a{
    background: #0084b4;
}
.generic .col-md-8 .social-share li.linkedin a{
    background: #0077b5;
}
.generic .col-md-8 .social-share li.google a{
    background: #ea4335;
	display:none;
}



.generic .col-md-8 .social-share li.facebook:hover a{
    color: #3b5998;
    background: rgba(59,89,152,0.4);
}
.generic .col-md-8 .social-share li.twitter:hover a{
    color: #0084b4;
    background: rgba(0,132,180,0.4);
}
.generic .col-md-8 .social-share li.linkedin:hover a{
    color: #0077b5;
    background: rgba(0,119,181,0.4);
}
.generic .col-md-8 .social-share li.google:hover a{
    color: #ea4335;
	display:none;
    background: rgba(234,67,53,0.4);
}
.generic .col-md-8 .social-share li:before{
    display: none !important;
}

.generic .galerie div{
    height: 200px;
    padding: 0px 20px;
}
.generic .col-md-8>ol,
.generic .col-md-8>ul{
    margin-bottom: 30px;
}
.generic .col-md-8 ol {

    counter-reset: step-counter;
}
.generic .col-md-8 ul li{
    line-height: 20px;
    color: #7188a6;
    list-style: none;
}
.generic .col-md-8 ol li {
    line-height: 20px;
    color: #7188a6;
    counter-increment: step-counter;
    list-style: none;

}
.generic p.icon-pdf {
    width: 80px;
    text-align: right;
}
.generic .detail-pdf p.icon-pdf{
    width: auto;
    margin-top: 40px;
    text-align: center;
}
.generic .col-md-8 ol li:before {
    content: counter(step-counter, decimal) ". ";
    color: #172f49;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.generic table tbody{
    display: table;
    width: 100%;
}
.generic table{
    display: block;
    width: 100%;
}
.generic table tr{
    border-bottom:1px solid #172f49;
}

.generic table tr td{
    padding: 15px 0px;
}



.news-encart article .date {
    position: absolute;
    transform: rotate(-90deg) translate( -100%, 0%);
    transform-origin: 0 0;
    left: 15px;
    font-size: 18px;
    font-weight: 700;
    top: 0px;
    color: #85b724;
}

.news-encart article {
    position: relative;
    padding-left: 40px;
    margin-bottom: 50px;
}

.img-news {
    height: 200px;
    width: 100%;
    display: block;
}

.img-news a {
    height: 100%;
    display: block;
    position: relative;
}
.img-news:hover{
    opacity: 0.5;
}

.pagination {
    border-top: 1px solid #172f49;
    border-radius: 0px;
    padding: 30px 0px 0px;
    display: block;
    font-weight: 700;
}

.pagination .page-numbers{
    padding: 0px 10px;
    display: inline-block;
    color: rgba(23,47,73,0.3);
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current{
    color: #172f49;
}
.pagination .prev,
.pagination .next{
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    color:#ffffff;
    border-radius: 50%;
    line-height: 30px;
    background: #85b724;
}
.pagination .prev i,
.pagination .next i{
    color :#ffffff;
}
.content-news {
    margin-top: 30px;
}

.content-news h4 a {
    color: #172f49;
}


.content-news h4 a:hover{
    opacity: 0.7;
}

.content-news .link {
    color: #172f49;
}

.social-link {
    padding-top: 20px;
    z-index: 100;
    align-self: flex-end;
    position: relative;
    margin-top: 20px;
    width: 100%;
    font-weight: 700;
    border-top: 1px solid #ffffff;
}

.social-link p {
    display: block;
}

.social-link i {
    color: #ffffff;
    font-size: 32px;
}


.head-generic h1 span{
    font-size: 22px;
    display: block;
    color:#ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.head-generic h1{
    padding: 50px 0px 25px 0px;
    color:#ffffff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0px;
}

.breadcrumb{
    background: none;
    margin-bottom: 0px;
    position: absolute;
    top: 0px;
    padding: 32px 0px;
}

.breadcrumb li {
    color:#172f49;
    font-weight: 700;
    font-size: 14px;
}
.breadcrumb li a{
    font-weight: 400;
    font-size: 14px;
    color: #7188a6;
}

.breadcrumb li a:after{
    content:"|";
    margin: 0px 5px;
}
.bloc-cat-aside{
    z-index: 100;
    position: relative;
}
.cat{
    padding: 0px;
    margin-top: 20px;
}
.cat li{
    list-style: none;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
}

.cat li a{
    color:#ffffff;
    position: relative;
}

.cat li a:before{
    position: absolute;
    left: -30px;
    top: 10px;
    content:"";
    width: 20px;
    height: 1px;
    background: #ffffff;
}
.cat li a:hover,
.cat li.active a{
    color:#172f49;
    font-weight: 700;
}

.cat li.active a:before{
    
    background: #172f49;
}

.bloc-listing-pdf hr{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.bloc-listing-pdf a{
    text-decoration: none !important;
    color: #7188a6;
}
.bloc-listing-pdf a:hover{
    color: #172f49;
}
.bloc-listing-pdf .d-flex p{
    margin-bottom: 0px;
}
.bloc-listing-pdf .d-flex{
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.bloc-listing-pdf .d-flex:last-child{
    border-bottom: 0px;   
}
.bloc-listing-pdf .icon-pdf i{
    color: #172f49;
    font-size: 24px;
    margin: 0px 5px;
}
.bloc-listing-pdf .icon-pdf a:hover i{
    opacity: 0.8;
    
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.bloc-search h2{
    font-size: 24px;
    font-weight: 800;
}
.border-left {
   border-left-width: 5px !important;
}

form textarea.form-control,
form select.form-control,
form input.form-control{
    border-radius: 0px;
    color: #172f49;
    margin-bottom: 20px;
    border: 0px;
    font-weight: 700;
    border-bottom: 1px solid rgba(23,47,73,0.2);
}
header form input.form-control{
    margin-bottom: 0px;
}

form textarea.form-control{
    min-height: 150px;
}
.contact_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color: #172f49;
    font-weight: 700;
}
.contact_form ::-moz-placeholder { /* Firefox 19+ */

    color: #172f49;
    font-weight: 700;
}
.contact_form :-ms-input-placeholder { /* IE 10+ */

    color: #172f49;
    font-weight: 700;
}
.contact_form :-moz-placeholder { /* Firefox 18- */

    color: #172f49;
    font-weight: 700;
}
#slidertestimonial .prev_next{
    text-align: right;
}
#slidertestimonial .prev_next i{
    border: 0px;
    width: 30px;
    font-size: 20px;
    display: inline-block;
}
#slidertestimonial .prev_next i:hover{
    background: none;
    color:#ffffff;
    opacity: 0.5;
}
#slidertestimonial .name-cat{
    margin-bottom: 0px;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    font-weight: 700;
    text-transform: uppercase;
}
#slidertestimonial .date{
    font-size: 12px;
}
#slidertestimonial .link{
    font-size: 12px;
    color: #172f49;
    text-transform: uppercase;
    border-bottom-color:#172f49;
}

#slidertestimonial h4{
    color: #ffffff;
}
#map{
    height: 100%;
    -webkit-box-shadow: 0px 2px 15px 5px rgba(0,0,0,0.053);
-moz-box-shadow: 0px 2px 15px 5px rgba(0,0,0,0.053);
box-shadow: 0px 2px 15px 5px rgba(0,0,0,0.053);
}
.bloc-coordonnee{
    height: 100%;
    margin-bottom: 20px;
    background: #f2f2f2;
    border-top: 2px solid #172f49;
    padding: 20px;
}
.bloc-coordonnee h4{
    min-height: 60px;
}

.bloc-coordonnee p i{
    margin-right: 10px;
    color:rgb(var(--blue-color));
}

.bloc-coordonnee p a{
    text-decoration: none;
    color:#7188a6;
}

.bloc-coordonnee p a:hover{
    text-decoration: underline;
}
footer{
    overflow: hidden;
}
footer .pre-footer .container {
    position: relative;
    z-index: 100;
}

footer .pre-footer:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 500px;
    background: #172f49;
    z-index: 1;
}

footer .pre-footer {
    position: relative;
    background: url("../img/patern-white.jpg") no-repeat center center;
    background-size: cover;
}

footer .bg-blue {
    height: 100%;
    padding: 50px 15px;
    background:#172f49;
}

footer .bg-blue li,
footer .bg-blue li a,
footer .bg-blue p,
footer .bg-blue h4 {
    color: #ffffff;
}

footer .bg-blue ul {
    padding: 0px;
}

footer .bg-blue ul li a {
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
footer h5{
    color:#ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

footer .bg-blue ul li a:hover {
    color: #7188a6;
}

footer .bg-blue ul li {
    position: relative;
    padding: 0px 0px 0px 30px;
    list-style: none;
    line-height: 24px;
}

footer .bg-blue ul li span.titre {
    position: relative;
}

footer .bg-blue ul li span.titre:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 15px;
    height: 1px;
    width: 15px;
    background: #85b724;
}

footer .bg-blue ul li span.link-actu {
    display: block;
    color: #7188a6;
}


footer .bg-blue ul li .fas {
    position: absolute;
    left: 0px;
    top: 6px;
    color: #85b724;
}

footer .legal {
    padding: 20px 0px;
}

footer .legal a,
footer .legal p {
    margin-bottom: 0px;
    font-size: 12px;
}

.fixtotop a {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    background: #172f49;
}

footer .link-facebook a {
    text-decoration: none;
}

footer .link-facebook {
    text-align: center;
    padding: 20px 0px;
    border-top: 1px solid #85b724;
    font-size: 18px;
    color: #172f49;
}

footer .link-facebook i {
    font-size: 24px;
}

.img-head-generic{
    height: 300px;
    position: relative;
    
    width: 100%;
}
.img-head-generic:before{
    background: rgba(23,47,73,.3);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    content:"";
}

.img-head-generic .container{
    z-index: 100;
    position: relative;
    
}

/*************** END FOOTER ***************/

/******************************************/

@media (min-width:1400px) {
    .container {
        width: 1340px;
        max-width: 100%;
    }
    header #navmenu li.menu-item-has-children > span,
    .content-head #navmenu li a {
        font-size: 14px !important;
    }

}

@media (min-width:1600px) {
    /*
    .container {
        width: 1560px;
        max-width: 100%;
    }
*/
}


@media (min-width: 992px) {
    #mm-navmenu,
    .menu_head {
        display: none !important;
    }

}

@media (max-width: 1399px) {
    header #navmenu li.menu-item-has-children > span,
    #navmenu li a{
        padding: 0px 14px !important;
    }
}

@media (max-width: 1199px) {
    header #navmenu ul li.menu-item-has-children > a:after{
        margin-left: 5px;
    }
    header #navmenu li.menu-item-has-children > span,
    #navmenu li a{
        padding: 0px 5px !important;
    }
}

@media (max-width: 991px) {
  
    #map{
        height: 300px;
        margin-top: 20px;
    }
    .head-generic h1{
        font-size: 28px;
    }
    .img-head-generic{
        height: 200px;
    }
    .menu_head {
        margin-bottom: 20px;
        background: #85b724;
        padding:0px 10px;
        border-radius: 5px;
        width: 85px;
        font-weight: 700;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        text-transform: uppercase;
        color:#ffffff;
    }
    .menu_head a{
        color:#ffffff;
    }
    #navmenu{
        display: none;
    }
    .content{
        margin-top: -150px;
    }
    .prev_next{
        margin-bottom: 20px;
    }
    .sliderhome .slider{
        height:70vh;
        min-height: 600px;
    }
    .generic aside, .news-encart aside{
        margin-bottom: 30px;
    }
    .logo-footer img{
        text-align: center;
        max-width: 200px;
    }
    footer .pre-footer:after{
        display: none;
    }
    footer .bg-blue{
        text-align: left;
        padding:  25px;
    }
    .mm-menu{
        background: #172f49;
    }
    .mm-listview>li.active{
        background: #ffffff;
    }
    
    .mm-listview>li.active a{
        color:#172f49;
    }
    .mm-menu .mm-navbar a:hover, .mm-menu .mm-navbar>*:hover,
    .mm-menu .mm-navbar a, .mm-menu .mm-navbar>*,
    .mm-title,
    .mm-listview>li>a, .mm-listview>li>span{
        color:#ffffff;   
        font-weight: 700;
        line-height: 30px;
    }
    .mm-listview>li:not(.mm-divider):after{
        border-color: rgba(255,255,255,0.2);    
        left: 0px;
            display: none;

    }
    .mm-navbar{
        border-color: rgba(255,255,255,0.8);  
    }
    .menuside ul li a:after,
    .mm-menu .mm-btn:after, .mm-menu .mm-btn:before,
    .mm-listview .mm-next:before,
    .mm-menu .mm-listview>li .mm-next:after,
    .mm-next:after, .mm-prev:before{
        border-color: rgba(255,255,255,0.4);  
    }
    .mm-listview>li.active .mm-next:after, 
    .mm-listview>li.active .mm-prev:before {

        border-color: rgba(23,47,73,0.5);
    }
  .menuside ul{
        padding: 0px;
      margin: 0px -20px 20px -20px;
    }
    .menuside ul li a{
        color:#ffffff;   
     padding: 10px 20px 10px 30px;
        font-weight: 700;
        line-height: 30px;
        display: block;
        position: relative;
    }
    .menuside ul li{
        width: 100%;
        list-style: none;
    }
    .menuside ul li a:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
    .menuside ul li a:after,
    .mm-panels>.mm-panel.submenu:after, .mm-panels>.mm-panel.submenu:before{
        display: none;
    }
    .generic blockquote{
        padding: 40px;
    }
      .generic table tr td:first-child {
        border-top: 0px;
    }
    .generic table tr {
        margin-bottom: 30px;
        display: block;
    }
    .generic table tr td {
        display: table;
        width: 100%;
    }
    
    .btn {
        padding :10px 20px 10px 50px;
        height: inherit;
        line-height: 20px;
        height: inherit;
        white-space: normal;
        }
    .btn-green:before,
    .btn-white:before{
        width: 30px;
        height: 30px;
        line-height: 28px !important;
        font-size: 16px !important;
    }
}


@media (max-width: 768px) { 
    .pagination{
        margin-bottom: 30px;
    }
    .generic h2{
        font-size: 24px;
    }
    .generic h3{
        font-size: 22px;
    }
    .generic h4{
        font-size: 20px;
    }
    
      .list-activites:after{
        top: 0px;
    }
    .list-activites{
        padding-top: 50px;
        margin-top: 30px;
    }
    .zone-link-document{
        padding: 50px 20px;
    }
    .padding-section.generic {
        padding-bottom: 20px;
    }
    .content{
        margin-top: -70px;
    }
    .a-propos.padding-section{
        padding-bottom: 0px !important;
    }
    .a-propos .img-a-propos{
        height: 200px;
    }
    .link-slider{
        margin-bottom: 0px;
    }
    .sliderhome .slider{
        height: 60vh;
        min-height: 600px;
    }
    .sliderhome .slider .container{
        padding-bottom: 0px;
    }
    .border-left{
        border:  none !important;
    }
    
    .logo img{
            max-width: 160px;
    }
}

@media (max-width: 576px) { 
    .padding-section.news-encart{
        padding-top: 0px;
        padding-bottom: 20px;
    }
    }
