/**
 Bandeau gestion des cookies
 */
@font-face {
    font-family: 'fontBilyOhio';
    src: url('/Design/JS/plugins/font-face/billy-ohio/Billy Ohio/billy_ohio-webfont.woff2') format('woff2'),
    url('/Design/JS/plugins/font-face/billy-ohio/Billy Ohio/billy_ohio-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#bandeauCnil {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    text-align: center;
    padding: 10px 0;
    font-size: 11px;
    color: #fff;
}

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

.header-v1 .header .bar-mobile::before{
    width: 0;
}
.bar-mobile{
    top: 26px !important;
}
.client-say {
    background-image: url('/Design/Img/testimonials-bg.jpg') !important;
}
.action {
    background: url('/Design/Img/index/bg-action.jpg') repeat center center !important;
}
footer a{
    color: #73d3bf;
}
.footer a:hover, .footer a:focus{
    color: #73d3bf;
    text-decoration: underline;
}

.page-name{
    padding: 158px 0 41px 0;
    background: url("/Design/Img/flowers.gif") no-repeat center center;
    background-size: cover;
    position: relative;
}
.page-name .titleOverlay{
    background: rgba(0,0,0,0.4);
    z-index:0;
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom: 0;
}
.page-name h1 {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    z-index: 1;
    position: relative;
}
.page-menu {
    background: #f8f8f8;
    line-height: 39px;
    border-bottom: 1px solid #dcddde;
}
.page-menu li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    margin-right: 5px;
}
.page-menu li:last-of-type:before{
    display: none;
}
.page-menu li a {
    font-size: 12px;
    color: #7a7c7d;
    font-weight: 400;
}
.page-menu li.active a {
    color: #202020;
}
.page-menu li::before {
    content: '/';
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #7a7c7d;
    position: absolute;
    top: 1px;
    right: -6px;
}
.about-v2 .box-content h2 {
    padding-bottom: 15px;
    font-family: 'fontBilyOhio', sans-serif;
    font-size: 80px;
    line-height: 80px;
    color: #2e766f;
}
.about-v2 .box-content a{
    color: #2e766f;
}
.about-v2 .box-content h3 {
    padding-bottom: 15px;
    font-family: 'fontBilyOhio', sans-serif;
    font-size: 28px;
    line-height: 28px;
    color: #2e766f;
}
.about-v2 .box-content ul{
    margin-bottom: 15px;
}
.gmap-contact{
    line-height: 0;
}
.formRow{
    display: flex;
    flex-wrap: wrap;
}
.inputContener{
    text-align: left;
    margin: 10px 0;
}
.inputContener .inputText{
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    border: 1px solid #ababab;
    background: rgba(0, 0, 0, 0.25);
    padding: 10px 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
.inputContener .inputTextarea{
    border-radius: 20px;
    border: 1px solid #ababab;
    background: rgba(0, 0, 0, 0.25);
    padding: 10px 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
.inputContener label{
    color: #fff;
}
.inputContener.checkboxContener{
    display: flex;
    align-items: center;
}
.rgpdBlock{
    color: #fff;
    text-align: left;
}
.rgpdBlock a{
    color: #73d3bf;
}
.rgpdBlock a:hover, .rgpdBlock a:focus{
    color: #73d3bf;
    text-decoration: underline;
}
.imgBlog{
    position: relative;
    width: 100%;
    padding-top: 52.5%;
    overflow: hidden;
}
.imgBlog img{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.articleContener{
    display: flex;
}
.articleContener .imgContener{
    flex: 0 0 25%;
}
.articleContener h2{
    padding-bottom: 24px;
    font-size: 30px;
    line-height: 30px;
    color: #202020;
    font-weight: 500;
}
.articleContener h3{
    padding-bottom: 5px;
    font-size: 18px;
    color: #64a507;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}