/*Global*/
html,
body
{
    width: 100%;
    overflow-x: hidden;
    background: #FFF;
}

body,div,p,ul,li,a,span,h1,h2,h3,h4,table,td,tr{
    font-family: sans-serif;
}

body {
    font-size: 1.2em;
    line-height: 1.5em;
}

a {
    text-decoration: none;
    color: inherit;
}

.contenu-page {
    max-width: 1280px;
    width: 90%;
    margin: auto;
}


.close {
    color: #fff;
    z-index: 99999;
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
}

/*Global*/
/*Recherche*/

.element-search.titre-search {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}

a.pg_search_i {
    color: #000;
    max-width: 300px;
    display: block;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.element-search.content-search {
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}

.image-search {
    max-width: 300px;
    display: flex;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single_page_search {
    display: flex;
    flex-wrap: wrap;
}

.element-search {
    text-align: left;
}

h1.generic_title {
    text-align: center;
}

.single_page_banner_c {
    padding: 30px 0;
}

.single_page_search_c {
    padding: 40px 0;
    text-align: center;
}

.titre-aucun-search {
    font-size: 23px;
    padding-bottom: 40px;
}

a.search_no_result_back {
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


.search_no_result_txt input.search-field {
    border: 1px solid gray;
    padding-left: 10px;
}

.search_no_result_txt input.search-submit {
    height: 50px;
}

.close {
    color: #fff;
    z-index: 99999;
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
}

span.screen-reader-text {
    color: #fff;
}

input.search-field::-webkit-input-placeholder {
    color: #fff;
}
.ws-search-form {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000a1;
    display: flex;
    z-index: 9999999999;
}

.ws-search-form--child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

input.search-field {
    outline: none;
    height: 50px;
    width: 100%;
    border: unset;
    padding: 20px;
    background: transparent;
    border-bottom: 1px solid #fff;
    padding-right: 143px;
    padding-left: 0;
}

form.search-form {
    width: 90%;
    max-width: 450px;
    display: flex;
    position: relative;
}


form.search-form label {
    width: 100%;
    position: relative;
}

input.search-submit {
    background: #2f9fe6;
    border: unset;
    color: #fff;
    margin-left: 30px;
    padding: 0 20px;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    height: 47px;
    right: 0;
}




/*Recherche*/
/* scroll */
*
{
  scrollbar-width: thin;
  scrollbar-color: #4BB7CC transparent;
}

*::-webkit-scrollbar
{
  width: 8px;
}

*::-webkit-scrollbar-track
{
  background: transparent;
}

*::-webkit-scrollbar-thumb
{
  background-color: #4BB7CC;
  border-radius: 7px;
  border: 3px solid transparent;
}
/* scroll */
/*Menu*/

a.level_0_item_text {
    color: #000;
    text-decoration: none;
}

.level_0_container_desktop {
    justify-content: space-around;
}


.site_header_sized{
  max-width: 1280px;
  margin: auto;
}


.level_0_mobile_item_text {
    color: #000;
}

.level_0_mobile_head {
    background-color: #dddddd;
}





/*Menu*/
/*Banniere*/
.image-banniere {
    height: 730px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.containeur-banniere--child {
    display: flex;
    align-items: center;
}

.slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;

}


.search-icon.show-search {
    font-size: 20px;
    cursor: pointer;
    line-height: 0;
}



button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before
{
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button.slick-prev.slick-arrow:before{
    content: '←';
}

button.slick-next.slick-arrow:before{
    content: '→';
}

button.slick-prev.slick-arrow {
    left: 20px;
}

button.slick-next.slick-arrow {
    right: 20px;
    content: '→';
}

.containeur-banniere--child {position: relative;overflow: hidden;}

.titre-banniere {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 55px;
    color: #fff;
    max-width: 500px;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px black;
}

.contenu-image {
    position: relative;
}


button.slick-arrow {
    background: transparent;
    border: unset;
}










/*Banniere*/

/*Footer*/
footer ul, footer li{
    padding: 0;
}
.footer_widgets_container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    max-width: 1280px;
    margin: auto;
    width: 90%;
}

footer {
    background: #dddddd;
    padding: 40px 0;
}

footer {
    padding: 40px 0;
}


.ws_theme_footer_zone_i.ws_theme_footer_zone_4 .ws_theme_footer_widget_i:nth-child(2) {
    display: flex;
}


.ws_theme_footer_widget_i a {
    font-size: 25px;
    line-height: 35px;
    color: #000;
}

h2.widgettitle {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
}

.footer_contact_i_icon svg {
    margin-top: 10px;
}

.ws_theme_footer_zone_i.ws_theme_footer_zone_1 .ws_theme_footer_widget_i {
    max-width: 200px;
}


.elements-bas-footer {
    background-color: #2f9fe6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    flex-wrap: wrap;
}

.elements-bas-footer a {
    color: #fff;
    font-size: 18px;
}

ul#menu-menu-copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 23px;
}

.menu li {
    margin: 0 10px;
}


.footer_contact_i_icon svg {
    margin-top: 10px;
}


.footer_contact_i
{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
}

.footer_contact_i_icon
{
    display: flex;
    align-items: flex-start;
    width: 24px;
}

.footer_contact_i_icon svg
{
    width: auto;
    height: 20px;
    margin-top: 10px;
    fill: #000;
    transition: all 345ms ease;
}

.footer_contact_i_data
{
    display: flex;
    width: calc( 100% - 24px );
    flex-direction: column;
    padding: 0px 4px;
}

.footer_contact_i_data a
{
    text-decoration: none;
}

.footer_contact_i_data a:hover
{
    text-decoration: underline;
}


.ws_widget_rs_i
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    aspect-ratio: 1/1;
    margin: 4px;
    overflow: hidden;
    border-radius: 50%;
    background: #000;
}

.ws_widget_rs_i svg
{
    fill: #FFF;
    height: 22px;
}


/*Footer*/
/*Page RGPD*/

.ginput_container input {
    outline: none;
    height: 50px;
    border-radius: 20px;
    border: 1px solid gray;
}

.ginput_container select {
    height: 50px;
    border-radius: 20px;
    border: 1px solid gray;
    outline: none;
    background: unset;
}

.ginput_container textarea {
    border-radius: 20px;
    outline: none;
}

.gform_button {
    border-radius: 20px;
    border: unset;
    padding: 15px;
    background: #2f9fe6;
    color: #fff;
    font-size: 20px;
}

.gchoice  input {
    height: auto;
    margin-right: 10px;
}

.gchoice {
    display: flex;
}

.template-rgpd ul,.template-rgpd li{
    list-style: inherit;
}

/*Page RGPD*/
/*Page contact*/
.elements-contact--child {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 50px;
}

.ginput_container_consent input {
    height: auto;
}


.informations-contact {
    margin-bottom: 20px;
}

iframe {
    width: 100%;
    max-width: 100%;
}


















/*page de contact*/
/*Responsive*/

@media(max-width: 1320px){
    .ws_theme_footer_widget_i a {
    font-size: 18px;
        line-height: 28px;
    }

    h2.widgettitle {
        font-size: 20px;
    }

    a.ws_widget_rs_i {
        width: 40px;
    }

    .ws_widget_rs_i svg {
        height: 18px;
    }

    .footer_contact_i {
        margin-bottom: 5px;
    }

    .footer_contact_i_icon svg {
        margin-top: 6px;
    }

    .ws_theme_footer_widget_i {
        margin-top: 10px;
    }

    .elements-bas-footer a {
        font-size: 15px;
        line-height: 27px;
    }
}

@media(max-width: 1210px){
    .information-title {
        font-size: 15px;
    }
}

@media(max-width: 1024px){
    .information-title {
        font-size: 15px;
    }

    .elements-contact--child {
        display: flex;
        flex-direction: column;
    }

    .informations-contact {
        max-width: 300px;
        margin: auto;
        margin-bottom: 40px;
    }
}

@media(max-width: 880px){
    .image-banniere {
        height: 550px;
    }

    .footer_widgets_container {
        grid-template-columns: repeat(3,1fr);
        justify-content: center;
    }

    .ws_theme_footer_zone_i.ws_theme_footer_zone_1 {
        grid-column: 1 / 5;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }


    .ws_theme_footer_zone_i {
        display: flex;
        flex-direction: column;
        align-items: center;
    }






}

@media(max-width: 768px){
    .ws_theme_footer_zone_i {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer_widgets_container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }


    .close {
        color: #fff;
        z-index: 99999;
        cursor: pointer;
        font-size: 50px;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .ws_theme_footer_zone_i.ws_theme_footer_zone_4 {
        order: 2;
        margin: auto;
    }

    .ws_theme_footer_zone_i.ws_theme_footer_zone_1 {
        order: 1;
        margin: auto;
    }

    .ws_theme_footer_zone_i.ws_theme_footer_zone_3 {
        order: 4;
    }

    .ws_theme_footer_zone_i.ws_theme_footer_zone_2 {
        order: 3;
    }

    .titre-banniere {
        font-size: 35px;
    }





}

@media(max-width: 600px){
    .image-banniere {
        height: 350px;
    }
}













/*Responsive*/






/* B_ home_actualites */

.contenu-page.home_actu_list.style_5
{
    display: flex;
    flex-direction: column;
    align-items:  center;
}

.home_actu_title
{
    width: 100%;
}

.cpt_actu_list
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.cpt_actu_list.style_3
{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;

    overflow: hidden;
}

@media (max-width: 1024px)
{
    .cpt_actu_list.style_3
    {
        display: flex;
        width: 100%;
        grid-template-columns: unset;
        grid-gap: unset;
        overflow: hidden;
        justify-content: space-evenly;
    }
}



.contenu-page.home_actu_list.style_5 .cpt_actu_list.style_5
{
    max-width: 768px;
}


.cpt_actu_item
{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px)
{
    .cpt_actu_item
    {
        margin: 10px 0px;
    }
}

.cpt_actu_list.style_1 .cpt_actu_item
{
    width: calc( 50% - 10px );
}

.cpt_actu_list.style_2 .cpt_actu_item
{
    width: calc( 33% - 20px );
}

.cpt_actu_list.style_3 .cpt_actu_item:nth-child(1)
{
    grid-column: 1;
    grid-row: 1 / 3;
}

.cpt_actu_list.style_3 .cpt_actu_item:nth-child(2)
{
    grid-column: 2;
    grid-row: 1 / 2;
}

.cpt_actu_list.style_3 .cpt_actu_item:nth-child(3)
{
    grid-column: 2;
    grid-row: 2 / 3;
}

.cpt_actu_list.style_4 .cpt_actu_item
{
    width: 100%;
    margin: 0px 0px 40px 0px;
}

.cpt_actu_list.style_5 .cpt_actu_item
{
    width: calc( 50% - 10px );
    margin-bottom: 24px;
}

.cpt_actu_list.style_5 .cpt_actu_item:nth-child(3n+1)
{
    width: calc( 100% - 20px );
}

@media (max-width: 1024px)
{
    .cpt_actu_list .cpt_actu_item
    {
        grid-column: unset;
        grid-row: unset;
        width: calc( 100% - 10px );
        max-width: 350px;
    }
}

.cpt_actu_item_sized
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc( 100% - 8px );
    max-width: calc( 50vw * 0.9 );
    border: 4px solid #3E3E3E33;
    height: calc( 100% - 8px );
    justify-content: space-between;
}

.cpt_actu_list.style_3 .cpt_actu_item:nth-child(2) .cpt_actu_item_sized,
.cpt_actu_list.style_3 .cpt_actu_item:nth-child(3) .cpt_actu_item_sized
{
    flex-direction: row;
}

.cpt_actu_list.style_4 .cpt_actu_item .cpt_actu_item_sized
{
    width: 100%;
    height: 100%;
    max-width: unset;
    flex-direction: row;
}

@media (max-width: 1024px)
{
    .cpt_actu_item_sized
    {
        max-width: unset;
    }

    .cpt_actu_list.style_3 .cpt_actu_item:nth-child(2) .cpt_actu_item_sized,
    .cpt_actu_list.style_3 .cpt_actu_item:nth-child(3) .cpt_actu_item_sized
    {
        flex-direction: column;
    }

    .cpt_actu_list.style_4 .cpt_actu_item .cpt_actu_item_sized
    {
        flex-direction: column;
    }

}

.cpt_actu_item_img
{
    display: flex;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.cpt_actu_list.style_1 .cpt_actu_item_img
{
    aspect-ratio: 16 / 9;
}

.cpt_actu_list.style_2 .cpt_actu_item_img
{
    aspect-ratio: 1 / 0.8;
}

.cpt_actu_list.style_3 .cpt_actu_item:nth-child(1) .cpt_actu_item_img
{
    aspect-ratio: 16 / 9;
}

.cpt_actu_list.style_3 .cpt_actu_item:nth-child(2) .cpt_actu_item_img,
.cpt_actu_list.style_3 .cpt_actu_item:nth-child(3) .cpt_actu_item_img
{
    aspect-ratio: unset;
    width: 50%;
    height: 100%;
}


.cpt_actu_list.style_4 .cpt_actu_item .cpt_actu_item_img
{
    aspect-ratio: unset;
    width: 50%;
    height: 100%;
}

.cpt_actu_list.style_5 .cpt_actu_item_img
{
    aspect-ratio: 16 / 9;
}


@media (max-width: 1280px)
{
    .cpt_actu_list.style_3 .cpt_actu_item:nth-child(1) .cpt_actu_item_img
    {
        aspect-ratio: 1 / 0.8;
    }

    .cpt_actu_list.style_4 .cpt_actu_item .cpt_actu_item_img
    {
        aspect-ratio: 1 / 0.8;
        width: 100%;
        height: unset;
    }

}

@media (max-width: 1024px)
{
    .cpt_actu_list.style_3 .cpt_actu_item:nth-child(2) .cpt_actu_item_img,
    .cpt_actu_list.style_3 .cpt_actu_item:nth-child(3) .cpt_actu_item_img
    {
        aspect-ratio: 1 / 0.8;
        width: 100%;
    }
}


.cpt_actu_item_txt
{
    display: flex;
    flex-direction: column;
    width: calc( 100% - 40px );
    padding: 0px 10px;
    align-items: center;
    font-family: sans-serif;
    color:#3E3E3E;
}


.cpt_actu_list.style_3 .cpt_actu_item:nth-child(2) .cpt_actu_item_txt,
.cpt_actu_list.style_3 .cpt_actu_item:nth-child(3) .cpt_actu_item_txt
{
    width: 50%;
}

.cpt_actu_list.style_4 .cpt_actu_item .cpt_actu_item_txt
{
    width: 50%;
}

@media (max-width: 1024px)
{
    .cpt_actu_list .cpt_actu_item .cpt_actu_item_txt
    {
        width: calc( 100% - 20px );
    }
}


.cpt_actu_item_titre
{
    display: block;
    width: 100%;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.cpt_actu_list.style_3 .cpt_actu_item_titre
{
    white-space: unset;
}

.cpt_actu_item_excerpt
{
    display: block;
    overflow: hidden;
    line-height: 1.5;
    font-size: 18px;
    height: calc( 18px * 1.5 * 6);
}

.cpt_actu_list.style_4 .cpt_actu_item_excerpt
{
    height: calc( 18px * 1.5 * 5);
}



.cpt_actu_item_btn
{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.cpt_actu_item_btn span
{
    border: 2px solid #3E3E3E33;
    line-height: 1;
    padding: 10px;
    margin: 20px 10px;
    transition: all 345ms ease;
}

.cpt_actu_item_btn span:hover
{
    border: 2px solid #3E3E3E33;
    background: #3E3E3E33;
}


.home_actu_all
{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.contenu-page.home_actu_list.style_5 .home_actu_all.style_5
{
    max-width: 768px;
}

.home_actu_all a
{
    border: 2px solid #3E3E3E33;
    line-height: 1;
    font-size: 1.1em;
    font-weight: 600;
    padding: 10px;
    margin: 20px 0px;
    color:#3E3E3E ;
    transition: all 345ms ease;
}

.home_actu_all a:hover
{
    border: 2px solid #3E3E3E33;
    background: #3E3E3E33;
}

@media (max-width: 1024px)
{
    .home_actu_all
    {
        justify-content: center;
    }
}


body.archive.post-type-archive-actualites .cpt_actu_item
{
    margin-bottom: 24px;
}

.arch_actu_pagination
{
    display: flex;
    justify-content: center;
    width: 100%;
}

.arch_actu_pagination.hidden
{
    display: none;
}

.arch_actu_pagination span
{
    border: 2px solid #3E3E3E33;
    line-height: 1;
    font-size: 1.1em;
    font-weight: 600;
    padding: 10px;
    margin: 20px 0px;
    color:#3E3E3E ;
    cursor: pointer;
    transition: all 345ms ease;
}

.arch_actu_pagination span:hover
{
    border: 2px solid #3E3E3E33;
    background: #3E3E3E33;
}

/* E_ home_actualites */




/* B_ pg_contact_2_c */

.pg_contact_2_c
{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #707070;
}

.pg_contact_2_title_c
{
    width: calc( 100% - 40px );
    text-align: center;
    margin-top: 64px
}


.pg_contact_2_title
{
    width: calc( 100% - 40px );
    text-align: center;
    margin-top: 64px;
}

.pg_contact_2_subtitle
{
    width: calc( 100% - 40px );
    max-width: 900px;
    text-align: center;
    margin: 0px;
    font-size: 1.6em;
    line-height: 1.23;
    font-weight: 400;
}

.pg_contact_2_content_c
{
    display: flex;
    width: 100%;
    margin-top: 64px;
    position: relative;
}

.pg_contact_2_content_form_c
{
    display: flex;
    width: 60%;
    justify-content:flex-end;
    border-radius: 5px;
    opacity: 0.95;
    background: #9A9A9A;
}

#gform_wrapper_7
{
    width: calc( 100% - 20px );
    max-width: 760px;
    margin: 32px 5vw;
}

.pg_contact_2_content_form_c input,
.pg_contact_2_content_form_c select,
.pg_contact_2_content_form_c textarea
{
    background: transparent;
    color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #FFF;
    border-radius: 0px;
    max-height: 140px;
    margin-top: 32px;
}


.pg_contact_2_content_form_c input::placeholder,
.pg_contact_2_content_form_c select::placeholder,
.pg_contact_2_content_form_c textarea::placeholder
{
    color: #FFFFFF;
}


.pg_contact_2_content_form_c label.gfield_consent_label
{
    color: #FFF;
    font-size: small;
}

.pg_contact_2_content_form_c label.gfield_consent_label a
{
    color: #FFF;
    text-decoration: underline;
}

.pg_contact_2_content_form_c input[type="submit"]
{
    background: #FFFFFF;
    color: #9A9A9A;
    border: 1px solid #FFF;
    border-radius: 3px;
    margin-top: 32px;
    transition: all 345ms ease;
    cursor: pointer;
}

.pg_contact_2_content_form_c input[type="submit"]:hover
{
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFF;
}

.pg_contact_2_content_coord_c
{
    display: flex;
    width: 40%;
    border: 1px solid #707070;
    justify-content: center;
    border-left: unset;
    margin: 24px 0px;
}

.pg_contact_2_content_coord
{
    width: calc( 100% - 20px );
    max-width: 340px;
}

.pg_contact_2_content_coord_title
{
    font-size: 1.5em;
    font-weight: 500;
    margin: 50px 0px 32px 0px;
}

.pg_contact_2_content_coord_label
{
    font-weight: 700;
    margin-top: 24px;
}

.pg_contact_2_content_coord_value
{
    display: flex;
    font-weight: 500;
}

.pg_contact_2_content_coord_rs_c
{
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
}

.pg_contact_2_content_coord_rs_c a
{
    background: #9A9A9A;
    transition: all 345ms ease;
}

.pg_contact_2_content_coord_rs_c a:hover
{
    background: #000;
}


@media (max-width: 1000px)
{

    .pg_contact_2_title
    {
        width: calc( 100% - 24px );
        text-align: center;
        margin-top: 40px;
        font-size: 1.5em;
    }

    .pg_contact_2_subtitle
    {
        width: calc( 100% - 24px );
        font-size: 1.2em;
    }

    .pg_contact_2_content_c
    {
        flex-direction: column-reverse;
        margin-top: 0px;
    }

    .pg_contact_2_content_form_c,
    .pg_contact_2_content_coord_c
    {
        width: 100%;
        border: none;
        margin: 20px 0px 0px 0px;
        justify-content: center;
        border-radius: 0px;
    }

    .pg_contact_2_content_coord_title,
    .pg_contact_2_content_coord_label,
    .pg_contact_2_content_coord_value,
    .pg_contact_2_content_coord_rs_c
    {
        text-align: center;
        justify-content: center;
    }
}


.pg_contact_2_map_c
{
    display: flex;
    width: 100%;
    margin-top: -24px;
}

/* B_ pg_contact_2_c */


/* B_ pg_contact_3_c */
.pg_contact_3_c
{
    display: flex;
    color: #707070;
}

.pg_contact_3_txt_c
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #D2D2D2;
    color: #FFF;
    padding: 64px 0px;
    width: 40%;
    margin: 128px 0px;
}

.pg_contact_3_title
{
    width: calc( 100% - 40px );
    max-width: 440px;
    text-align: center;
}

.pg_contact_3_subtitle
{
    width: calc( 100% - 40px );
    max-width: 440px;
    text-align: center;
    margin: 0px;
    font-size: 1.6em;
    line-height: 1.23;
    font-weight: 400;
}

.pg_contact_3_content_c
{
    display: flex;
    width: 60%;
    border-radius: 5px;
    opacity: 0.95;
    padding-top: 128px;
}

.pg_contact_3_content_form_c
{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    opacity: 0.95;
}

.pg_contact_3_content_form_title
{
    width: calc( 100% - 40px );

    text-align: left;
    max-width: 760px;margin: 0px;
    font-size: 1.6em;
    line-height: 1.23;
    font-weight: 400;
}

#gform_wrapper_8
{
    width: calc( 100% - 20px );
    max-width: 760px;
    margin: 0px 5vw 32px 5vw;
}

.pg_contact_3_content_form_c input,
.pg_contact_3_content_form_c select,
.pg_contact_3_content_form_c textarea
{
    background: transparent;
    color: #707070;
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0px;
    max-height: 140px;
    margin-top: 32px;
}


.pg_contact_3_content_form_c input::placeholder,
.pg_contact_3_content_form_c select::placeholder,
.pg_contact_3_content_form_c textarea::placeholder
{
    color: #707070;
}


.pg_contact_3_content_form_c label.gfield_consent_label
{
    color: #707070;
    font-size: small;
}

.pg_contact_3_content_form_c label.gfield_consent_label a
{
    color: #707070;
    text-decoration: underline;
}

.pg_contact_3_content_form_c input[type="submit"]
{
    background: #707070;
    color: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 3px;
    margin-top: 32px;
    transition: all 345ms ease;
    cursor: pointer;
}

.pg_contact_3_content_form_c input[type="submit"]:hover
{
    background: transparent;
    color: #707070;
    border: 1px solid #707070;
}


@media (max-width: 900px)
{
    .pg_contact_3_c
    {
        flex-direction: column;
    }

    .pg_contact_3_txt_c,
    .pg_contact_3_content_c
    {
        width: 100%;
    margin: 0px;padding: 32px 0px;}

    .pg_contact_3_title
    {
        width: calc( 100% - 24px );
        text-align: center;
        font-size: 1.5em;
    }

    .pg_contact_3_subtitle
    {
        width: calc( 100% - 24px );
        font-size: 1.2em;
    }

    .pg_contact_3_content_form_title
    {
        font-size: 1.2em;
        width: calc( 100% - 20px );
    }

}

/* E_ pg_contact_3_c */



/* B_ pg_contact_4_c */

.pg_contact_4_c
{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    color: #707070;
}

.pg_contact_4_title
{
    width: calc( 100% - 40px );
    text-align: center;
    margin: 128px 0px 100px 0px;
}

.pg_contact_4_content_c
{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.pg_contact_4_content_form_c
{
    width: calc( 100% - 20px );
    max-width: 760px;
}

.pg_contact_4_content_form_title
{
    text-align: left;
    max-width: 760px;
    margin: 0px;
    font-size: 1.6em;
    line-height: 1.23;
    font-weight: 400;
}


#gform_wrapper_9
{
    width: 100%;
    margin: 0px;
}

.pg_contact_4_content_form_c input,
.pg_contact_4_content_form_c select,
.pg_contact_4_content_form_c textarea
{
    background: transparent;
    color: #707070;
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0px;
    max-height: 140px;
    margin-top: 32px;
}


.pg_contact_4_content_form_c input::placeholder,
.pg_contact_4_content_form_c select::placeholder,
.pg_contact_4_content_form_c textarea::placeholder
{
    color: #707070;
}

.pg_contact_4_content_form_c li
{
    padding: 0px;
}

.pg_contact_4_content_form_c label.gfield_consent_label
{
    color: #707070;
    font-size: small;
}

.pg_contact_4_content_form_c label.gfield_consent_label a
{
    color: #707070;
    text-decoration: underline;
}

.pg_contact_4_content_form_c input[type="submit"]
{
    background: #transparent;
    color: #707070;
    border: 1px solid #707070;
    border-radius: 3px;
    margin-top: 32px;
    transition: all 345ms ease;
    cursor: pointer;
}

.pg_contact_4_content_form_c input[type="submit"]:hover
{
    background: #707070;
    color: #FFF;
    border: 1px solid #707070;
}

.pg_contact_4_content_coord_map_c
{
    display: flex;
    width: 100%;
}

.pg_contact_4_content_coord_c
{
    width: 50%;
    display: flex;
    background: #DCDCDC;
    color: #000;
    align-items: center;
    justify-content: space-evenly;
}

.pg_contact_4_content_coord_img_c
{
    display: flex;
    width: calc( 40% - 20px );
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.pg_contact_4_content_coord_data_c
{
    display: flex;
    width: calc( 60% - 20px );
    flex-direction: column;
}


.pg_contact_4_content_coord_title
{
    font-size: 1.5em;
    font-weight: 500;
    margin: 50px 0px 32px 0px;
}

.pg_contact_4_content_coord_label
{
    font-weight: 700;
    margin-top: 24px;
}

.pg_contact_4_content_coord_value
{
    display: flex;
    font-weight: 500;
}

.pg_contact_4_content_coord_rs_c
{
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
}

.pg_contact_4_content_coord_rs_c a
{
    background: #000;
    transition: all 345ms ease;
}

.pg_contact_4_content_coord_rs_c a:hover
{
    background: #9A9A9A;
}



.pg_contact_4_content_map_c
{
    width: 50%;
    display: flex;
}

.pg_contact_4_content_map_c iframe
{
    height: 100%;
}

@media (max-width: 1000px)
{
    .pg_contact_4_content_coord_title
    {
        font-size: 1.5em;
        font-weight: 500;
        margin: 24px 0px 0px 0px;
    }

    .pg_contact_4_content_coord_c
    {
        flex-direction: column-reverse;
    }
    .pg_contact_4_content_coord_img_c
    {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .pg_contact_4_content_coord_data_c
    {
        width: calc( 100% - 20px );
        margin: 0px 0px 24px 0px;
    }
}

@media (max-width: 700px)
{
    .pg_contact_4_content_coord_map_c
    {
        flex-direction: column;
    }

    .pg_contact_4_content_coord_c
    {
        width: 100%;
        padding-bottom: 20px;
    }

    .pg_contact_4_content_map_c
    {
        width: 100%;
        aspect-ratio: 1/1;
    }
}



@media (max-width: 1000px)
{

    .pg_contact_4_title
    {
        width: calc( 100% - 24px );
        text-align: center;
        margin: 40px 0px;
        font-size: 1.5em;
    }

    .pg_contact_4_content_coord_title,
    .pg_contact_4_content_coord_label,
    .pg_contact_4_content_coord_value,
    .pg_contact_4_content_coord_rs_c
    {
        text-align: center;
        justify-content: center;
    }

    .pg_contact_4_content_form_title
    {
        font-size: 1.2em;
        width: calc( 100% - 20px );
    }
}

/* E_ pg_contact_4_c */
