/*
Theme Name: Bonjour New York
Template: Divi
Version: 0.1
Description: Extended Divi theme for Bonjour New York specific theme
Author: Menges Jean
Author URI: https://www.mengesjean.fr
 */

.et_header_style_left .logo_container {
    width: calc(100% - 1rem);
}

#et-main-area {
    overflow: hidden;
}

/* TYPO */

h1, h2, h3, h4, h5 {
    font-family: Oswald, Impact, Arial !important;
    font-style: normal;
    line-height: 120%;
    text-transform: uppercase;
    color: #202956;
}
h1 {
    font-weight: 500;
    font-size: 52px;
    letter-spacing: 0.02em;
}

h2 {
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 0.01em;
}

h3 {
    font-weight: 500;
    font-size: 32px;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #253A9F!important;
}

.white-texte .et_pb_text_inner * {
    color:white!important;
}



@media (max-width: 980px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    .white-texte .et_pb_text_inner * {
        font-size: 34px!important;
    }
}

@media (max-width: 719px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 18px;
    }

    .white-texte .et_pb_text_inner * {
        font-size: 34px!important;
    }
}

/* MENU SEARCH ICON */
#et_search_icon::before,#et_search_icon_mobile::before {
    content: url(assets/svg/search_loop.svg);
    background-color: #53B3B7;
    color: white!important;
    padding: .4rem;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    border-radius: 20px;
    cursor: pointer;
}

@media (max-width: 980px) {
    #et_search_icon:before {
        display: none;
    }

}

        /* MAIN MENU */
#top-menu li a {
    letter-spacing: 1.5px;
}

.et_fullwidth_nav #main-header .container {
    padding-right: 5vw;
    padding-left: 5vw;
    margin-right: 1rem;
    margin-left: 1rem;
}

#main-header, #et-top-navigation {
    font-family: Oswald, Impact, Arial !important;
}


@media (max-width: 980px) {
    .et_fullwidth_nav #main-header .container {
        padding-right: 1rem;
        padding-left: 1rem;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .logo_helper {
        height: initial!important;
    }
    .logo_container #logo {
        max-width: 100%;
        max-height: 100%;
    }

    .et-search-form input {
        margin: 0!important;
    }
}

.et_mobile_menu {
    background-color: #F5F7F8!important;
    border-top: none;
}

#main-header {
    transition: all .5s ease-in-out!important;
}

body #main-header.et-fixed-header {
	box-shadow: 0px 5px 7px 1px #68686845!important;
}

.et-fixed-header {
    background-color: white!important;
    position: fixed!important;
}

.et_mobile_menu li a {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 31px;
    letter-spacing: 0.02em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
}

.et_toggle_slide_menu:after, .mobile_menu_bar:before  {
    color: #53B3B7;
}

.home-header {
    position: relative;
}

@media (max-width: 981px){
    .home-header {
        padding-top: 150px!important;
        padding-bottom: 100px!important;
    }
    .home-header h1, .head-header h1 {
        font-size: 42px!important;
    }
}
@media (min-width: 981px){
    .home-header::after {
        content: url(assets/svg/dotted-line-home-header.svg);
        position: absolute;
        transform: translateY(15px);
        z-index: 2;
        left: calc(50% - 38.5px);
    }

}

.block-color {
    display: flex;
    max-width: 620px;
    width: 45vw;
    position: relative;
}

.block-color:first-child::after {
    position: absolute;
    content: url(assets/svg/dotted-line-plane-home.svg);
    height: auto;
    width: auto;
    right: -325px;
    visibility: visible;
    top: -30px;
    z-index:2;
}

.block-color:last-child::after {
    position: absolute;
    content: url(assets/svg/dotted-line-bed-home.svg);
    height: auto;
    width: auto;
    right: -200px;
    visibility: visible;
    top: -60px;
}

.block-color:first-child{
    margin-left: 0px;
    margin-top: -200px;
}
.block-color:nth-child(2){
    margin-left: auto;
    margin-right: 0px;
    margin-top: -170px;
    margin-bottom: 50px;
}
.block-color:last-child {
    margin-left: 10vw;
    margin-bottom: -100px;
    width: 100%!important;
}

.block-color .et_pb_column_empty {
    display: block!important;
    margin: 0!important;
}

.block-color > .et-last-child {
    padding: 2rem;
    width: 60%!important;
    margin-top: auto;
}

.block-color a {
    font-size: 16px;
    font-family: Mulish, Arial;
    font-weight: bold;
}

.block-color a::after {
    font-size:26px;
    font-weight: 600;
}

@media (max-width: 980px) {
    .block-color {
        margin-left: auto!important;
        margin-right: auto!important;
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
        width: 100%!important;
    }

    .block-color > .et-last-child {
        width: 100%!important;
    }

    .block-color::after {
        visibility: hidden!important;
    }
}

@media (max-width: 719px) {
    .block-color {
        flex-direction: column!important;
    }
    .block-color .et_pb_column_empty{
        height: 220px;
        border-radius: 10px 10px 0 0;
    }

    .block-color > .et-last-child {
        padding: 1rem;
    }
}


/* INIT BUTTON */

.et_pb_button {
    border: none;
    padding: 0;
    transition: none!important;
    font-family: Mulish, Arial;
    font-weight: bold;
}

.et_pb_button:hover {
    padding: 0!important;
    background-color: transparent!important;
    border: 0!important;
}


.en-savoir-plus-1 {
    color: white;
}

.en-savoir-plus-1::after {
    opacity: 1!important;
    margin-left: 0!important;
}

.round-button, #comment-wrap .form-submit #et_pb_submit, .wpcf7-form input[type=submit] {
    color: white;
    border: 2px solid white!important;
    border-radius: 150px;
    font-size: 16px;
    padding: 15px 20px;
    font-family: Mulish, Arial!important;
    font-weight: bold;
    transition: all .3s ease-in-out!important;
    cursor: pointer;
}

.round-button:hover, #comment-wrap .form-submit #et_pb_submit:hover {
    border: 2px solid white!important;
    padding: 15px 20px!important;
    background-color: white!important;
    color: #53B3B7;
}

.round-button:after, #comment-wrap .form-submit #et_pb_submit:after {
    content: '';
}

.button-green, #comment-wrap .form-submit #et_pb_submit, .wpcf7-form input[type=submit] {
    background-color: #53B3B7;
    border-color: #53B3B7!important;
}

.button-green:hover, #comment-wrap .form-submit #et_pb_submit:hover, .wpcf7-form input[type=submit]:hover {
    background-color: #1C4375!important;
    border-color: #1C4375!important;
    color: white!important;
}

.card-style {
    background-color: white;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    border-radius: 4px;
    padding: 1rem;
    transition: all .3s ease-in-out;
    margin-right: 2rem!important;
    min-width: 280px;
    margin-bottom: 0;
}

.card-style * {
    transition: all .3s ease-in-out;
}

.card-style .et_pb_button {
    position: absolute;
    bottom: 20px;
}

@media (max-width: 981px){
    .card-style {
        min-width: 250px;
    }

    .card-style:last-child {
        align-self: start;

    }
}


.et_pb_row_7 {
    overflow-x: auto!important;
    flex-wrap: nowrap;
}

@media (max-width: 676px) {
    .et_pb_row_7 {
        padding-left: 0!important;
    }
    .card-style {
        margin-right: 15px!important;
    }
}

.card-style:hover {
    transform: translateY(-30px);
    background-color: rgba(83, 179, 183, 0.1);
}

.card-style:hover * {
    color: #53B3B7;
}

.link {
    font-size: 16px;
}
.link::after {
    opacity: 1!important;
    margin-left: 0!important;
    font-size: 25px;
}

.link, .link::after {
    color: #53B3B7;
}


/* Liste article home */


.home-articles-line {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.home-articles-list a {
    width: 100%;
    max-width: 530px;
    min-width: 340px;
}


.home-articles-line a:first-child {
	padding-right: 1rem;
}


.home-articles-line a:last-child {
	padding-left: 1rem;
}

.home-articles-vignette {
    width: 100%;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    border-radius: 10px;
    background-color: white;
    display: flex;
    margin-bottom: 2rem;
    height: calc(100% - 2rem);
}


.home-articles-vignette h4 {
    margin-bottom: 1rem;
}

.home-articles--content {
    position: relative;
    padding-bottom: 40px!important;
}

.home-articles--content .link, .cat-articles-list .link {
    position: absolute;
    bottom: 20px;
}

@media (max-width: 719px){
    .home-articles--content .link {
        bottom: 10px!important;
    }
	.home-articles-line a:first-child {
		padding-right: .5rem;
		padding-left: .5rem;
	}


	.home-articles-line a:last-child {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

.home-articles-vignette span,
.last-articles--content span {
    padding: 5px 15px;
    border-radius: 100px;
    color: white;
    font-family: Mulish, Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;
    display: inline-block;
}


.home-articles--content {
    padding: 1.5rem;
    white-space: pre-line;
    width: 60%;
}

.home-articles--thumbnail {
    width: 45%;
    border-radius: 10px 0px 0px 10px;
    background-size: cover;
    background-position: center;
}

.home-articles-vignette, .home-articles-vignette *, .cat-articles-list, .cat-articles-list * {
	transition: all .3s ease-in-out;
}

.home-articles-line a:hover .home-articles-vignette, .cat-articles-list a:hover .cat-articles-vignette{
	background-color: rgba(83, 179, 183, 0.1);
}

.home-articles-line a:hover h4, .cat-articles-list a:hover h4 {
	color: #53B3B7!important;
}

@media (max-width: 719px) {
    .home-articles--content h4 {
        margin-bottom: 5px!important;
        padding-bottom: 0!important;
    }
    .home-articles-line {
        flex-direction: column;
        align-items: center;
    }
    .home-articles--content {
        padding: 15px 10px 10px 10px;
    }
}


.counter-banner .et_pb_image {
    float: left;
}

.counter-banner .et_pb_image img {
    width: 80%;
}


@media (min-width: 981px){
    .a-propos-banner .et_pb_column:first-child {
        margin-right: 0!important;
    }

}
@media only screen and (max-width: 980px){
    .a-propos-banner .et_pb_image.et_pb_image_1 {
        position: relative!important;
        display: flex;
        justify-content: center;
        top: 0;
        margin-top: -100px!important;
        margin-bottom: 40px!important;
    }

    .a-propos-banner .et_pb_column_19 {
        margin-bottom: 0!important;
    }
}

.on-parle-de-nous-banner {
    display: flex;
    align-items: center;
}

.on-parle-de-nous-banner img {
    width: 80%;
    margin: 10px auto;
    display: block;
}

@media (max-width: 980px) {
    .on-parle-de-nous-banner {
        padding-top: 0!important;
    }
}


/* Liste articles category */

.cat-articles-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}

.cat-articles-list a {
    max-width: 300px;
    width: 25%;
    min-height: 1px;
    padding: 10px;
    transition: all .3s ease-in-out;
	margin-bottom: 20px!important;
}

.cat-articles-list * {
    transition: all .3s ease-in-out
}

@media (min-width: 981px){
    .interesser-container .cat-articles-list a:hover .cat-articles-vignette {
        transform: translateY(-20px);
        background-color: rgba(83, 179, 183, 0.1);
    }

    .interesser-container .cat-articles-list a:hover h4 {
        color: #53B3B7;
    }
}

@media (max-width: 981px){
	.cat-articles-list a {
		width: 50%;
	}
}

@media (max-width: 691px){
	.cat-articles-list a {
		width: 100%;
	}
}


.cat-articles--content h4 {
    margin-bottom: 1rem;
}

.cat-articles-vignette {
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    height: 100%;
    display: flex;
    flex-flow: column;
    background-color: white;
}

.cat-articles--thumbnail {
    height: 150px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}

.cat-articles--content {
    padding: 1rem;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex: 1 0 auto;
}

.cat-articles--content span {
    position: absolute;
    color: white;
    padding: 5px 15px;
    top: -1rem;
    border-radius: 100px;

}

.last-articles-vignette {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

.last-articles--thumbnail {
    height: 120px;
    width: 120px;
    flex: 0 0 auto;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
}

.last-articles--content {
    padding-left: 1rem;
}

.last-articles--content h4 {
    text-transform: none;
    font-family: Mulish !important;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 135%;
}

#respond {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#respond .green-label {
    font-family: Mulish;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #53B3B7;
    margin-bottom: 1rem;
}

#respond #reply-title {
    margin-bottom: 1rem;
    text-align: center;
}
#respond .comment-notes {
    max-width: 640px;
    font-family: Mulish;
    font-weight: normal;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #6F7E97;
}
#respond .comment-form {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    border-radius: 4px;
    padding: 4rem 3rem;
    margin: 3rem auto;
}

#respond .comment-form label .required {
    color: #53B3B7;
}
#respond .comment-form label {
    display: block !important;
    font-family: Mulish;
    font-size: 16px;
    line-height: 143%;
    color: #47566F;
    margin-bottom: .5rem;
}

#respond .comment-form-author, #respond .comment-form-email {
    width: 50%;
    display: inline-block;
}

#respond .comment-form-author *, #respond .comment-form-email * {
    width: 96%!important;
}

#respond .comment-form-email {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#respond .comment-form-email {
    float: right;
}

#respond .comment-form-cookies-consent {
    clear: both;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    border: 0;
    border-bottom: 1px solid #ECF0F2!important;
    background-color: white!important;
    transition: all .3s ease-in-out;
    outline: none!important;
    font-family: Mulish;
    font-size: 16px;
    line-height: 143%;
    padding-left: 0!important;
    padding-right: 0!important;
}

input:focus, textarea:focus {
    border: 0;
    border-bottom: 1px solid #53B3B7!important;
    outline: none!important;
}


.comment-form-cookies-consent {
    margin-bottom: 2rem;
}

.comment-form-cookies-consent input {
    display: none;
}

#respond .comment-form-cookies-consent label {
    display: flex!important;
    align-items: center;
}

.comment-form-cookies-consent label::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #ECF0F2;
    transition: all .3s ease-in-out;
    box-shadow: inset 0px 0px 0px 3px white;
    flex: 0 0 auto;
}

.comment-form-cookies-consent input:checked + label::before {
    background: #53B3B7;
}

#comments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    font-family: Oswald, Impact, Arial;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
}

#comments:before, #comments:after {
    content: '';
    height: 1px;
    background-color: #618FCB;
    width: 95%;
    display: block;
}

#comments:before {
    margin-right: 2rem;
}
#comments:after {
    margin-left: 2rem;
}

.comment-reply-link {
    position: static!important;
    font-family: Mulish;
    font-weight: bold;
    font-size: 16px;
    line-height: 143%;
    color: #53B3B7;
    display: flex!important;
    align-items: center;
    margin-top: 1rem;
    float:none!important;
}

.comment-reply-link::after {
    content : ''!important;
}

.comment-reply-link::before {
    content: url(assets/svg/comment.svg)!important;
    display: block;
    position: relative;
    opacity: 1;
    margin-left: 0!important;
    margin-right: 10px!important;
}

.comment-content {
    font-family: Mulish;
    font-size: 16px;
    line-height: 143%;
    color: #47566F;
}

.comment-body {
    margin-bottom: 20px!important;
}

.commentlist .comment.byuser > article {
    background-color: #F5F7F8;
    border-radius: 4px;
    padding: 40px!important;
    padding-left: 40px!important;
    padding-right: 40px!important;
}

.comment_date {
    font-family: Mulish;
    font-size: 14px;
    line-height: 140%;
    color: #6F7E97!important;
}

.et_pb_post_content > .et-l > .et_builder_inner_content > .et_pb_section {
    padding-top: 0;
}

.header_article_author a {
    color: #53B3B7!important;
    text-decoration: underline;
}

.header_article_author a:hover {
	color: #618FCB!important;
}

.category_vignette {
    z-index: 2;
}

@media (max-width: 980px){
    .category_vignette {
        margin-top: .6rem;
    }
}
.category_vignette .category_value {
    border-radius: 100px;
    padding: 5px 15px;
    font-family: Mulish;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.et_pb_title_meta_container, .category_vignette {
    font-family: Mulish;
    font-size: 14px;
    color: #6F7E97!important;
}

.published {
    text-transform: lowercase;
}

.breadcrumbs {
    padding-right: 1rem;
    padding-left: 1rem;
    color: white;
    font-family: Mulish;
    font-weight: bold;
    font-size: 14px;
}

.breadcrumbs a {
    color: white;
}

.breadcrumbs .current-item {
    color: #53B3B7;
}


.breadcrumbs strong {
    font-weight: bolder;
    font-family: Oswald, Impact, Arial;
    font-size: 1.2rem;
    vertical-align: bottom;
    margin: 0 5px;
}


.social_icon {
    margin-top: 1rem;
}

.social_icon a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #53B3B7;
    margin-right: 20px;
    transition: all .3s ease-in-out;
}

.social_icon a:hover {
    background-color: #618FCB;
}

#main-footer {
    background: linear-gradient(180deg, #1E2B5A 0%, #000D3C 100%);;
}

#footer-bottom {
    background: none;
    color: white!important;
}

#footer-info {
    float: none;
    text-align: center;
    font-family: Mulish;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 1rem;
}

#footer-info, #footer-info * {
    color: #618FCB!important;
}

.heart-icon::before {
    content: url(assets/svg/heart.svg);
    margin: 0 10px;
}

.mailpoet_form {
    display: flex;
    padding: 1rem 0!important;
}

.mailpoet_form .mailpoet_text {
    padding: 1rem 2rem!important;
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    border: 1px solid transparent;
}

.mailpoet_paragraph:first-of-type{
    margin-right: 1rem;
}

.mailpoet_form .mailpoet_submit {
    padding: 1rem!important;
    background-color: #53B3B7!important;
    border-radius: 0px 100px 100px 0px;
    border: 1px solid #53B3B7;
    color: white;
    cursor: pointer;
    border-color: #53B3B7!important;
    font-family: Mulish;
    font-weight: bold;
    font-size: 16px;
	white-space: nowrap!important;
}

.mailpoet_form .mailpoet_submit:hover {
    background-color: #1C4375!important;
    border-color: #1C4375!important;
}

.mailpoet_form .mailpoet_text[type="email"] {
    border-radius: 100px 0px 0px 100px;
    width: auto!important;
}

.mailpoet_form .mailpoet_text:focus {
    border-color: #53B3B7!important;
}

.mailpoet_message {
    width: 100%;
}

.parsley-required, .parsley-custom-error-message {
    color: #b94a48;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    color: green;
}

.newsletter-image::before {
    content: url(assets/svg/plane-newsletter.svg);
    position: absolute;
    left: -136px;
    top: -37px;
}
.newsletter-image img {
    width: 90%;
}

@media (max-width: 743px){
    .mailpoet_form {
        flex-direction: column;
        align-items: flex-start!important;
    }

    .mailpoet_text, .mailpoet_submit {
        border-radius: 100px!important;
    }

    .mailpoet_text, .mailpoet_paragraph, .mailpoet_form,.mailpoet_form .mailpoet_text[type="email"] {
        width: 100%!important;
    }
}

.et-search-form {
    display: flex;
    align-items: center;
}

.et-search-field {
    text-transform: initial!important;
    max-height: 50px;
    border-radius: 100px;
    padding: 1rem 2rem!important;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    font-size: 16px!important;
}

.et-search-field:focus {
    border: 1px solid #53B3B7!important;
    border-color: #53B3B7!important;
}

.mobile-displayed button {
    background-color: transparent;
    border: 0;
}

@media (min-width: 981px){
    .mobile-displayed {
        display: none!important;
    }

}

@media (max-width: 981px){
    .mobile-displayed * {
        position: static!important;
    }


    #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item.mobile-displayed form {
        width: 100%!important;
        max-width: 100%!important;
    }

    .mobile-displayed {
        padding: 10px 5%;
    }

    .mobile-displayed form button {
        padding: 0!important;
    }
    .mobile-displayed form button #et_search_icon_mobile::before {
        border-radius: 0 100px 100px 0;
        height: 50px!important;
        width: 50px!important;
        padding: 0!important;
    }

    .mobile-displayed #et_top_search_mobile {
        width: auto;
    }

    .mobile-displayed form input[type="search"] {
        border-radius: 100px 0 0 100px;
    }

    .newsletter-image img {
        width: 60%;
        align-self: center;
    }

    .newsletter-image .et_pb_image_wrap {
        display: flex;
        justify-content: flex-end;
    }

    .newsletter-image {
        margin-top: -70px;
    }

    .newsletter-image::before {
		left: -45px;
		top: -54px;
		transform: rotate(-19deg) scale(0.8);
    }
}

@media (max-width: 981px){
    .plane-svg svg {
        width: 70%;
        height: auto;
    }
}


.cat-img {
    width: 150px;
    position: absolute;
    right: 0;
    bottom: -110px;
}

@media (max-width: 981px){
    .cat-img {
        position: static;
    }
}

.textwidget {
    color: #89B7F3;
}

.menu-footer-container * {
    color: #53B3B7!important;
}

.menu-footer-container li::before {
    display: none;
}

.menu-footer-container a {
    transition: all .3s ease-in-out;
    font-family: Mulish;
    font-weight: bold;
    font-size: 16px;
}

.menu-footer-container a:hover {
    color: #618FCB!important;
}

@media (max-width: 981px){
    #footer-widgets, .footer-widget {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footer-widgets li {
        padding-left: 0!important;
    }

    #footer-widgets * {
        text-align: center;
    }

    .footer-widget img {
        width: 70%;
    }

    .footer-widget:last-child {
        display: none;
    }

    #footer-widgets .footer-widget:nth-child(3){
        margin-bottom: 0!important;
    }
    .heart-icon::before {
        margin: 0 0 0 10px;
    }

    #footer-info a {
        display: block;
    }
}

a {
    color: #53B3B7;
}

a:hover {
    color: #618FCB;
}

.instagram-block a {
    text-transform: lowercase!important;
}

.instagram-block a::before {
    content: url(assets/svg/instagram.svg);
    margin: 0 10px;
    vertical-align: middle;
}

.instagram-image .et_pb_code {
    width: 20vw;
    height: 20vw;
    background-position: center;
    background-size: cover;
	margin: 0!important;
}

.instagram-image .et_pb_column {
    margin-right: 0!important;
    width: auto!important;
    margin-bottom: 0!important;
	flex: 1;
}

/* Problème de ligne blanche sur le caroussel instagram */ 

.instagram-image img {
content-visibility: visible!important
}

/* Fin problème de ligne blanche sur le caroussel instagram */ 


.instagram-image {
    display: flex;
	flex-wrap: nowrap!important;
}


@media (max-width: 981px){
    .category-accroche .et_pb_row{
        width: 100%!important;
    }
}

.fil-ariane > .et_pb_column {
    display: flex;
    justify-content: center;
}

.fil-ariane > .et_pb_column > * {
    max-width: 1440px!important;
    width: 100%!important;
}

.fil-ariane {
    position: absolute;
    bottom: 0;
    width: 100vw;
    max-width: none!important;
    background-color: rgba(0,0,0,.2);
    margin: 0!important;
}


@media (max-width: 981px){
    .et_pb_column .et_pb_module.cat-article{
        margin-left: 0!important;
    }
}

.a-propos-section {
    z-index: 2;
}


.a-propos-section .et_pb_row::before {
    content: url(assets/svg/plane-author.svg);
    position: absolute;
    right: -200px;
    bottom: 0;
}

@media (max-width: 981px) {

    .a-propos-section .et_pb_row::before {
        right: initial;
        bottom: -170px;
        top: inherit;
        transform: scale(0.9);
        display: block;
    }
    .a-propos-section {
        margin-bottom: 70px;
        margin-top: 70px;
    }

    .a-propos-banner > div {
        margin-bottom: 0!important;
    }

    .a-propos-banner .et_pb_text:first-child {
        margin-bottom: 4px!important;
    }
    #comment-wrap .commentlist, #comment-wrap .page_title#comments {
        padding: 0 5px!important;
    }
}

@media (max-width: 781px){
    #commentform {
        padding: 2rem!important;
    }

    #respond #commentform > p {
        margin-bottom: 5px!important;
    }
    #respond #commentform > p, #respond #commentform > p * {
        width: 100%!important;
        float: none!important;
    }

    #respond #commentform .form-submit {
        width: auto!important;
    }

    #respond #commentform .form-submit button {
        width: auto!important;
    }

    .comment-form-cookies-consent label {
        align-items: flex-start!important;
    }

    #comment-wrap li.comment.byuser > article {
        padding-left: 15px!important;
        padding-right: 15px!important;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }

    .comment-section {
        margin-bottom: 0!important;
        padding-bottom: 0!important;
    }

    #footer-info {
        display: flex;
        flex-direction: column;
    }

    #footer-info .footer-info-elem:nth-child(2){
        display: none;
    }
}


.thrv_text_element a {
    color: inherit;
    border-bottom: 2px solid #53B3B7;
    background-color: transparent;
    transition: all .3s ease-in-out;
}
.thrv_text_element a:hover {
    background-color: #53B3B7;
    color: white;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    border:none;
}

.wpcf7-form input[type=submit] {
    display: block;
    margin: 0 auto;
}

.wpcf7-form > div {
    margin-bottom: 2rem;
}

.wpcf7-form label {
    font-size: 1.2rem;
    font-family: Mulish;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.et_pb_title_meta_container {
    border-bottom: 1px solid #ECF0F2;
    padding-bottom: 20px!important;
}

.entry-title {
    padding-bottom: 1rem!important;
}

.a-propos-section {
    margin-bottom: 0!important;
}

.a-propos-section::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 65%;
    background-color: #F5F7F8;
    top: 17%;
    left: 0;
    z-index:-1;
}

.interesser-container {
    padding-top: 0!important;
}

@media (max-width: 980px) {
    .a-propos-banner {
        flex-direction: column;
    }

    .a-propos-section::after {
        height: 100%;
    }

    .et_pb_row .et_pb_column .cat-article {
        max-width: 100%!important;
        border-bottom: 1px solid #ECF0F2;
        margin-bottom: 1.5rem!important;
        padding-bottom: 1.5rem;
    }

    .et_pb_title_meta_container {
        border: none;
        padding-bottom:0!important;
    }
}

.single-post .et_pb_section_0_tb_body:before {
	    background: linear-gradient(180deg,#cccccca3 6.63%,rgba(255,255,255,0) 34.19%),linear-gradient(0deg,rgba(0,0,0,0.238) 2.13%,rgba(0,0,0,0) 52.5%)!important;
}

.interesser-container:before {
	content: "";
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #F5F7F8;
}

.thrv_text_element h2 {margin: 15px 0;}

.thrv_text_element h3 {color: #53B3B7!important}

.byuser .comment_postinfo .fn:before {
    content: "";
    background-image: url(assets/badge-facebook.png);
    height: 15px;
    width: 15px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}


.header_article_banner * {
    color: white!important
}

.header_article_infos {
    display: flex;
}

.header_article_infos .separator {
    margin: 0 5px;
}

.header_article_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_article_infos * {
    color: #B1A8A2;
    font-size: 14px;
    line-height: 140%;
}

.header_article_category {
    background-color: #71C7C2;
    padding: 5px 15px;
    border-radius: 100px;
    color: white;
    font-family: Mulish, Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    display: inline-block;
}

.header_article {
    border-bottom: 1px solid #ECF0F2;
    padding-bottom: 20px;
}

.header_article_title {
    margin-bottom: 20px;
}

@media (max-width: 781px){
    .header_article_data {
        flex-direction: column;
        align-items: flex-start;
    }

    .header_article_infos {
        margin-bottom: 10px;
    }
}

.mailpoet-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.mailpoet-screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  right: 5px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Tableaux Thrive Architect */

/* alternance de couleur entre les rangées */
.thrv_table.alternatecolor tbody tr:nth-child(even) {
	background-color: rgb(254,247,239) !important;
}

/* couleur mauve */
.thrv_table.pop1-c2 tbody tr td:nth-child(2),
.thrv_table.pop1-c3 tbody tr td:nth-child(3),
.thrv_table.pop1-c4 tbody tr td:nth-child(4) {
	background-color: #E8F7E9 !important;
}

/* couleur bleue */
.thrv_table.pop2-c2 tbody tr td:nth-child(2),
.thrv_table.pop2-c3 tbody tr td:nth-child(3),
.thrv_table.pop2-c4 tbody tr td:nth-child(4) {
	background-color: #91C0D8 !important;
}

/* couleur mauve header */
.thrv_table.pop1-c2 thead tr th:nth-child(2),
.thrv_table.pop1-c3 thead tr th:nth-child(3),
.thrv_table.pop1-c4 thead tr th:nth-child(4) {
	background-color: #E8F7E9 !important;
}

/* couleur bleue header */
.thrv_table.pop2-c2 thead tr th:nth-child(2),
.thrv_table.pop2-c3 thead tr th:nth-child(3),
.thrv_table.pop2-c4 thead tr th:nth-child(4) {
	background-color: #91C0D8 !important;
}

/* couleur texte header */
.thrv_table.colorheader thead tr th font{
	color: rgb(102, 102, 102) !important;
}

/* hover à la souris d'une ligne */
.thrv_table.linehover tbody .tve_table_row:hover {
    background-color: #f3f3f3 !important;
}

/* bordure pour les rangées */
.thrv_table.bordure .tve_table_row th, 
.thrv_table.bordure .tve_table_row td {
    border-bottom: 1px solid #ddd!important;
}

.yasr-small-block-bold {
    color: #3a963d;
}