@font-face {
    font-family: 'PT Sans Light';
    src: url(../font/PTSans.ttf);
}

@font-face {
    font-family: 'Roboto';
    src: url(../font/Roboto.ttf);
}

@font-face {
    font-family: 'Cabin';
    src: url(../font/Cabin.ttf);
}

* {
    font-family: 'PT Sans Light';
}

p {
    font-family: 'Roboto';
    font-size: 16px;
}

a,
a:hover {
    color: black;
    text-decoration: none;
}

body {
    background: #f2efef69;
}

.h1,
h1 {
    font-size: 31px !important;
}

.h2,
h2 {
    font-size: 29px !important;
}

.h3,
h3 {
    font-size: 19px !important;
    margin: 0;
}

.h4,
h4 {
    font-size: 15px !important;
    margin: 0;
}

.row {
    margin: 0;
}

.wow {
    visibility: hidden;
}

.bg-light {
    background: white !important;
}

.font-pt {
    font-family: 'PT Sans Light';
}

.block_page {
    margin: auto;
    justify-content: center;
}

header {
    border-top: 12px solid #E2E1DC;
    background: white;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
}

body .grecaptcha-badge {
    bottom: 54px !important;
}

#header_logo {
    font-size: 1.3rem;
    flex-grow: 1;
}

#logo {
    margin-left: 30px;
}

#logo::after {
    content: '';
    display: block;
    height: 80%;
    border-right: 6px solid #F6F5F5;
    margin: auto 19px;
    border-radius: 20px;
}

.img_max_width,
#block_index_logos img {
    max-width: 100%;
}

#header_title {
    flex-grow: 1;
    margin: auto 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 99999;
}

#header_button .header_button_div {
    border-radius: 20px;
    background: #F6F5F5;
    padding: 5px 10px;
    margin: 10px auto;
    text-align: center;
    display: flex;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 3px 6px 0px rgba(214, 214, 214, 1);
    width: 100%;
    border: none;
}

.header_button_div i {
    font-size: 1.5rem;
}

.header_button_div_p {
    margin: auto;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto';
}

#search_input {
    height: 43px;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

nav li a {
    width: 100%;
    transition: all 0.3s;
    display: block;
    padding: 10px;
}

nav li {
    background: #E29F211F;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 12px;
    font-size: 13px;
    flex: auto;
}

.navbar button {
    background: white;
    z-index: 998;
}

.li_index,
li_isr,
.li_objectif,
.li_who,
.li_join,
.li_dons,
.li_performances {
    background: #f2d478;
    color: white !important;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(141, 134, 134, 0.32);
}

.li_isr {
    background: #49A480;
}

.li_objectif {
    background: #28b1e8;
}

.li_who {
    background: #f67b51;
}

.li_join {
    background: #dbbd77;
}

.li_dons {
    background: #4898C3;
}

.li_performances {
    background: #dfbd83;
}

.li_index a,
.li_isr a,
.li_objectif a,
.li_objectif a,
.li_who a,
.li_join a,
.li_dons a,
.li_performances a {
    color: white;
}

.navbar .navbar_contact_none,
.navbar .navbar_mentions_none {
    display: none;
}

.carousel {
    height: 470px;
    border-top: 3px solid #d2cbcb;
}

.carousel-inner {
    height: 430px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #68676587;
    border-radius: 50%;
}

.carousel img {
    object-fit: cover;
    height: 430px;
    width: 100%;
    object-position: 50% 100%;
}

.carousel-item {
    height: 470px;
    background-size: cover;
    background-position: 0% 100%;
}

.carousel-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 100%;
}

.carousel-indicators {
    margin: 0;
}

.more_info_button {
    padding: 5px 40px;
    border: 5px solid white;
    display: inline-block;
    margin-top: 10px;
    color: white;
    font-weight: bold;
}

#block_contain {
    padding: 0 2% 70px 2%;
}

#title_index {
    margin: 30px auto 8px 15%;
}

#title_index p {
    margin: 25px;
}

#block_index_logos {
    text-align: center;
    margin: 30px auto;
}

#block_index_logos div {
    padding: 15px 35px;
    transition: all 0.3s;
    cursor: pointer;
    background: #f0f0f08a;
    height: 100%;
    border-radius: 10px;
}

#block_index_logos div:hover {
    transform: scale(1.07);
    background: #f4efefe0;
    border-radius: 20px;
}

#banner_title {
    padding: 25px;
    color: white;
    width: 100%;
}

#banner_title h1 {
    font-size: 27px !important;
    padding: 0;
}

#second_banner_title {
    padding: 25px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    font-size: 13px;
}

#second_banner_title p {
    font-size: 27px;
    margin: 0;
}

.big_block_isr {
    padding: 50px;
}

#block_isr {
    background: #eeeeee6e;
    margin: 15px auto;
    border-radius: 25px;
}

#block_isr li {
    font-family: 'Roboto';
    margin-bottom: 25px;
}

.block_isr_text h2 {
    text-transform: uppercase;
    width: 100%;
    margin: 25px;
}

.block_isr_text {
    margin: 20px auto;
}

.block_isr_text_p {
    color: #009D5E;
    margin: 50px auto 70px auto;
    background: #eeeeee85;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.block_esg {
    background: #E0F2ED;
    margin: 100px 15px 20px 15px;
    text-align: center;
    border-radius: 20px;
    padding-top: 80px;
}

.block_esg h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.block_esg img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    max-width: 50%;
}


.color_green {
    color: #009D5E;
}

.color_blue {
    color: #13a9eb;
}

.color_orange {
    color: #E86D43;
    vertical-align: sub;
}

.background_orange {
    background: #eedfdf7a;
    border-radius: 15px;
    padding: 15px;
    font-size: 1.3rem;
    font-weight: bold;
}

#big_block_objectif,
#big_block_who,
#big_block_patrimoine,
#big_block_mentions,
#big_block_join,
#big_block_contact {
    background: #F6F5F5;
    padding: 0 0 70px 0;
}


.block_objectif h2,
.block_who h2,
.block_join h2,
.coordonnees h2,
.block_details_performances h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
    overflow: hidden;
}

.block_objectif,
.block_mentions {
    background: white;
    margin: 20px;
    border-radius: 25px;
    padding: 35px;
    font-size: 1.3rem;
}

.block_objectif li {
    margin-top: 35px;
    font-family: 'Roboto';
    font-size: 16px;
}

.block_patrimoine {
    background: #E4EEF28F;
    border-radius: 25px;
    margin: 25px 25px 5px 25px;
    padding: 60px;
}

.block_patrimoine h3 {
    font-weight: bold;
    border-bottom: 5px solid #BFE7F7;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 25px;
    border-radius: 3px;
}

.block_patrimoine ul,
.block_who ul {
    list-style: none;
}

.block_patrimoine li {
    font-family: 'Roboto';
}

.block_patrimoine li::before,
.block_who li::before {
    content: "•";
    color: #b7dfef;
    font-size: 25px;
    margin: auto 5px auto auto;
    vertical-align: middle;
    display: inline;
}

.block_who li::before {
    color: #f6825bbd !important;
}

.block_patrimoine_background div:nth-child(2) {
    background: #D7DDEC36;
    border-radius: 30px;
    padding: 10px 20px;
    margin-left: -50px;
}

.block_patrimoine_background p {
    margin: auto 0 auto 0;
}

.block_who {
    text-align: center;
    position: relative;
    background: white;
    margin: 25px;
    padding: 20px;
    border-radius: 15px;
}

.block_who li {
    font-family: 'Roboto';
    margin-top: 0px;
}

#label_position {
    position: absolute;
    right: -20px;
    top: -90px;
    z-index: 999;
}

.presentation_team {
    background-size: cover;
    height: 350px;
    width: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    margin: auto;
    border-radius: 15px;
    border: 5px solid #a55f47;
    background-position: top;
    background-color: #f67b5199;
}

.presentation_block_name {
    background: #f6eaea;
    margin-top: 20px;
    border-radius: 15px;
    padding: 15px;
    font-family: 'Roboto';
}

.presentation_block_name h4 {
    color: #f67b51;
    font-weight: bold;
    font-size: 22px !important;
}

.presentation_block_name p {
    margin: 0;
    font-weight: bold;
    font-size: 19px;
}

.presentation_block_capacity p {
    margin: 0;
}

.block_mentions h2,
.block_mentions h3 {
    text-transform: uppercase;
    margin: 20px 0;
}

.block_join,
.block_contact,
.block_details_performances {
    background: #EDE2CD33;
    border-radius: 20px;
    margin: 30px;
    font-size: 1.4rem;
}

#form_join,
#form_contact,
#form_performances {
    padding: 20px 50px;
    border: 3px solid #dbbd77;
    font-family: 'Roboto';
    margin-bottom: 40px;
}

#form_join input,
#form_contact input,
#form_performances input {
    border: 3px solid #dbbd77 !important;
    border-radius: 0;
    padding: 10px 15px;
}

#form_contact,
#form_contact input,
#form_contact textarea {
    border: 3px solid #e8e3cf !important;
}

#form_performances,
#form_performances input,
#form_performances textarea {
    border: 3px solid #dfbd83 !important;
    min-height: 50px;
}

iframe {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

#form_join textarea,
#form_contact textarea {
    border: 3px solid #dbbd77;
    width: 100%;
    min-height: 400px;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    margin: 40px 0;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    background: #dbbd77;
    color: white;
    font-weight: bold;
    font-family: 'Roboto';
}

input[type="submit"] {
    background: #dbbd77;
    color: white;
    font-size: 18px;
    padding: 5px 20px;
    font-weight: bold;
    margin: 5px 0 30px 0;
}

#form_contact input[type="submit"] {
    background: #e8e3cf;
    color: black;
}

.map {
    border: 4px solid #d5d5d5;
    border-radius: 30px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    order: 3;
}

.coordonnees div:nth-child(1) {
    order: 2;
}

#banner_title_dons {
    background: #4898C3;
    padding: 25px;
    display: flex;
}

#banner_title_dons h1 {
    margin: auto;
    color: white;
    font-size: 3rem;
}

#banner_img_dons {
    height: 220px;
}

#banner_img_dons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#form_contact .border_red,
#form_join .border_red {
    border: 3px solid #f55 !important;
}

#form_contact .border_green,
#form_join .border_green {
    border: 3px solid rgb(110, 191, 123) !important;
}

#dons_title {
    font-family: 'PT Sans Light';
    margin: 40px auto 75px auto;
}

#dons_title p {
    font-size: 22px;
}

#list_dons {
    background: #4898C32B;
    border-radius: 30px;
    padding: 20px;
}

#list_dons a {
    padding: 0 40px;
}

#do_present {
    position: absolute;
    background: #4898c380;
    border-radius: 20px;
    padding: 10px 50px;
    top: -35px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

#do_present p {
    font-family: 'PT Sans Light';
    font-size: 1.2rem;
}

#do_present i {
    font-size: 1.8rem;
    vertical-align: bottom;
}

.block_dons {
    background: white;
    overflow: hidden;
    height: 80px;
    border: 3px solid #5AA2C9;
    border-radius: 50px;
    display: flex;
}

.block_dons img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.block_impots h2 {
    letter-spacing: 1px;
    font-weight: bold;
}

#dons_impots {
    background: #4898C369;
    height: auto;
    border-radius: 70px;
    padding: 30px 50px;
    font-weight: bold;
}

#dons_impots p {
    font-size: 17px;
}

#dons_exemple {
    background: #4898C321;
    border-radius: 20px;
    margin-top: 50px;
    font-family: "PT Sans Light";
}

.dons_exemple_p {
    width: 80%;
    margin: auto;
    font-weight: bold;
    margin-top: 10px;
    font-size: 17px;
    font-family: "PT Sans Light";
    text-align: center;
    padding: 10px;
}

.block_dons_exemple {
    background: #aacfe3;
    border-radius: 50px;
    margin: auto;
    padding: 10px;
    text-align: center;
}

.block_dons_exemple p {
    color: white;
    margin: 0;
    font-weight: bold;
    font-family: "PT Sans Light";
}

.color_dons_p {
    background: #4898C39C;
    border-radius: 50px;
    padding: 20px 30px;
    margin: 40px 0;
    font-weight: bold;
    text-align: center;
    color: #414040;
}

#dons_carousel {
    border-radius: 60px;
    margin: auto;
    padding-top: 30px;
}

.carousel-dons {
    height: 470px;
    width: 100%;
    overflow: hidden;
}


#dons_carousel .carousel {
    border: none;
}

.carousel-inner-dons {
    height: 420px;
    border-radius: 50px;
    background: #fcfcff;
    border: 4px solid #8cbdd7;
}

#dons_carousel .carousel-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 400px;
}


#logo_position {
    position: absolute;
    right: -180px;
    top: 0;
}

.block_details_performances {
    background: #dfbd8312;
}

.block_performances {
    background: #dfbd839e;
    border-radius: 10px;
    padding: 20px;
    color: white;
    margin: 20px 0;
}

.gain_performances {
    display: flex;
    background: #f0f0f0;
    min-height: 100px;
    border-radius: 20px;
}

.gain_performances h2 {
    color: black;
    margin: auto;
    font-size: 4rem !important;
}

#button_performances a {
    background: #dfbd83;
    color: white;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    margin: auto;
}

footer {
    padding: 12px;
    background: #E2E1DC7A;
    color: black;
    font-weight: bold;
    position: relative;
}

footer p {
    font-size: 13px;
}

#mentions_button {
    position: absolute;
    right: 20px;
    background: #f6f5f5;
    padding: 3px 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 3px 6px 0px rgba(214, 214, 214, 1);
    top: 50%;
    transform: translate(0%, -50%);
    font-weight: normal;
}

.ui-menu {
    max-height: 300px;
    overflow: hidden;
}

@media screen and (min-width: 2000px) {

    .block_page,
    .block_nav {
        max-width: 1350px;
    }
}

@media screen and (max-width: 1252px) {
    #block_page {
        width: 100%;
    }

    #title_index {
        margin: auto;
        text-align: center;
        margin: 20px auto 0px auto;
    }

    #title_index p {
        text-align: justify;
    }

    #block_contain {
        padding: 0;
    }

    .logo_carousel {
        overflow: hidden;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {

    .block_nav,
    .block_page {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 2000px) {
    .block_page {
        min-width: 80%;
    }
}


@media screen and (max-width: 991px) {

    .h1,
    h1 {
        font-size: 2rem;
    }

    body .grecaptcha-badge {
        display: none !important;
    }


    .navbar {
        position: fixed;
        border: 0;
        z-index: 999;
        bottom: 0;
        width: 100%;
    }

    .navbar button {
        position: absolute;
        bottom: 0;
    }

    .navbar li {
        background: white;
        border-top: 1px solid #efe7e7;
        margin: 0;
    }

    .navbar button {
        position: absolute;
        bottom: 10px;
        right: 10px;
        height: 56px;
        width: 56px;
        border-radius: 50%;
    }

    .navbar .navbar_contact_none,
    .navbar .navbar_mentions_none {
        display: block;
    }

    #header_button {
        display: none !important;
    }

    #logo img {
        margin-left: 50px;
    }

    .carousel {
        border-top: 17px solid #F2D478;
        height: 480px;
    }

    #block_index_logos div {
        margin-bottom: 20px;
    }

    #banner_title i {
        display: none;
    }

    #banner_title h1 {
        text-align: center;
        width: 100%;
    }

    .block_esg {
        margin: 115px 15px 20px 15px;
    }

    .block_isr_text_p,
    block_patrimoine_text_p {
        text-align: center;
    }

    .block_patrimoine {
        padding: 40px;
    }

    .block_patrimoine ul {
        padding: 0;
    }

    #label_position {
        display: none;
    }

    #header_title {
        text-align: center;
        margin: 15px;
    }

    #header_title::before {
        content: '';
        border-top: 1px solid #aeaba3;
        display: block;
        margin: 0px auto 15px auto;
        width: 50%;
    }

    #header_title p:nth-child(1) {
        font-size: 1.5rem;
    }

    #header_title p:nth-child(2) {
        font-size: 1rem;
    }

    #logo img {
        margin-left: 13px;
    }

    .map {
        order: 1;
    }

    .block_contact {
        padding: 0;
    }

    .coordonnees h2 {
        font-size: 2.3rem;
    }

    .li_index,
    .li_isr,
    .li_objectif,
    .li_who,
    .li_join,
    .li_contact,
    .li_dons,
    .li_performances {
        background: #efe7e7 !important;
    }

    .li_index a,
    .li_isr a,
    .li_objectif a,
    .li_who a,
    .li_join a,
    .li_contact a,
    .li_dons a,
    .li_performances a {
        color: black;
    }

    .big_block_isr {
        padding: 20px 0;
    }

    #big_block_objectif,
    #big_block_who,
    #big_block_patrimoine,
    #big_block_mentions,
    #big_block_join {
        padding-bottom: 20px;
    }

    #big_block_objectif h2 {
        font-size: 2.4rem;
    }

    .block_isr_text_p {
        margin: 30px auto;
    }

    .block_join {
        padding: 8px 50px;
    }

    #form_join,
    #form_contact,
    #form_performances {
        padding: 20px 30px;
    }

    .coordonnees {
        margin-top: 20px;
    }

    .map {
        border: 2px solid #d5d5d5;
        border-radius: 0;
    }

    #mentions_button {
        display: none;
    }

    #block_index_logos div {
        height: auto;
        margin-bottom: 20px;
    }

    #dons_carousel .carousel-item {
        background-size: 100%;
    }

    .block_dons {
        margin-bottom: 10px;
    }

    .gain_performances h2 {
        color: black;
        margin: auto;
        font-size: 3rem !important;
    }
}

@media screen and (max-width: 767px) {
    #logo {
        margin: auto;
    }

    #logo::after {
        display: none;
    }

    .form-group {
        padding: 0 !important;
    }

    .coordonnees div:nth-child(1) {
        margin: auto;
        padding: 10px;
    }

    .block_dons {
        border: none;
    }

    .block_patrimoine_background div:nth-child(2) {
        margin-left: 0px;
    }

    .performances_title h2 {
        font-size: 1.5rem !important;
        padding-bottom: 10px;
    }
}
