@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=La+Belle+Aurore&display=swap');

:root {
    --color-white: white;
    --color-light-green: #BCCCC5;
    --color-deep-green: #718B80;
}

.site-wrapper {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 12px;
    width: 100vw;
}

.site-content {
    width: 100vw;
}

.site-content section {
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.site-content section .section-content {
    width: 1058px;
}

.section-content {
    display: flex;
}

.section-content .left-content {
    flex: 0 0 641px;
}

.section-content .right-content {
    flex: 0 0 416px;
    position: relative;
}

.section-content .text-content {
    padding: 30px;
    line-height: 22px;
}

.text-content.text-center {
    text-align: center;
}

.text-content p:not(:last-child) {
    margin-bottom: 15px;
}

.text-content p b {
    font-weight: bold;
}

.text-content.cadre {
    margin-top: 20px;
    background: var(--color-white);
    opacity: .9;
    line-height: 20px;
    padding: 20px;
    color: var(--color-deep-green);
}

.text-content.cadre p:not(:last-child) {
    margin-bottom: 10px;
}

.en .text-content.cadre p:not(:last-child) {
    margin-bottom: 20px;
}

h2 {
    color: var(--color-deep-green);
    font-size: 45px;
    padding: 31px 30px 32px;
    width: calc(100% + 1px);
}

h3 {
    color: var(--color-deep-green);
    font-size: 30px;
    padding: 10px 0 20px;
}

h4 {
    color: var(--color-white);
    font-size: 22px;
    padding: 10px 0;
    font-weight: bold;
    font-family: 'Inter', Arial, Helvetica, sans-serif;;
}

nav {
    width: 1058px;
}

footer {
    width: 100%;
    background: var(--color-white);
    text-align: center;
    font-size: 12px;
    color: var(--color-deep-green);
    padding: 12px 0;
}

#publications {
    background-color: var(--color-light-green);
}

.section-content.header {
    flex-direction: column;
}

.section-content.content-publication {
    flex-direction: column;
    background-color: var(--color-light-green);
}

.section-content.hypnose {
    background: var(--color-deep-green);
    margin-top: -108px;
}

.section-content.hypnose h2 {
    background: var(--color-white);
}

.section-content.hypnose .left-content .text-content {
    margin: 32px 0;
    font-size: 16px;
    line-height: 28px;
}

.section-content.hypnose .text-content {
    color: var(--color-white);
}

.section-content.hypnose .right-content img {
    width: 417px;
    position: absolute;
    bottom: 0;
}

.section-content.services .left-content {
    position: relative;
}

.section-content.services .right-content {
    margin-top: 40px;
}

.section-content.services .left-content img {
    position: absolute;
    width: 1019px;
}

.en .section-content.services .left-content img {
    position: absolute;
    width: 1019px;
    height: 875px;
    object-fit: cover;
}

.section-content.techniques {
    flex-direction: column;
    margin-top: 80px;
    color: white;
}

.section-content.techniques H3 {
    color: white;
}

.section-content.techniques .techniques-details {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.section-content.techniques .technique {
    width: 225px;
    line-height: 20px;
}

.section-content.techniques .technique img {
    width: 66px;
}

.technique h4 {
    height: 45px;
}

.section-content.bio {
    padding: 45px 0;
    color: var(--color-deep-green);
    line-height: 22px;
}

.section-content.bio .portrait {
    height: 450px;
}

.section-content.bio .bio-content img {
    padding-left: 30px;
}

.section-content.contact {
    padding: 50px 0;
    flex-direction: column;
}

.section-content.contact h3 {
    color: var(--color-white);
}

.section-content.contact .contacts-wrapper {
    display: flex;
}

.section-content.contact .appointment {
    width: 50%;
}

.section-content.contact form .field {
    display: flex;
    margin-top: 16px;
    align-items: center;
}

.buttons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.appointment .button {
    display: inline-block;
    margin-left: 91px;
    text-align: center;
}

.or-wrapper {
    width: 288px;
    border-bottom: 1px solid var(--color-light-green);
    margin: 30px 0 30px 85px;
    position: relative;
    justify-self: center;
}

.en .or-wrapper {
    width: 247px;
    margin: 30px 0 30px 80px;
}

.or-wrapper span {
    position: absolute;
    top: -7px;
    background: var(--color-deep-green);
    padding: 0 5px;
    left: 32px;
    font-size: 16px;
    color: var(--color-light-green);
}

.appointment .button,
form .button {
    background: var(--color-light-green);
    color: var(--color-deep-green);
    text-decoration: none;
    padding: 24px 30px;
    text-transform: uppercase;
    display: block;
    border: 0;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    margin-top: 16px;
    cursor: pointer;
}

.appointment .button:hover,
form .button:hover {
    background: var(--color-white);
}

.field label {
    width: 96px;
    color: var(--color-white);
}

.field label.top {
    padding-top: 16px;
    align-self: baseline;
}

.field input,
.field textarea {
    width: 433px;
    border: none;
    border-radius: 0;
    padding: 12px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    color: var(--color-deep-green);
}

.contact-adresses {
    width: 50%;
    display: flex;
    justify-content: center;
}

.contact-adresses .adresses {
    margin-left: 50px;
    margin-top: 10px;
}

.contact-adresses .adresses img.logo {
    width: 285px;
}

.contact-adresses .adresses h4 {
    font-weight: normal;
}

.contacts-details {
    margin: 20px 0;
}

.contacts-details .contact {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.contacts-details .contact span {
    padding-left: 12px;
    font-size: 14px;
    color: var(--color-white);
}

.contacts-details .contact.adresse {
    font-size: 14px;
    color: var(--color-white);
    font-weight: bold;
}

.contacts-details .contact span b {
    font-weight: bold;
}

.contact-adresses .adresses a {
    color: var(--color-white);
    text-decoration: underline;
    font-size: 14px;
    display: block;
    margin: 6px 0;
}

.publications-caroussel {
    margin-bottom: 40px;
}

.publications-caroussel li {
    width: 100%;
    display: flex;
    justify-content: center;
}

.publications-caroussel li a {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
}

.publications-caroussel li a img {
    height: 315px;
}

.publications-caroussel li a .site-title {
    color: white;
    font-weight: bold;
    font-size: 22px;
    margin-top: 15px;
}

.publications-caroussel li a .article-title {
    color: white;
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
}

.home {
    background: var(--color-white);
}

.hypnoses-services {
    background: var(--color-light-green);
}

.techniques {
    background: var(--color-deep-green);
}

.bio {
    background: var(--color-white);
}

.contact {
    background: var(--color-deep-green);
}

footer {
    background: var(--color-white);
}

nav {
    display: flex;
    text-transform: uppercase;
    justify-content: end;
    margin: 0 auto;
}

nav .button {
    background: var(--color-deep-green);
    color: var(--color-white);
    text-decoration: none;
    padding: 24px 30px;
    margin-left: 12px;
    transition: all linear .2s;
    text-align: center;
}

nav .button:hover {
    background-color: var(--color-light-green);
    color: var(--color-deep-green);
}

nav .link {
    background: var(--color-white);
    color: var(--color-deep-green);
    text-decoration: none;
    padding: 24px 5px 22px;
    margin-left: 12px;
    transition: all linear .2s;
}

nav .link:hover {
    font-weight: bold;
}

nav .link.active {
    border-bottom: 2px solid var(--color-deep-green);
    font-weight: 700;
}

.logo {
    width: 300px;
    margin-top: 50px;
}

.logo img {
    width: 300px;
}

.portrait-subtitle img {
    width: 138px;
}

.titraille {
    display: flex;
    margin: 80px 0 200px;
    background: var(--color-deep-green);
    padding: 70px 25px;
}

.citation,
.small-bio {
    flex: 1 0 50%;
}

.citation {
    position: relative;
}

.citation .big {
    background: url('./../images/quote-big.png') 100%;
    width: 54px;
    height: 40.5px;
    position: absolute;
    left: -10px;
    background-size: contain;
    top: -5px;
}

.citation .small {
    background: url('./../images/quote-small.png') 100%;
    width: 41px;
    height: 31px;
    position: absolute;
    bottom: 80px;
    right: 150px;
    background-size: contain;
}

.citation .calligraphy {
    font-size: 50px;
    line-height: 57px;
    padding-left: 50px;
    font-family: "La Belle Aurore", cursive;
    font-weight: 400;
    color: var(--color-white);
}

.citation .auteur {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--color-white);
    padding-left: 45px;
    padding-top: 15px;
}

.small-bio {
    margin-left: 30px;
}

.portrait-subtitle {
    display: flex;
    align-items: center;
}

.portrait-subtitle h1 {
    color: var(--color-white);
    font-size: 22px;
    padding-left: 24px;
    line-height: 27px;
}

.questions {
    margin-top: 24px;
}

.questions ul,
.questions p {
    color: var(--color-white);
    line-height: 20px;
    font-size: 12px;
}

.questions ul {
    list-style: inside;
    list-style-type: disc;
    margin-bottom: 15px;
}

.questions ul li {
    margin-bottom: 5px;
}

.questions p {
    font-weight: bold;
}

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

    nav .button {
        padding: 24px 10px;
    }

    html, body {
        overflow-x: hidden;
      }
      body {
        position: relative
      }

    body {
        box-sizing: border-box;
    }

    nav {
        width: 100%;
        margin-left: -15px;
    }

    .portrait-subtitle h1 {
        font-size: 16px;
    }

    .portrait-subtitle img {
        width: 139px;
        height: 139px;
    }

    .site-content section .section-content {
        width: 100%;
        box-sizing: border-box;
    }

    .logo {
        margin: 50px auto 0;
    }

    .titraille {
        flex-direction: column;
        margin: 0;
    }

    .citation .small {
        right: 35px;
    }

    .small-bio {
        margin-top: 50px;
    }

    .section-content.hypnose {
        margin-top: 0;
    }

    .section-content {
        flex-direction: column;
    }

    .section-content .left-content {
        flex: 0 0 100%;
    }

    img {
        width: 100%;
    }

    .section-content.hypnose .left-content .text-content {
        margin: 0;
        font-size: 12px;
        line-height: 22px;
    }

    .section-content.services .left-content img {
        position: static;
    }

    .section-content.services .right-content {
        margin-top: 0;
    }

    .text-content.cadre {
        margin-top: 0;
    }

    .section-content.techniques {
        margin-top: 0;
        padding: 20px;
    }

    .section-content.techniques .techniques-details {
        flex-direction: column;
    }

    .section-content.techniques .technique {
        width: 100%;
        margin-bottom: 40px;
    }

    .technique img {
        width: 10%;
    }

    .section-content.techniques .text-content {
        padding: 20px 0;
    }

    .section-content.techniques H3 {
        padding: 20px;
    }

    .section-content.bio {
        padding: 0;
    }

    .section-content.bio .portrait {
        height: auto;
    }

    .section-content.bio .bio-content img {
        padding: 0;
    }

    .section-content.bio .bio-content {
        padding: 30px;
    }

    .bio-content .text-content {
        padding: 0;
    }

    .section-content.contact {
        padding: 30px;
    }

    .section-content.contact .contacts-wrapper {
        flex-direction: column;
    }

    .section-content.contact .appointment {
        width: 100%;
    }

    .field input, .field textarea {
        flex: 1 0 auto;
        width: auto;
    }

    .field label {
        flex: 0 0 96px;
    }

    .contact-adresses {
        width: 100%;
        margin-top: 30px;
    }

    .contacts-details .contact img {
        width: 30px;
    }

    .en .section-content.services .left-content img {
        height: auto;
    }

    .en .section-content.services .left-content img,
    .section-content.services .left-content img {
        position: static;
        width: 100%;
    }

    h2 {
        font-size: 36px;
    }

    .site-content section .section-content.hypnose {
        flex-direction: column-reverse;
    }

    .section-content.hypnose .right-content img {
        position: relative;
    }

    .section-content.hypnose .left-content {
        flex-direction: column-reverse;
        display: flex;
    }

    .citation .calligraphy {
        font-size: 41px;
    }

    .technique h4 {
        height: auto;
    }

    .contact-adresses .adresses {
        margin-left: 0;
        width: 300px;
    }
}
