/*
Theme Name: Fapbm
Theme URI: https://www.fapbm.org
Author: Ibonia

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/


/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

div#page-wrapper {
    padding: 60px 0px 0px 0px !important;
}

.footer-widget .wpcf7 form .wpcf7-response-output {
    margin: 0 auto 2rem;
    color: #fff;
}

.stat-item {
    display: flex;
    align-items: center;
    height: 160px;
    border-radius: 8px;
    border-bottom: 10px solid white;
    background-color: white;
}

.img-icon {
    width: 70px;
}

.icon_chiffre-cle {
    width: 168px;
    margin: auto;
}

.icon_chiffre-cle img {
    transition: all .5s ease;
}

.stat-item:hover {
    -webkit-box-shadow: 0px 29px 50px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 29px 50px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 29px 50px 10px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.1s ease-in-out;
    border-bottom: 10px solid #004a65;
}

.stat-item p {
    font-family: Quicksand, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #D68C3D !important;
    position: relative;
    height: 72px;
}

p {
    text-align: justify;
}

p.non-jusify {
    text-align: none;
}

p.label.title-big sup {
    font-size: 14px;
    top: 25px;
    white-space: nowrap;
    position: absolute;
    padding-left: 5px;
}

.stat-item span {
/*    padding-right: 15px;*/
    color: #004a65;
    font-size: 12px;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
}

.stat-item span.count, .stat-item span.unit {
    font-size: 35px;
    font-weight: 700;
    font-family: Quicksand, sans-serif;
}

.icon.chiffre-cle {
    padding-bottom: 15px;
}

.icon.chiffre-cle img {
    width: 50%;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}

.col-md-4.md-4 {
    margin-bottom: 20px;
}

.single-services-block {
    margin-bottom: 20px;
}

button.button-border.lite {
    height: 30px;
    font-size: 10px;
}

button.button-border.lite:before {
    background-size: 20px;
}

button.button-border.lite {
    height: 30px;
    font-size: 10px;
}

button.button-border.lite:before {
    background-size: 20px;
}

th.col-date {
    white-space: nowrap !important;
}

th.col-pdf_appel_offre.sorting {
    white-space: nowrap;
}

td.col-title a {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: grey;
}

td.col-pdf_appel_offre a img {
    /* max-width: 25%;
  height: auto; */
    left: 55px;
    position: relative;
    max-width: 10%;
    height: auto;
}

@media screen and (max-width: 490px) {
    td.col-pdf_appel_offre a img {
        max-width: 25%;
        height: auto;
    }
}

input[type="search"] {
    width: 100%;
    line-height: 28px;
    min-height: 38px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 2px solid rgba(40, 55, 90, .25);
    border: 2px solid #004a65;
    background: 0 0;
    color: #004a65;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
/*    width: 100%;*/
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

thead {
    background-color: #e9ecef;
}

table tr {
    border: 1px solid #ddd;
    padding: .35em;
}

tr:nth-child(even) {
    background-color: #e9ecef;
}

table th,
table td {
    padding: 1em;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    table caption {
        font-size: 1.3em;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
    }
    table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
}

thead tr th {
    padding: 10px 16px;
}

table.dataTable thead td,
table.dataTable thead th {
    padding: 17px 20px !important;
    border-bottom: 1px solid #e9ecef !important;
    font-size: 13px;
    position: relative;
    left: -20px;
}

td.col-date.sorting_1 {
    white-space: nowrap !important;
}

th.col-date_expiration.sorting {
    white-space: nowrap !important;
}

th.col-date_publication.sorting {
    white-space: nowrap !important;
}

table.dataTable.no-footer {
    border: 1px solid #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #004a65 !important;
    color: #fff !important;
}

div#ptp_dfc6d79c83c8590e_1_paginate .paginate_button.disabled:hover {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

div#ptp_dfc6d79c83c8590e_1_paginate span a:hover {
    color: #fff !important;
}

.appel-offre-bouton .btn {
    padding: 8px 25px 8px 25px;
    font-size: 14px;
    font-family: Quicksand, sans-serif !important;
}

.appel-offre-img img {
    margin-bottom: 14px;
    position: relative;
    left: 80px;
}

@media screen and (max-width: 1199px) {
    .appel-offre-img img {
        margin-bottom: 14px;
        position: inherit;
    }
}

.appel-offre-item {
    border-radius: 5px;
    /* border: 1px solid #F0F0F0; */
    margin-bottom: 20px;
    padding: 20px;
    transition: box-shadow .3s;
    border-right: 0px solid #F0F0F0;
    max-height: 750px;
    overflow: auto;
}

.appel-offre-bouton {
    margin-top: -10px;
}

.appel-offre-content h5 {
    text-align: justify;
    font-size: 15px;
    color: #004a65;
    font-weight: 700;
    font-family: Quicksand, sans-serif !important;
    /*min-height: 4.5rem;*/
}

.appel-offre-content span {
    font-size: 12px;
}

.appel-offre-content p {
    text-align: justify;
    /*max-height: 7rem;*/
}

.appel-offre-content span,
.appel-offre-bouton a {
    font-weight: 600 i !important;
}

/* .appel-offre-item:hover,
.partenaire:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
} */

.single_detail ul li::after {
    display: none;
}

.docs-constitutifs,
.obj-strategiques {
    text-align: center;
    padding: 2.1rem;
    border: 2px solid #eaedef;
    /* transition: box-shadow .3s; */
    transition: transform .3s ease;
    border-radius: 5px;
}

.partenaire {
    text-align: center;
    padding: 2.1rem;
    border: 2px solid #eaedef;
    /* transition: box-shadow .3s; */
    transition: transform .3s ease;
}

.docs-constitutifs:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    background-color: #f8f9fa;
    transform: scale(1.01);
}

.docs-constitutifs h3,
.partenaire h3 {
    font-size: 18px;
    margin-top: 18px;
    text-align: left;
    font-weight: 700 !important;
    margin-bottom: 1.5rem;
}

section.section-header {
    padding: 5rem !important;
}

@media only screen and (max-width: 1064px) {
    body .paoc-popup-modal {
        flex-basis: 90% !important;
    }
}

@media only screen and (max-width: 991px) {
    .docs-constitutifs,
    .obj-strategiques,
    .partenaire {
        padding: 2rem;
    }
    .docs-constitutifs h3,
    .partenaire h3 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .hero-content .hero-slider_title {
        font-size: 28px;
    }
    .hero-content p {
        display: none;
    }
    .hero-content {
        height: 510px;
    }
    #cff {
        display: initial !important;
    }
    .row .box-detail-aire,
    section.wrapper-valeur.detail-aire div.box-detail-aire:first-child {
        display: flex !important;
        flex-direction: column !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 769px) {
    .row .box-detail-aire,
    section.wrapper-valeur.detail-aire div.box-detail-aire:first-child {
        display: flex !important;
        flex-direction: row !important;
    }

    .img-50 img {
        width: 65%;
        margin-bottom: 15px;
    }
}


@media only screen and (max-width: 495px) {
    .stat-item span {
        padding-right: 0 !important;
        color: #004a65;
        font-size: 14px;
        font-weight: 700;
        font-family: Quicksand, sans-serif;
    }
    .icone-number {
        min-width: 70px !important;
        min-height: 70px !important;
    }
}

@media only screen and (max-width: 330px) {
    .icone-number.ml-4 {
        display: none;
    }
    .stat-item span.count {
        font-size: 25px !important;
    }
    .stat-item span {
        font-size: 10px !important;
    }
}

h1.quote {
    height: 150px;
    position: absolute;
    font-weight: 700 !important;
    color: #fff;
}

th.col-title,
th.col-date_publication,
th.col-date_expiration,
th.col-pdf_appel_offre {
    color: #004a65;
    font-weight: 800 !important;
}

.bg-dark {
    background-color: #004a65!important;
    color: #fff;
}


/* tabs */

.tabs {
    margin: 20px 0px;
    margin-bottom: 45px;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #084B64;
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    .tabs {
        margin: 20px -60px;
    }

}

@media screen and (min-width: 400px) and (max-width: 800px) {
    .tabs {
        margin: 20px -20px;
    }
    .tabs{
        font-size: 13px;
    }
    .appel-offre-block-row {
        margin: 0px 15px 0px 30px;
    }
    ul.tab.row.text-center.onglet {
        margin: 0px -25px 0px 45px;
    }
    li.tablinks.md-4 {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px){
    .tabs {
        margin: 20px 30px;
    }
    .tabs-content {
        margin: 20px 20px 0px 20px !important;
    }
}

.tabs .active-tab {
    /* border-top: 1px solid #084B64;
    border-left: 1px solid #084B64;
    border-right: 1px solid #084B64; */
    border-bottom: 2px solid #084B64;
    /* position: relative; */
    color: #fff;
    background-color: #084B64;
    border-radius: 10px 0px 0px 3px;
}

.tabs .active-tab:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -0.1em;
    left: 0;
    background: white;
}

ul.tabs.row .col-md-3,
.center {
    text-align: center;
}

.docs_constitutifs img {
    height: 22rem;
}

.docs-constitutifs .btn-primary {
    width: 100%;
}

.tabs li {
    border-bottom: 2px solid #eaedef;
    display: inline-block;
    cursor: pointer;
    color: #136686;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 18rem;
}

.tabs li:first-child {
    margin-left: 0px;
}

.tabs-content {
    margin: 20px 0px;
    padding: 0;
    list-style: none;
}

.tabs-content li {
    display: none;
}

.bg-grey {
    background-color: #E9ECEF !important;
}

p.text-color.blue {
    color: #004a65;
    margin-bottom: 0rem;
}

.posts-table-controls select {
    border: 0.5px solid #004a65;
    border-radius: 2px;
}

table.dataTable tbody td,
table.dataTable tbody td a,
table.dataTable tbody th,
.posts-table-below .dataTables_info {
    font-size: 13px;
    color: #004a65 !important;
    padding: 29px 0px !important;
    font-weight: 500;
}

td.col-image_appel_offre a {
    pointer-events: none;
}

td.col-title a {
    font-size: 13px;
    font-weight: 600;
}

td.col-image_appel_offre a img {
    position: relative;
    width: 39%;
    margin: 0px 56px 0px !important;
    padding: 0px 10px !important;
    left: 7px;
    top: -6px;
}


/* table.posts-data-table tbody tr:nth-child(even) {
background-color: #e9ecef;
} */

.btn-white {
    background-color: #fff;
    color: #074a62;
    font-weight: 600;
    border: 1px solid #ffffff;
}

.btn-white:hover {
    background-color: #074a62;
    color: #fff;
    font-weight: 600;
    border: 1px solid #004a65;
}

table.dataTable tbody td,
table.dataTable tbody th {
    padding: 8px 10px;
    border-bottom: 1px solid #e9ecef;
}

.part-details h4 {
    font-weight: 600;
}

.part-details p {
    font-size: 0.9rem;
}

.margin-300 {
    margin-bottom: 300px !important;
}

.single-team .team-img {
    margin-bottom: 25px;
}

.single-team .team-member-position {
    color: #399e5a
}

.cs_readmore {
    margin-bottom: 40px !important;
}

.fancyboxcont {
    /* background-color: #fff !important; */
    padding: 30px !important;
    width: auto !important;
}

.popuptitlemaincont {
    background-color: #Fff !important;
    font-family: Quicksand, sans-serif;
}

.popuptitlemaincont .team-img img {
    width: 92%;
    position: relative;
    top: 34px;
    left: -15px;
}

.div_text {
    width: 100% !important;
}

.popupmailtxtcont p {
    font-family: Quicksand, sans-serif;
    color: #014765;
    font-weight: 500;
}

.fancybox-slide .fancybox-close-small:after {
    top: 11px;
    right: 11px;
    width: 40px;
    height: 40px;
    font: 49px/35px Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button_div label,
.button_div #rememberme {
    display: none !important;
}


/* .button_div input {
position: relative;
right: 14.5rem;
} */

#wpmem_reg .button_div,
#wpmem_login .button_div {
    width: 0 !important;
    text-align: left;
}

#wpmem_reg legend,
#wpmem_login legend {
    font-size: 15px !important;
    margin-bottom: 35px !important;
    font-family: Quicksand, sans-serif !important;
    color: #014765 !important;
    font-weight: 500 !important;
}

.connexion {
    padding: 95px 55px;
    margin-bottom: 30px;
    border: 2px solid #E9EDEF;
    background-color: #ECF4F3;
}

#wpmem_reg label,
#wpmem_login label {
    display: initial;
    font-family: Quicksand, sans-serif !important;
    color: #014765 !important;
    font-weight: 500;
}

input.fapbm-btn.buttons {
    font-weight: 600;
    font-family: Quicksand, sans-serif !important;
}

.raa-box-info {
    background-color: #ecf4f3 !important;
}

.raa-box-info p {
    font-weight: 500;
    font-family: Quicksand, sans-serif !important;
}

@media screen and (max-width: 768px) {
    .row.box-ambition.rounded {
        display: flex;
        flex-flow: row;
    }
    .row.box-ambition.rounded img {
        width: 60%;
        margin-right: 100px;
    }
    /*.image-orientation {
        display: none;
    }*/
    .col-md-5.img-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    span.dtr-data a img {
        top: -1.7rem;
        left: 6.8rem;
        position: relative;
        max-width: 7%;
        height: auto;
    }
    /**.benefice-meconnue img {
        width: 50% !important;
    }*/
    .direction-executive img {
        width: 40% !important;
    }
    .box-detail-aire p {
        text-align: justify;
    }
    .direction-executive .row {
        display: flex;
        justify-content: space-evenly;
    }
    .row .img-bio {
        width: 70%;
        height: 240px;
    }
}

.details-articles {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding: 20px 20px 10px 20px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 3px;
    transition: all 0.4s;
}

.details-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 20px 20px 10px 20px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 3px;
    transition: all 0.4s;
}

.actu-item:hover .details-articles {
    background-color: rgba(0, 0, 0, .7);
}

.actual-title {
    color: #ffffff;
}

.part p {
    font-size: 0.8rem;
    line-height: 1.3;
    margin-bottom: 0rem;
}

.part-actu p {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0rem;
}

.plan-display p {
    font-size: 1rem;
    line-height: 1.3;
}

.orientation-details p {
    font-size: 0.9rem;
}

.orientation-details {
    background-color: #F8F9FA;
}

.orientation-details ul li {
    font-size: 0.9rem !important;
}

.plan-display ul li {
    font-size: 1rem;
    line-height: 1.3;
}

.orient-style {
    color: #D68C3D;
    font-weight: bold;
    font-size: 1.2rem !important;
}

.obj-style ul li:before {
    color: #555;
}

.obj-style {
    background-color: #F8F9FA;
}

.obj-style ul {
    margin-left: 0rem;
}

.actual-container .actu-thumbnail {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0;
    height: 150px;
}


/* newsletter  */

@media screen and (max-width: 991px) {
    .elp_form .form_field {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    #cff .cff-posts-wrap,
    #cff .cff-masonry-posts {
        display: initial !important;
    }
}

.email_posts_subscribers .elp_form {
    position: relative;
    padding-right: 100px;
    display: block;
}

.elp_form .button {
    border: 0;
    font-size: 13px;
    padding: 10px 17px 10px 17px;
    font-weight: 600;
    text-transform: uppercase;
    height: 37px;
    text-align: center;
    color: #fff;
    background-color: #399E5A;
    border-radius: 3px;
    position: relative;
    position: absolute;
    right: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.elp_form .button:hover {
    color: #399E5A;
    background-color: #FFFFFF;
}

.elp_form .form_field {
    margin-left: -1px;
    padding: 9px 17px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #004a65;
    border-radius: 3px;
    border: 0;
    float: left;
    width: 48%;
    margin-right: 2%;
}

@media only screen and (max-width: 1200px) {
    .img-left img {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .email_posts_subscribers .elp_form {
        padding: 0;
    }
    .elp_form .form_field {
        float: none;
        width: 100%;
    }
    .elp_form .button {
        width: 100%;
        position: relative;
        top: auto;
    }
    .circle-icon {
        border: 10px solid #EAF0F2 !important;
        max-width: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .circle-icon {
        margin-bottom: 5px;
        max-width: 150px;
    }
    .card-type {
        text-align: center;
        display: block !important;
    }
    .img-inner .img-faune-flore {
        width: 100% !important;
    }
    .specificite .icon-specificite {
        width: 20% !important;
    }
    .efforts .col-md-4 {
        text-align: center;
        margin-bottom: 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .icone-valeur {
        margin-bottom: 10px;
        max-width: 150px;
        margin-left: 366%;
    }
}

.elp_form_message.success {
    color: #89d489 !important;
}

.elp_form_message.error {
    color: #ffffff !important;
}

.social-wrap ul li label a {
    font-size: 16px !important;
}

.tab {
    margin: 0px 0px;
    /*margin-bottom: 45px;*/
    list-style: none;
    position: relative;
    border-bottom: 1px solid #084B64;
}


/* Style the buttons that are used to open the tab content */

.tab li {
    border-bottom: 2px solid #eaedef;
    display: inline-block;
    cursor: pointer;
    color: #136686;
    padding: 15px 46px;
    font-size: 15px;
    font-weight: 600;
    display: block !important;
    width: 50%;
}

.tab.onglet-ca li {
    width: auto;
}


/* Change background color of buttons on hover */

.tab li:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab li.active {
    /* border-top: 1px solid #084B64;
border-left: 1px solid #084B64;
border-right: 1px solid #084B64; */
    border-bottom: 2px solid #084B64;
    /* position: relative; */
    color: #004a65;
    background-color: #E9ECEF;
}


/* Style the tab content */

.tabcontent {
    display: none;
    margin: 0px 0px;
    padding: 0;
    list-style: none;
}

.tab li.active:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -0.1em;
    left: 0;
    background: white;
}

.footer-area .footer-widget p,
.footer-area .footer-widget a {
    color: #ffffff !important;
}


/* aire protegée */

a.link-services {
    color: #585858;
    font-size: 14px;
}


/* mission et valeur */

.card-type {
    display: flex;
}

.card-type p {
    font-size: 1rem;
}

.img-left img {
    display: block;
    margin-left: 2.3rem;
    margin-right: auto;
    width: 90%;
}

img.arrow {
    position: relative;
    width: 80%;
    bottom: 3px;
    margin-left: 80px;
}

.row-border {
    border: 1px solid #E9E9E9;
    padding: 45px;
    border-radius: 5px;
}

.ext-about-img {
    border-radius: 15px;
}

.section-number {
    background-color: #E9ECEF;
}

.icone-number {
    min-width: 110px;
    min-height: 110px;
    background-color: #E9ECEF;
    border-radius: 50%;
    text-align: center;
}

.circle-icon {
    border-radius: 50%;
    background-color: #e5e9ea;
    border: 15px solid #e5e9ea;
}

.imp-extrait {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding: 20px 20px 10px 20px;
    color: #ffffff !important;
    text-align: center;
}

.imp-extrait h3 a {
    color: #fff !important;
}

.img-disp {
    border-radius: 8px;
}

.video-section .video-wrapper::before {
    background: white !important;
}


/* Style pour le slide accueil */

.hero-content .slider-content {
    background-color: transparent;
}

.details-disp {
    font-size: 1.3rem;
}

.homepage-slider .slick-dots {
    bottom: 100px;
}


/* Fin style pour le slide accueil */

.actual-container {
    border-radius: 5px !important;
}

.color-blue {
    color: #084B64;
    font-weight: 600;
    margin-left: 15px;
}

.actual-info i {
    color: #399E5A;
    font-weight: bold;
}

h3.actual-title {
    color: #757575 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.read-more a:hover {
    text-decoration: revert;
}

.read-more a {
    color: #399E5A !important;
    font-weight: 600;
}

a.actu-btn {
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

h3.actual-title {
    height: 4.5rem;
}

.actual-container .actual-thumbnail {
    border-radius: 5px !important;
}

.actual-container .actual-details {
    background: #fff;
    border-radius: 5px;
}

.section-bg-blue {
    background: #F2F5F7;
}



/*responsive */

@media only screen and (max-width: 360px) {
    a.actu-btn {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .cooltimeline_cont .odd .full-width img,
    .cooltimeline_cont .even .full-width img {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .stat-item p {
        height: 65px;
    }
    .stat-item span.count {
        font-size: 25px;
    }
    .stat-item span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .ac-container .col-md-1,
    .img-left,
    .hide-responsive {
        display: block !important;   
    }
    .img-left img {
        width: 95%;
    }
    .img-left img {
        margin-top: 0px;
        margin-left: 2rem !important;
    }
}

@media only screen and (max-width: 767px) {
    .ac-container .col-md-1,
    .img-left,
    .hide-responsive {
        display: none !important;
    }
    .img-left img {
        margin-top: 3rem;
        margin-left: 5rem !important;
    }
    .box-detail-aire img {
        width: 100% !important;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .text-right {
        text-align: left !important;
    }
    .img-left img {
        margin-left: 1rem !important;
    }
    .brand-arrow-prev,
    .brand-arrow-next {
        top: 78px !important;
    }
    .brands-slider-col #brand-discount-slider ul {
        margin: 0px 0px !important;
        display: grid;
        grid-auto-rows: 13rem;
    }
    .brand-arrow-prev {
        left: 15px !important;
    }
    .projet-programme {
        display: block !important;
    }
    .projet-programme .img-projet-programme {
        margin-bottom: 30px;
    }
    .liste-investissement {
        margin-left: 20px;
    }
}


/* accordeon plan strategique */

.color-green {
    color: #399e5a;
    font-weight: 700;
}

.color-grey {
    font-weight: 600;
    color: #1A183B;
}

section.ac-container.mb-4.mt-4 label {
    display: flex;
    /* padding-top: 25px; */
    padding-bottom: 10px;
}

.ac-container label {
    /* background: #EFF3F5; */
    border-bottom: 1px solid #e7e7e7;
    /* padding: 5px 20px; */
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    border-radius: 5px;
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
    padding-top: 25px;
    /* background: #eaedef; */
    line-height: 21px;
    border-radius: 5px;
}

.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
    line-height: 23px;
    padding-left: 16px;
}

.ac-container input:checked~article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    border-radius: 5px;
}

.ac-container input:checked~article.ac-small {
    height: 100%;
    min-height: 5em;
}

#cff .cff-posts-wrap,
#cff .cff-masonry-posts {
    display: flex;
}

#cff .cff-item.cff-box,
#cff .cff-item.cff-box:first-child {
    padding: 15px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    border-radius: 5px !important;
}

.cff-html5-video,
#cff .cff-photo img {
    width: 100%;
    height: 262px !important;
}

#cff .cff-main-image.cff-crop {
    height: 150px !important;
}

#cff .cff-author .cff-story,
#cff-lightbox-wrapper .cff-author .cff-story {
    display: none;
}

p.cff-post-text,
span.cff-lightbox-caption-text {
    font-size: 14px;
}

i.fa.fa-facebook-square.mr-4 {
    font-size: 20px;
}

p.cff-post-text span a {
    color: #757575 !important;
    text-decoration: none !important;
    font-family: Quicksand, sans-serif;
    line-height: 1.3;
    font-weight: 500 !important;
}

p.cff-post-text span a:hover {
    color: #084b65 !important;
}

.cff-likebox.cff-bottom {
    display: none;
}

#cff {
    display: flex;
}

.image-orientation {
    margin-bottom: 25px;
}

.image-orientation img {
    border-radius: 5px;
    width: 90%;
}

.ac-container h5 {
    margin-left: -15px;
}

.stat-item {
    /* border: 1px #eaedef solid; */
    border-bottom: 10px solid #ffffff;
}

.fondateur {
    font-family: Quicksand, sans-serif;
    line-height: 1.7;
    font-weight: 600;
    color: #004a65;
    font-size: 1.3rem;
}

.img-left img,
.fondateur img {
    border-radius: 10px;
}

.brand-logo-container {
    width: 143px;
    height: 92px;
    background: #fff;
    margin: 0 auto;
    padding-top: 35%;
}

.brands-slider-col {
    height: 200px;
    width: 100%;
    float: none
}

#brand-discount-slider {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    height: 200px !important;
    /* border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; */
    padding: 0px 0px;
}

#brand-discount-slider ul {
    position: relative;
    margin: 0px 0px !important;
    /* padding: 0 60px !important; */
    height: 100% !important;
    list-style: none;
    display: flex;
    width: 100% !important;
}

#brand-discount-slider ul li {
    position: relative;
    display: contents;
    float: left;
    margin-top: 20px;
    padding: 0;
    width: 100%;
    /* border: 1px solid #ccc; */
    /* text-align: center; */
}

#brand-discount-slider ul li img {
    width: 100%;
}

.brand-arrow-prev {
    width: 26px;
    /* height: 81%; */
    /* background: #000; */
    text-align: center;
    /* line-height: 177px; */
    color: #004a65;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 25;
    cursor: pointer;
    border: 1px solid #004a65;
    border-radius: 50px;
    /* margin: 20px 0px; */
}

.brand-arrow-next {
    width: 26px;
    /* height: 81%; */
    /* background: #000; */
    text-align: center;
    /* line-height: 177px; */
    color: #004a65;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 25;
    cursor: pointer;
    border: 1px solid #004a65;
    border-radius: 50px;
    /* width: 49px !important; */
    /* margin: 20px 0px; */
}

.brand-arrow-next:hover,
.brand-arrow-prev:hover {
    color: #399e5a;
    border: 1px solid #399e5a;
}

li .icone-number img {
    width: 70% !important;
}

li .icone-number {
    width: 30%;
}


/* timeline */

.cool_timeline h1.timeline-main-title {
    display: none;
}

.cool-timeline .timeline-post .timeline-content .content-details p {
    font-size: 14px !important;
}

.cool-timeline-wrapper {
    overflow: hidden !important;
}

.clean-skin-tm .cool-timeline.white-timeline .timeline-content h2.content-title,
.content-site .cool-timeline .timeline-post .timeline-meta .meta-details {
    font-size: 17px !important;
    font-weight: 700 !important;
}

.clean-skin-tm .cool-timeline .timeline-post .timeline-content .full-width img {
    display: block;
    /* margin-left: auto !important;
margin-right: auto !important;
width: 25% !important; */
    border-radius: 10px;
}


/* .content-site .cool-timeline .timeline-post .timeline-meta .meta-details {
font-size: 26px;
font-weight: 600 !important;
font-family: Quicksand,sans-serif;
} */

.even .full-width img {
    display: block;
    margin-right: 19.5rem !important;
    width: 25% !important
}

.odd .full-width img {
    display: block;
    margin-left: 19.5rem !important;
    width: 25% !important
}

.cool-timeline .timeline-post .timeline-content h2.content-title,
.ctl-popup-content h2 {
    text-transform: inherit !important;
}

.cool-timeline .timeline-post .timeline-content .content-details p br {
    display: none;
}

.cool-timeline:before {
    width: 2px !important;
    margin-left: -1px !important;
}

.cool-timeline.white-timeline:before,
.cool-timeline.white-timeline.one-sided:before {
    background-color: #eaedef !important;
}


/* projet et programme */

.projet-programme {
    display: inherit;
    margin-bottom: 20px;
    margin-top: 20px;
}

.img-projet-programme {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-width: 90%;
    max-height: 125px;
    border: 1.8px solid #dedede;
    border-radius: 5px;
    padding: 20px;
}

label.btn.btn-outline-dark {
    width: 320px;
}

/* .img-projet-programme {
  width: 70%;
  height: 70% !important;
} */

.content-projet-programme {
    border-left: 1.8px solid #dedede;
    padding-left: 30px;
    margin-bottom: 50px;
}

.content-projet-programme h5 {
    font-size: 17px;
    font-weight: bold;
    color: #000213;
    margin-bottom: 2rem;
}

.content-projet-programme p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

.content-projet-programme p.situation {
    font-weight: 700;
    color: #399e5a;
}

.content-projet-programme .modula-item-content img {
    border-radius: 10px;
    /* display: flex; */
}


/* slick brand slide */

.section-number .slick-slide {
    margin: 0px 20px;
}

.section-number .slick-slide img {
    width: 62%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.customer-logos .slick-dots li button,
.specificite-logos .slick-dots li button,
.impacts-caro2 .slick-dots li button {
    border-radius: 51px;
    border: 5px solid !important;
    color: #4da76b;
    background: #4da76b;
    transition: all 0.5s ease;
}

.customer-logos .slick-dots li.slick-active button,
.specificite-logos .slick-dots li.slick-active button,
.impacts-caro2 .slick-dots li.slick-active button {
    color: #074a64;
    background: #074a64;
}

.customer-logos .slick-dots li button:hover,
.specificite-logos .slick-dots li button:hover,
.impacts-caro2 .slick-dots li button:hover {
    color: #084b65;
    background: #074a64;
}

.content-projet-programme a span {
    color: #399e5a;
    font-weight: 500;
    text-decoration: underline;
}

.embed-container {
    margin-bottom: 20px;
}

.blog-post-thumb.mb-4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #c4c4c4;
}

.blog-post-thumb.mb-4 img {
    border-radius: 8px;
    width: 60% !important;
    margin-bottom: 15px;
}

h2.text-title.facebook {
    font-size: 30px;
}


/* slide aire protege */

.slide-aire-protege {
    background-color: #F7F9FA !important;
}

.slide-aire-protege .box {
    text-align: center;
}

.slide-aire-protege h5 {
    font-weight: 700;
}

.slide-aire-protege p {
    color: #084b65;
    font-weight: 600;
    font-size: 16px;
}


/* faune & flore */

.faune-flore .img-inner {
    background: #004a65;
    border-radius: 10px;
    position: relative;
}

section.wrapper.mb-5.faune-flore .row {
    display: flex;
    justify-content: space-evenly;
}

@media only screen and (max-width: 991px) {
    .img-faune-flore {
        height: 350px !important;
    }
    .faune-flore p.description {
        padding-right: 35px;
    }
    .imp-extrait { 
        height: 100%;
    }
    .faune-flore .imp-extrait.regular-progression{
        padding: 25px 0 0 30px !important;
    }
}

.img-faune-flore {
    width: 460px !important;
    height: 310px;
    border-radius: 5px;
    opacity: 0.55;
}

.faune-flore .imp-extrait.regular-progression h3 {
    text-align: left;
    color: #fff !important;
    font-size: 20px;
}

.faune-flore .imp-extrait.regular-progression p {
    color: #fff;
    text-align: left;
    font-size: 15px;
}

.faune-flore p.description {
    border-left: 3px solid #ff0000;
    border-radius: 0px;
    padding-left: 10px;
    font-size: 15px;
    padding-right: 14px;
}

.faune-flore .imp-extrait.regular-progression {
    padding: 10px 20px 0;
    background: rgba(0,74,101,0.8);
}


/* specificite style */

.specificite .box {
    padding: 30px;
    min-height: 23rem;
    border-radius: 5px;
    text-align: center;
    background-color: #F1F8F3;
}

.specificite .icon-specificite {
    background: #FFF;
    padding: 20px;
    border-radius: 50%;
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 15px;
}

.specificite .box p {
    font-size: 15px;
}


/* detail aire */

.box-detail-aire {
    display: flex;
    justify-content: space-between;
    /* align-items: end; */
    /* padding-bottom: 30px;
  padding-top: 30px; */
    border-bottom: 1px solid #f1f8f3;
}

.box-detail-aire img {
    border-radius: 5px;
}

.box-detail-aire,
.box-detail-aire ul li {
    font-size: 15px;
    line-height: 25px;
}


/* section.wrapper-valeur.detail-aire div.box-detail-aire:first-child {
  display: flex;
  flex-direction: row-reverse;
  order: 2;
} */

.faune-flore .row,
.specificite .row,
.slide-aire-protege .row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.box-detail-aire img {
    width: 100%;
    margin-top: 10px;
    height: auto;
}

.espece-phare .box-detail-aire img {
    width: auto;
    min-height: 15rem;
}

.specificite-logos .icon-specificite {
    width: 50%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 97px;
    align-items: center;
}


/* direction executive */

.direction-executive img {
    border-radius: 5px;
}

.pb-5.text-center {
    height: 115px;
}

.morecontent span {
    display: none;
}

.morelink, .morelinkEng  {
    display: block;
}

p.more .morelink, p.moreEng .morelinkEng{
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    color: #399e5a
}

span.moreellipses::after {
    content: "...";
}

p.more, p.moreEng{
    font-size: 1.1rem;
    text-align: justify;
}

.direction-executive img {
    width: 95%;
}


/* biodiversite */

.subventions {
    margin-top: 50px;
}

.biodiversite-menace .box-biodiversite img {
    width: 100%;
    height: auto;
}

.box-biodiversite {
    margin-bottom: 20px;
    border: 0 !important;
    margin-top: 20px;
}

.box-detail-aire p {
    text-align: justify;
}

.caracteristique_2 .pb-5.text-center {
    height: auto;
}

.biodiversite .box-detail-aire,
.caracteristique_2 .box-biodiversite {
    border: 0 !important;
}

.box-detail-aire.box-biodiversite p {
    margin-bottom: 0.5rem;
}


/* biodiversite menacé */

.box-menace {
    margin-bottom: 175px;
}

.box-menace img {
    width: 40%;
    border-radius: 5%;
}

.box-detail-aire.pair {
    display: flex;
    flex-direction: row-reverse;
}

.img-50 img {
    width: 65%;
    margin-bottom: 15px;
}

.box-detail-aire.pair .img-50 {
    text-align: right;
}


/* benefice meconnue */

section.wrapper.benefice-meconnue p {
    text-align: justify;
}

.benefice-meconnue img {
    margin-bottom: 15px;
}

.benefice-meconnue p,
.benefice-meconnue ul li {
    font-size: 1.1rem;
    line-height: inherit;
    list-style: circle;
    padding-bottom: 5px;
}


/* investissement repsonsable */
.row.liste-investissement {
    padding-left: 20px;
}

@media only screen and (min-width: 991px) {
    .row.liste-investissement.liste-decision {
        padding-left: 150px !important;
    }
}

.liste-investissement div p::before {
    content: "•";
    color: #084b65;
    padding: 25px;
    position: absolute;
    left: -30px;
    top: -25px;
}

.investissement-responsable p {
    text-align: justify;
}


/* reseau international */

.hr-left {
    border-left: 2px solid #eaedef;
    position: relative;
    left: -50px;
}

#more {
    display: none;
}


/* programme de compensation */

.box-ambition.rounded img {
    border-radius: 50%;
}

.programme-compensation .box-detail-aire {
    border: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.row.box-ambition.rounded {
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-top: 10px;
    background: #F8F8F8;
    height: 7.5rem;
    padding-bottom: 10px;
}


/* impact biodiversite */

.impact-biodiversite .box-ambition p {
    font-size: 14px;
    font-weight: 600;
    color: #004a65;
}

.box-ambition .col-md-8 {
    margin-top: auto;
}

.row.box-ambition.rounded h5 {
    font-weight: 900;
}

.impact-biodiversite .slick-slide img {
    width: auto;
}

.caracteristique_1.biodiversite img {
    margin-bottom: 20px;
}


/* nos impacts > communauté */


/* .col-md-4.image-orientation img {
  width: 100%;
  height: 96%;
} */

.section-layout h4 {
    margin-bottom: 20px;
}


/* rejoignez-nous */

.appel-offre-content.annonce h5 {
    min-height: 2rem;
    margin-top: 1rem;
}

.section-contacts p label {
    color: #084b65;
}

span.wpcf7-form-control-wrap input {
    border: 2px solid #F0F0F0;
    padding: 9px;
    max-width:  100%;
    border-radius: 3px;
    font-size: 15px;
    margin-bottom: 10px;
}

span.wpcf7-form-control-wrap.cv input {
    border: 0;
}

.type-annonce p strong {
    color: #084b65;
}

.sidebar-item h5 {
    font-size: 25px;
}

#scrollUp {
    width: 40px !important;
    height: 40px !important;
}

.custombox-content .paoc-popup-modal-cnt {
    padding: 40px !important;
    border-radius: 10px !important;
}

body #paoc-modal-1 {
    border-radius: 5px;
}

.map-area iframe {
    width: 100%;
    height: 536px;
    border: none;
    margin-bottom: 0;
    border-radius: 5px;
}

.img-bio {
    width: auto;
    height: 260px;
    border-radius: 5px;
}

.biodiversite .row {
    display: flex;
    justify-content: space-evenly;
}

.paoc-popup-modal-cnt ul li {
    line-height: normal;
    margin: 0 0 20px 0;
    color: #555;
    font-size: 1.1rem;
    list-style: circle;
}

.benefice-meconnue .paoc-popup.popupaoc-link {
    padding-top: 20px;
}

.benefice-meconnue img {
    border-radius: 5px;
    width: 100%;
    /*height: 95%;*/
}

body .custombox-content>* {
    max-height: 80% !important;
}

.aire-protege-list {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

@media only screen and (min-width: 991px) {
    .transparence-paragraph {
        padding: 15px 100px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-group-vertical {
        flex-direction: row;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .contact-btn {
        right: 58%;
        margin-top: 100px;
	}
}

@media only screen and (max-width: 767px) {
    .contact-btn {
        right: 0%;
        margin-top: 0px;
	}
}


@media only screen and (max-width: 360px) {
	.fapbm-btn-annonce {
		font-size: 13px;
	}
}

@media (max-width: 600px){

    .responsive-table thead {
    display: none;
    }

    .responsive-table tr{
    display: block;
    margin-bottom: 40px;
    }

    .responsive-table td {
    display: block;
    text-align: right;
    }

    .responsive-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    }
}


.elp-loading-news {
    display: block !important;
}

.page-id-82 .cff-more {
    visibility: hidden;
}

.page-id-82 .cff-more:after {
    visibility: visible;
    content: "See more";
    margin-left: -70px;
}

.page-id-82 .cff-less {
    visibility: hidden;
}

.page-id-82 .cff-less:after {
    visibility: visible;
    content: "See less";
    margin-left: -70px;
}

.page-id-82 a.cff-viewpost-facebook {
    visibility: hidden;
}

.page-id-82 a.cff-viewpost-facebook:after {
    visibility: visible;
    content: "See on Facebook";
    margin-left: -80px;
}

.page-id-82 a.cff-share-link {
    visibility: hidden;
}

.page-id-82 a.cff-share-link:before {
    visibility: visible;
    content: "Share";
    margin-left: 0px;
}

.map__container {
    width: 65vw !important;
}
.map__container .flex-div {
    display: none;
}

main {
    position: static !important;
    justify-content: center !important;
}

.leaflet-container.leaflet-touch.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom {
    border: none !important;
}

.leaflet-top, .leaflet-bottom {
    z-index: 400 !important;
}

.preview__container {
    z-index: 600 !important;
}

.preview__container {
    width: 29% !important;
}

.fancybox-slide>* {
    top: 25px !important;
    overflow-y: scroll !important;
}

#cff .cff-item {
    width: 30vh !important;
}

@media only screen and (max-width: 1200px) {
	#cff .cff-item {
		width: 29vw !important;
	}
}

@media only screen and (max-width: 768px) {
	#cff .cff-item {
		width: 80vw !important;
	}
}

.show-image{
width: 100%;
height: 100%;
float: left;
border: 1px solid rgba(0,0,0,0.04);
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
background: #fff;
display: block;
border-radius: 4px;
}

.aspect{
position: relative;
padding-bottom: 120%;
height: 0;
overflow: hidden;
}

.show-image .mask{
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0
}

.show-image-first a.more {
display: inline-block;
text-decoration: none;
padding: 7px 14px; 
background: #FFF;
color: #222;
text-transform: uppercase;
box-shadow: 0 0 1px #000;
position: relative;
border: 1px solid #999;

}

.show-image-first a.more:hover {
box-shadow: 0 0 5px #000;
}

.show-image-first p{
letter-spacing: 0.15em;
color: #f4f4f4;
font-size: 28px; 
}

.show-image-first img {
transition: all 0.2s linear;
}

.show-image-first .mask {
opacity: 0;
background-color: rgba(0,0,0, 0.4);
transition: all 0.4s ease-in-out;
}
.show-image-first h5 {
color: #f2f2f2;
margin-top: 10%;
opacity: 0;
transition: all 0.2s ease-in-out;
background: rgba(0,0,0,0.7);
}
.show-image-first p {
opacity: 0;
transition: all 0.2s linear;
}
.show-image-first a.info{
opacity: 0;
transition: all 0.2s ease-in-out;
}

.show-image-first:hover img {
transform: scale(1.2);
}
.show-image-first:hover .mask {
opacity: 1;
}
.show-image-first:hover h5,
.show-image-first:hover p,
.show-image-first:hover a.info {
opacity: 1;
}
.show-image-first:hover p {
transition-delay: 0.1s;
}
.show-image-first:hover a.info {
transition-delay: 0.2s;
}

.mask {
padding: 50px;
}

.form__container {
    margin-right: 500000px;
}


.icon-specificite .img-specificite {
    margin-left: auto;
    margin-right: auto;
}

.preview__picture {
    height: 325px !important;
    /* background-repeat: no-repeat; */
    background-size: contain !important;
}

@media only screen and (max-width: 991px) {
	.preview__picture {
        height: 210px !important;
    }
}

@media only screen and (max-width: 768px) {
	.preview__picture {
        height: 210px !important;
    }
}

@media only screen and (max-width: 768px) {
	.preview__container {
        top: 66px !important;
        width: 40% !important;
    }
}

@media only screen and (max-width: 433px) {
	.preview__container {
        top: 107px !important;
        width: 90% !important;
        background-position: center !important;
    }
}

.newsletter-form-wrap .button-area {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 15px;
    border: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 32px;
    text-align: center;
    color: #fff;
    background-color: #399E5A;
    max-width: 100%;
    border-radius:  3px;
}
@media all and (max-width: 767px) {
    .newsletter-form-wrap .button-area {
        position: static;
    }
}
.newsletters a {
    color: #555;
} 
.grecaptcha-badge { visibility: hidden; }

.informations span {
    color: #004a65;
}
.widget_recent_entries h3, .single-post .widget_recent_entries ul li {
    font-size: 1rem;
}
.actu-item img {
    width: 100%;
    height: auto;
}
ul.pagination {
    margin: auto;
}
ul.pagination li {
    display: inline-block;
}
.faune-flore .row > [class*='col-'] {
    height: 310px;
}