/* OVERRIDE TARTEAUCITRON */
#tarteaucitron #tarteaucitronInfo a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
}

#tarteaucitronDisclaimerAlert .custom-p a {
    color: #000;
    text-decoration: none;
}


/* SITE STYLE */
body.body0 {
    margin-top: 0;
    padding: 0;
    border-collapse: collapse;
}

span.spanbold {
    font-weight: bold;
}

span.spanunderline {
    text-decoration: underline;
}

span.spanitalic {
    font-style: italic;
}

span.spanetoile {
    font-weight: bold;
    color: #0000ff;
}

a.lien01 {
    color: #000000;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-style: italic;
    font-size: 10pt;
    text-align: left;
    letter-spacing: 2px;
}

a.lien01:hover {
    color: #000000;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-style: italic;
    font-size: 10pt;
    text-align: left;
    letter-spacing: 2px;
}

a.lien02 {
    color: #000000;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

a.lien02:hover {
    color: #1b80b3;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

h1.h101 {
    color: #1b80b3;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-style: normal;
    font-size: 12pt;
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
}

h1.h102 {
    color: #1b80b3;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-style: normal;
    font-size: 16pt;
    text-align: center;
    letter-spacing: 4px;
    font-weight: normal;
}

h2.h201 {
    color: #1b80b3;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-style: italic;
    font-size: 10pt;
    text-align: left;
    letter-spacing: 2px;
    font-weight: bold;
}

h2.h202 {
    color: #1b80b3;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 14pt;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
}

td.td00 {
    color: #1b80b3;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 26pt;
    text-align: center;
    letter-spacing: 2px;
}

td.td01 {
    color: #000000;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 15pt;
    text-align: center;
    letter-spacing: 2px;
}

td.td02 {
    color: #ffffff;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 14pt;
    text-align: center;
    letter-spacing: 1px;
}

td.td03 {
    color: #000000;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 9pt;
    text-align: right;
}

td.td04 {
    color: #000000;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 12pt;
    text-align: left;
}

td.td05 {
    color: #000000;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 10pt;
    text-align: left;
    font-weight: bold;
}

td.td06 {
    color: #000000;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 11pt;
    text-align: left;
    line-height: 12pt;
}

td.td07 {
    color: #000000;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 10pt;
    text-align: justify;
}

td.td08 {
    color: #222222;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 8pt;
    text-align: justify;
}

td.td09 {
    color: #243349;
    text-decoration: none;
    font-family: calibri, sans-serif;
    font-size: 20pt;
    text-align: left;
    letter-spacing: 0;
    font-weight: normal;
}

td.td10 {
    color: #484848;
    text-decoration: none;
    font-family: calibri, sans-serif;
    font-size: 18pt;
    text-align: left;
    letter-spacing: 1px;
}

td.td11 {
    color: #484848;
    text-decoration: none;
    font-family: calibri, sans-serif;
    font-size: 10pt;
    text-align: left;
    letter-spacing: 1px;
}

td.td12 {
    color: #ffffff;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 11pt;
    text-align: center;
}

td.td13 {
    color: #ffffff;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 14pt;
    text-align: left;
    letter-spacing: 1px;
}

td.td14 {
    color: #000000;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 12.5pt;
    text-align: center;
    letter-spacing: 2px;
}

td.td15 {
    color: #ff0000;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 11pt;
    text-align: center;
}

/* # Global ::
------------------------------------*/

/* -- Variables --- */

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-sushi: #81bb32;
    --color-sushi-two: #80bb32;
    --color-green-leaf: #53880b;
    --color-feta: #eaf8d6;
    --color-mercury: #e6e6e6;
    --color-chambray: #315c81;
}

p {
    margin: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* -- Main --- */

/* Grid */

.grid {
    display: grid;
}

.grid.gtc-1 {
    grid-template-columns: 130px 1fr;
}

.grid.gtc-2 {
    grid-template-columns: repeat(3, 1fr);
}

.grid.gtc-3 {
    grid-template-columns: repeat(4, 1fr);
}

.grid.gcg-1 {
    grid-column-gap: 8px;
}

.mgb-1 {
    margin-bottom: 15px;
}

/* btn */

.btn-style-one {
    font-size: 42px;
    line-height: 42px;
    color: var(--color-white);
    font-family: 'BarlowSemiCondensed-SemiBold';
    background-image: url('../img/arrow-next.png');
    background-repeat: no-repeat;
    background-position: right 73%;
    background-size: 39px auto;
    padding-right: 45px;
}

.btn-style-one:hover {
    color: var(--color-white);
}

/* -- Header --- */

header .header-area {
    border-bottom: 3px solid var(--color-sushi);
    padding: 55px 40px 35px;
    margin: 0 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    display: block;
    width: 481px; /*240px;*/
    height: 77px; /*40px;*/
}

header .logo img {
    width: 100%;
}

header .header-area .header-description {
    width: 565px;
    text-align: center;
}

header .header-area .header-description p {
    font-size: 31px;
    line-height: 40px;
    color: var(--color-black);
    font-family: 'KaiseiOpti-Bold';
}

header .header-area .header-description p span {
    color: var(--color-sushi);
}

/* -- Entete Area --- */

.entete-area {
    margin: 0 0 28px;
}

.entete-area .entete-desc {
    padding: 0 0 0 40px;
}

.entete-area .entete-desc p {
    font-size: 76px;
    line-height: 87px;
    color: var(--color-black);
    font-family: 'BarlowSemiCondensed-SemiBold';
}

.entete-area .entete-desc p span {
    font-size: 93px;
    color: var(--color-sushi-two);
    display: block;
}


/* -- Section Form Area --- */

.section-form-area {
    margin: 0 0 50px;
}

.section-form-area::after {
    content: '';
    display: table;
    clear: both;
}

.section-form-area .section-form-blc-one {
    float: right;
}

.section-form-area .section-form-blc-two {
    margin: 0 725px 0 0;
    height: 578px;
}

.section-form-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    overflow: hidden;
}

.section-form-img img {
    width: 100%;
}

/* -- Section Two Description --- */

.section-two_description {
    margin: 0 0 73px;
}

.section-two_description .section-two_desc-area {
    margin: 0 0 20px;
    padding: 0 0 0 80px;
}

.section-two_description .section-two_desc-area p {
    color: var(--color-black);
}

.section-two_description .section-two_desc-area p:nth-child(1) {
    font-family: 'KaiseiOpti-Bold';
    font-size: 43px;
    line-height: 43px;
    margin: 0 0 10px;
}

.section-two_description .section-two_desc-area p:nth-child(2) {
    font-family: 'KaiseiOpti-Regular';
    font-size: 36px;
    line-height: 46px;
}

.section-two_description .section-two_desc-list {
    padding: 0 0 0 80px;
}

.section-two_description .section-two_desc-list li {
    background-image: url('../img/arrow-next-black.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px auto;
    padding: 3px 0 3px 24px;
}

.section-two_description .section-two_desc-list li:not(:last-child) {
    margin: 0 0 3px;
}

.section-two_description .section-two_desc-list li p {
    font-size: 24px;
    line-height: 24px;
    color: var(--color-black);
    font-family: 'BarlowSemiCondensed-SemiBold';
}

/* -- Temoignage One Area --- */

.temoignage-one-area {
    margin: 0 0 55px;
    position: relative;
}

.temoignage-one-area::after {
    content: '';
    display: table;
    clear: both;
}

.temoignage-one-area .temoignage-one-img {
    width: 67%; /*540px*/
    /* height: 315px; */
    float: right;
    position: relative;
}

.temoignage-one-area .temoignage-one-img img {
    width: 100%;
}

.temoignage-one-area .temoignage-one-desc {
    position: absolute;
    top: 120px;
    left: -320px;
    background-color: var(--color-green-leaf);
    width: 100%;
    height: 310px; /*177px;*/
    padding: 58px 70px 60px 87px; /*40px 60px;*/
}

.temoignage-one-area .temoignage-one-desc p {
    font-size: 25px;
    line-height: 32px;
    color: var(--color-white);
    font-family: 'BarlowSemiCondensed-Regular';
    margin: 0 0 6px;
}

.temoignage-one-area .temoignage-one-desc p strong {
    font-family: 'BarlowSemiCondensed-SemiBold';
}

.temoignage-one-area .temoignage-one-desc .author {
    display: block;
    text-align: right;
    font-size: 24px;
    line-height: 24px;
    color: var(--color-white);
    font-family: 'BarlowSemiCondensed-SemiBold';
    font-style: italic;
}

/* -- Temoignage Two Area --- */
.section-three {
    margin: 0 0 33px;
}

.section-three .container {
    padding-bottom: 35px;
    border-bottom: 5px solid var(--color-sushi);
}

.temoignage-two-area {
    padding: 55px 84px 0 0;
}

.temoignage-two-area::after {
    content: '';
    display: table;
    clear: both;
}

.temoignage-two-area .temoignage-two-blc {
    position: relative;
    width: 67%; /*453px;*/
    height: 557px;
    background-color: var(--color-feta);
    padding: 126px 52px 20px 30px;
    float: right;
}

.temoignage-two-area .temoignage-two-blc .temoignage-two-pub {
    position: absolute;
    top: -40px;
    left: -268px;
    /* width: 300px;
    height: 82px; */
    background-color: var(--color-white);
    border: 4px solid var(--color-feta);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 577px;
    height: 146px;
}

.temoignage-two-area .temoignage-two-blc .temoignage-two-pub img {
    width: 523px;
}

.temoignage-two-area .temoignage-two-blc .temoignage-author {
    width: 165px;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    float: left;
}

.temoignage-two-area .temoignage-two-blc .temoignage-author img {
    width: 100%;
}

.temoignage-two-area .temoignage-two-blc .temoignage-two-desc {
    margin: 0 0 0 200px;
}

.temoignage-two-area .temoignage-two-blc .temoignage-two-desc .title {
    font-size: 46px;
    line-height: 46px;
    color: var(--color-sushi);
    font-family: 'KaiseiOpti-Medium';
    position: relative;
    margin: 0 0 19px;
    padding: 0 0 24px;
}

.temoignage-two-area .temoignage-two-blc .temoignage-two-desc .title::after {
    content: '';
    display: block;
    width: 26px;
    height: 4px;
    background-color: var(--color-sushi);
    position: absolute;
    bottom: 0;
    left: 0;
}

.temoignage-two-area .temoignage-two-blc .temoignage-two-desc .sub-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--color-black);
    font-family: 'BarlowSemiCondensed-SemiBold';
    margin: 0 0 38px;
}

.temoignage-two-area .temoignage-two-blc .temoignage-two-desc p {
    font-size: 24px;
    line-height: 34px;
    color: var(--color-black);
    font-family: 'BarlowSemiCondensed-Regular';
    font-style: italic;
}

/* -- Our Partners Area --- */

.our-partners-area {
    margin: 0 0 35px;
}

.our-partners-area .our-partners-item .coach-partners-item_img {
    margin: 0 auto 40px;
}

.our-partners-area .our-partners-item .coach-partners-item_img.logo-Qualiopi {
    width: 245px;
    height: 62px;
    margin: 34px auto 38px;
}

.our-partners-area .our-partners-item .coach-partners-item_img.logo-fede {
    width: 192px;
    height: 115px;
    margin: 0 auto 18px;
}

.our-partners-area .our-partners-item .coach-partners-item_img.logo-datadock {
    width: 98px;
    height: 116px;
    margin: 0 auto 17px;
}

.our-partners-area .our-partners-item .coach-partners-item_img img {
    width: 100%;
}

.our-partners-area .our-partners-item .coach-partners-item_desc {
    padding: 0 40px;
}

.our-partners-area .our-partners-item .coach-partners-item_desc p {
    font-size: 16px;
    line-height: 18px;
    color: var(--color-black);
    font-family: 'BarlowSemiCondensed-Regular';
    text-align: center;
}

/* -- Form Area --- */

.form-area {
    padding: 12px 84px 12px 63px;
    background-color: var(--color-sushi-two);
    width: 725px;
    min-height: 566px;
}

.form-area form {
    margin: 0;
}

.form-area .form-area_title {
    font-size: 57px;
    line-height: 57px;
    color: var(--color-white);
    font-family: 'BarlowCondensed-Light';
    margin: 0 0 28px;
    padding: 0 0 11px;
    position: relative;
}

.form-area .form-area_title::after {
    content: '';
    display: block;
    width: 50px;
    height: 11px;
    background-color: var(--color-white);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.form-area .form-area_title span {
    font-family: 'BarlowSemiCondensed-SemiBold';
    display: block;
}

.form-area .select-style,
.form-area .input-style {
    border-radius: 0;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    color: var(--color-black);
    font-family: 'Barlow-Medium';
    height: 34px;
}

.form-area .select-style {
    cursor: pointer;
}

.form-area .input-style::-webkit-input-placeholder {
    color: var(--color-black);
    font-family: 'Barlow-Medium';
}

.form-area .input-style::-moz-placeholder {
    color: var(--color-black);
    font-family: 'Barlow-Medium';
}

.form-area .input-style:-ms-input-placeholder {
    color: var(--color-black);
    font-family: 'Barlow-Medium';
}

.form-area .input-style:-moz-placeholder {
    color: var(--color-black);
    font-family: 'Barlow-Medium';
}

.form-area .input-blc-style-2 {
    position: relative;
}

.form-area .input-blc-style-2 label {
    position: absolute;
    left: 11px;
    top: 4px;
    z-index: 1;
}

.form-area .input-blc-style-2 label::after {
    content: "*";
    color: var(--color-sushi);
}

.form-area .input-blc-style-2 input[required]:valid + label {
    display: none;
}

.politique-area {
    margin: 0 0 10px;
}

.politique-area span {
    font-size: 18px;
    line-height: 18px;
    color: var(--color-white);
    font-family: 'BarlowSemiCondensed-Regular';
}

.politique-area span:not(:nth-child(2)) {
    display: block;
    margin: 0 0 5px;
}

.politique-area a {
    font-size: 18px;
    line-height: 18px;
    color: var(--color-white);
    font-family: 'BarlowSemiCondensed-SemiBold';
    text-decoration: none;
}

.politique-area a:hover {
    text-decoration: underline;
}

/* -- Footer --- */

footer {
    background-color: var(--color-mercury);
    padding: 30px 40px;
}

footer .footer-adresse {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    justify-content: space-between;
}

footer .footer-adresse .footer-logo {
    width: 398px;
    height: 61px;
    margin: 0;
    display: block;
}

footer .footer-adresse .footer-logo img {
    width: 100%;
}

footer .footer-adresse p {
    font-size: 26px;
    line-height: 26px;
    color: var(--color-chambray);
    font-family: 'BarlowSemiCondensed-SemiBold';
    margin: 15px 0 0;
}

footer .footer-desc {
    text-align: center;
    padding: 0 200px;
}

footer .footer-desc p {
    font-size: 16px;
    line-height: 20px;
    color: var(--color-black);
    font-family: 'BarlowSemiCondensed-Regular';
}

footer .footer-desc .footer-desc-links a {
    font-size: 16px;
    line-height: 16px;
    color: var(--color-black);
    font-family: 'BarlowSemiCondensed-SemiBold';
    text-decoration: none;
}

footer .footer-desc .footer-desc-links a:hover {
    text-decoration: underline;
}

/* # $Mobile ::
------------------------------------*/

@media (max-width: 1450px) {
    header .header-area {
        padding: 44px 0 28px 32px;
    }
}

@media (max-width: 1382px) {
    header .logo {
        width: 385px;
        height: 62px;
    }

    header .header-area {
        margin: 0 0 20px;
    }

    header .header-area .header-description {
        width: 452px;
    }

    header .header-area .header-description p {
        font-size: 25px;
        line-height: 32px;
    }

    .entete-area .entete-desc {
        padding: 0 0 0 30px;
    }

    .entete-area .entete-desc p {
        font-size: 61px;
        line-height: 70px;
    }

    .entete-area .entete-desc p span {
        font-size: 75px;
    }

    .entete-area {
        margin: 0 0 23px;
    }

    .section-form-area {
        margin: 0 0 40px;
    }

    .form-area {
        padding: 10px 68px 10px 51px;
        width: 580px;
        min-height: 453px;
    }

    .form-area .form-area_title {
        font-size: 46px;
        line-height: 46px;
        margin: 0 0 23px;
        padding: 0 0 9px;
    }

    .form-area .form-area_title::after {
        width: 40px;
        height: 9px;
        bottom: -8px;
    }

    .politique-area span,
    .politique-area a {
        font-size: 15px;
        line-height: 15px;
    }

    .btn-style-one {
        font-size: 34px;
        line-height: 34px;
        background-position: right 73%;
        background-size: 32px auto;
        padding-right: 36px;
    }

    .section-form-area .section-form-blc-two {
        margin: 0 580px 0 0;
        height: 531px;
    }

    .section-two_description {
        margin: 0 0 59px;
    }

    .section-two_description .section-two_desc-area {
        margin: 0 0 16px;
        padding: 0 0 0 64px;
    }

    .section-two_description .section-two_desc-area p:nth-child(1) {
        font-size: 33px;
        line-height: 33px;
        margin: 0 0 8px;
    }

    .section-two_description .section-two_desc-area p:nth-child(2) {
        font-size: 29px;
        line-height: 39px;
    }

    .section-two_description .section-two_desc-list {
        padding: 0 0 0 64px;
    }

    .section-two_description .section-two_desc-list li {
        background-size: 15px auto;
        padding: 3px 0 3px 20px;
    }

    .section-two_description .section-two_desc-list li p {
        font-size: 20px;
        line-height: 20px;
    }

    .temoignage-one-area {
        margin: 0 0 44px;
    }

    .temoignage-one-area .temoignage-one-desc {
        top: 96px;
        left: -256px;
        height: 258px;
        padding: 47px 56px 48px 70px;
    }

    .temoignage-one-area .temoignage-one-desc p {
        font-size: 20px;
        line-height: 27px;
    }

    .temoignage-one-area .temoignage-one-desc .author {
        font-size: 20px;
        line-height: 20px;
    }

    .section-three {
        margin: 0 0 27px;
    }

    .temoignage-two-area {
        padding: 44px 68px 0 0;
    }

    .temoignage-two-area .temoignage-two-blc {
        height: 446px;
        padding: 100px 42px 16px 24px;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-two-pub {
        top: -32px;
        left: -215px;
        width: 462px;
        height: 117px;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-two-pub img {
        width: 419px;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-author {
        width: 132px;
        height: 132px;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-two-desc {
        margin: 0 0 0 160px;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-two-desc .title {
        font-size: 37px;
        line-height: 37px;
        margin: 0 0 15px;
        padding: 0 0 20px;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-two-desc .title::after {
        width: 21px;
        height: 3px;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-two-desc .sub-title {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 30px;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-two-desc p {
        font-size: 20px;
        line-height: 30px;
    }

    .our-partners-area {
        margin: 0 0 28px;
    }

    .our-partners-area .our-partners-item .coach-partners-item_desc {
        padding: 0 32px;
    }

    .our-partners-area .our-partners-item .coach-partners-item_desc p {
        font-size: 13px;
        line-height: 15px;
    }

    .our-partners-area .our-partners-item .coach-partners-item_img.logo-Qualiopi {
        width: 196px;
        height: 50px;
        margin: 28px auto 32px;
    }

    .our-partners-area .our-partners-item .coach-partners-item_img.logo-fede {
        width: 154px;
        height: 92px;
        margin: 0 auto 15px;
    }

    .our-partners-area .our-partners-item .coach-partners-item_img.logo-datadock {
        width: 79px;
        height: 93px;
        margin: 0 auto 15px;
    }

    footer {
        padding: 24px 32px;
    }

    footer .footer-adresse {
        margin: 0 0 24px;
    }

    footer .footer-adresse .footer-logo {
        width: 319px;
        height: 49px;
    }

    footer .footer-adresse p {
        font-size: 20px;
        line-height: 20px;
        margin: 12px 0 0;
    }

    footer .footer-desc {
        padding: 0 160px;
    }

    footer .footer-desc p {
        font-size: 13px;
        line-height: 17px;
    }

    footer .footer-desc .footer-desc-links a {
        font-size: 13px;
        line-height: 13px;
    }
}

@media (max-width: 1200px) {
    header .header-area {
        padding: 35px 0 23px 26px;
    }

    header .header-area {
        margin: 0 0 16px;
    }

    header .logo {
        width: 308px;
        height: 50px;
    }

    header .header-area .header-description {
        width: 362px;
    }

    header .header-area .header-description p {
        font-size: 20px;
        line-height: 27px;
    }

    .entete-area {
        margin: 0 0 19px;
    }

    .entete-area .entete-desc {
        padding: 0 0 0 24px;
    }

    .entete-area .entete-desc p {
        font-size: 49px;
        line-height: 56px;
    }

    .entete-area .entete-desc p span {
        font-size: 60px;
    }

    .section-form-area {
        margin: 0 0 32px;
    }

    .form-area {
        padding: 8px 55px 8px 40px;
        width: 464px;
        min-height: 363px;
    }

    .form-area .form-area_title {
        font-size: 33px;
        line-height: 33px;
        margin: 0 0 15px;
        padding: 0 0 7px;
    }

    .form-area .form-area_title::after {
        width: 32px;
        height: 7px;
        bottom: -7px;
    }

    .politique-area span, .politique-area a {
        font-size: 12px;
        line-height: 12px;
    }

    .btn-style-one {
        font-size: 27px;
        line-height: 27px;
        background-size: 26px auto;
        padding-right: 29px;
    }

    .section-form-area .section-form-blc-two {
        margin: 0 464px 0 0;
        height: 479px;
    }

    .temoignage-two-area .temoignage-two-blc {
        height: auto;
    }

    .temoignage-one-area .temoignage-one-desc {
        top: 58px;
    }
}

@media (max-width: 991px) {
    .section-form-area .section-form-blc-one {
        float: none;
    }

    .form-area {
        width: 100%;
        min-height: auto;
    }

    .section-form-area .section-form-blc-two {
        margin: 0;
        height: auto;
    }

    .section-form-img {
        height: 600px;
    }

    .section-two_description .section-two_desc-list {
        padding: 0;
    }

    .section-two_description .section-two_desc-area {
        padding: 0;
    }

    .temoignage-one-area .temoignage-one-img {
        float: none;
        width: 100%;
    }

    .temoignage-one-area .temoignage-one-desc {
        position: static;
    }

    .temoignage-two-area {
        padding: 30px 0 0 0;
    }

    .temoignage-two-area .temoignage-two-blc {
        width: 78%;
    }

    .our-partners-area.grid.gtc-2 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        grid-column-gap: 8px;
    }

    footer .footer-desc {
        padding: 0;
    }

    .entete-area .entete-desc {
        padding: 0;
    }
}

@media (max-width: 767px) {
    header .header-area {
        padding: 35px 0 23px 0;
    }

    header .logo {
        margin: 0 auto 35px;
    }

    .entete-area .entete-desc p {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .entete-area .entete-desc p span {
        font-size: 36px;
    }

    .section-form-img {
        height: 400px;
    }

    .section-two_description .section-two_desc-area p:nth-child(1) {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 7px;
    }

    .section-two_description .section-two_desc-area p:nth-child(2) {
        font-size: 20px;
        line-height: 26px;
    }

    .section-two_description .section-two_desc-list li p {
        font-size: 12px;
        line-height: 12px;
    }

    .section-two_description .section-two_desc-list li {
        background-size: 12px auto;
        padding: 3px 0 3px 18px;
    }

    .temoignage-one-area .temoignage-one-desc {
        padding: 20px;
        height: auto;
    }

    .temoignage-two-area .temoignage-two-blc {
        width: 100%;
        height: auto;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-two-pub {
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 100%;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-two-pub img {
        width: 96%;
    }

    .our-partners-area .our-partners-item .coach-partners-item_desc {
        padding: 0 10px;
    }

    .our-partners-area .our-partners-item .coach-partners-item_desc p {
        font-size: 12px;
        line-height: 15px;
    }

    footer .footer-adresse {
        display: block;
    }

    footer .footer-adresse .footer-logo {
        margin: 0 auto 15px;
    }

    footer .footer-adresse p {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
    }

    header .header-area {
        display: block;
    }

    .form-area .form-area_title {
        font-size: 23px;
        line-height: 23px;
        margin: 0 0 19px;
        padding: 0 0 7px;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-author {
        float: none;
        margin: 0 auto 24px;
    }

    .temoignage-two-area .temoignage-two-blc .temoignage-two-desc {
        margin: 0;
    }
}
