/*
 _______  ______   _______  _______  ______   _______    _______  ______   _______  _______  _______  _  _  _  _______  ______   _     _
(_______)(_____ \ (_______)(_______)(_____ \ (_______)  (_______)(_____ \ (_______)(_______)(_______)(_)(_)(_)(_______)(_____ \ (_)   | |
 _        _____) ) _____    _______   ____) ) _____      _____    _____) ) _______  _  _  _  _____    _  _  _  _     _  _____) ) _____| |
| |      |  __  / |  ___)  |  ___  | / ____/ |  ___)    |  ___)  |  __  / |  ___  || ||_|| ||  ___)  | || || || |   | ||  __  / |  _   _)
| |_____ | |  \ \ | |_____ | |   | || (_____ | |        | |      | |  \ \ | |   | || |   | || |_____ | || || || |___| || |  \ \ | |  \ \
 \______)|_|   |_||_______)|_|   |_||_______)|_|        |_|      |_|   |_||_|   |_||_|   |_||_______) \_____/  \_____/ |_|   |_||_|   \_)

Version 0.9.6.0
Date 02/01/2015
*/

/* ################################################################################################################																		     *
														IMPORTS
 *###############################################################################################################*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,800);
/*@import url("http://fonts.googleapis.com/css?family=Lato:300,400,900");*/

/*font-family: 'Open Sans', Arial, sans-serif;*/



/* ################################################################################################################																		     *
                                                                       <h2>Correction de manuscrits</h2>						BASICS
        *###############################################################################################################*/


html,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    width: 100vw;
    overflow-x: hidden;
    font-size: 15px;
    font-family: "Montserrat" !important;
    background: #ffffff;
    color: #7c8081;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.75em;
    /* margin: 83px 0px; */
}

body:not(#Page-Home) {
    background: transparent linear-gradient(180deg, #eaf0f8, #fff 300px) 0 0 no-repeat padding-box;

}



body.is-loading * {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

button {
    all: unset;
    cursor: pointer;
}

input,
select,
textarea {
    color: #2a444b;
    /* font-family: 'Lato', sans-serif; */
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.75em;
    color: #0f52aa;
    width: 155px;
    /* padding: 0 3px; */
    height: 42px;
    font-family: 'Montserrat';
    font-size: .91rem;
    font-weight: 500;
    background: #fff;
    border: 1px solid #d8e2ef;
    border-radius: 5px;
}

.centered {
    text-align: center !important;
}

.lefted {
    text-align: left !important;
}

.dark-blue {
    color: #023373 !important;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    color: #ffffff;
    text-decoration: none;
    /* border-bottom: dotted 1px; */
}

a:hover {
    /* border-bottom-color: transparent; */
    /* text-decoration: none; */
    /*color: #666; */
}

a:active,
a:focus {
    outline: 0;
}

a img {
    border: 0;
}


strong,
b {
    font-weight: 400;
}

p,
ul,
ol,
dl,
table,
blockquote {
    margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-weight: 300;
    line-height: 1.75em;
    margin-bottom: 1em;
    letter-spacing: normal !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
    border: 0;
}

h2 {
    font-size: 1.5em;
    letter-spacing: normal !important;
}

h3 {
    font-size: 1.15em;
    letter-spacing: 0.025em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border-top: solid 1px rgba(124, 128, 129, 0.2);
    border: 0;
    margin-bottom: 1.5em;
}

blockquote {
    border-left: solid 0.5em rgba(124, 128, 129, 0.2);
    font-style: italic;
    padding: 1em 0 1em 2em;
}

pre {
    margin: 10px;
    padding: 5px;
    background: #fafafa;
    border: 1px dashed #ebebeb;
    font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
    font-size: 12px;
}

/**
            * Lists
            */
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

dl {
    margin: 0;
    padding: 0;
}

dt {}

dd {}



/* ################################################################################################################																		     *
                                                               ELEMENTS
        *###############################################################################################################*/

/* Table */

table {
    width: 100%;
}

table.default {
    width: 100%;
}

table.default tbody tr {
    border-bottom: solid 1px rgba(124, 128, 129, 0.2);
}

table.default td {
    padding: 0.5em 1em 0.5em 1em;
}

table.default th {
    font-weight: 400;
    padding: 0.5em 1em 0.5em 1em;
    text-align: left;
}

table.default thead {
    background: #7c8081;
    color: #fff;
}

/* Calendar */

.ui-widget-header {
    border: none;
    background: #023373 !important;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #c5dbec;

    font-weight: bold;
    color: #2e6e9e;
}



/* Form */

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    /* border: solid 1px rgba(124, 128, 129, 0.2); */
    color: inherit;
    display: block;
    padding: 0.75em;
    text-decoration: none;
    width: 100%;
    outline: 0;
    /* border-right-width: 20px;
           border-right-style: solid; */
}

input {

    margin: 0;
    border: 1px solid #d8e2ef;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    line-height: 1em;

}

textarea#message {
    min-height: 180px;
}

.missingField label,
.invalidField label {
    color: #ec0001;
}

.missingField input,
.missingField textarea,
.missingField select,
.invalidField input,
.invalidField textarea,
.invalidField select {
    border-color: #ec0001;
}

.formErrors {
    margin: 0;
    padding: 10px 0 10px 0;
}

.formErrors li {
    list-style: none;
    margin: 0px 0 5px 0;
    line-height: 16px;
    color: #ec0001;
}

.red {
    color: #BF0449 !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #637bff;
}


#field-security {
    display: none !important;
}



/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
    font-family: 'Montserrat';
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px !important;
    background: #0D47A1;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background: rgb(171, 177, 185);
    background: linear-gradient(90deg, rgba(19, 81, 170, 1) 0%, rgba(106, 43, 121, 1) 50%, rgba(191, 7, 74, 1) 100%);
    font-size: 17px;
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.5s;
    opacity: 1;
    height: auto;
    width: auto;
}

.flex-row.param-form {
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#CoachingFormWrapper .param-form>p,
#CommanderFormWrapper .param-form>p {

    input,
    select {
        width: 200px;
    }
}

#CoachingFormWrapper .param-form>p,
#CommanderFormWrapper .param-form>p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* margin-right: 22px; */
    width: 200px;
}

.form-section {
    /* background: #fff; */
    /* box-shadow: 0 0 20px #00000017; */
    /* padding: 65px; */
    /* border-radius: 7px; */
    box-shadow: 0px 0px 19px 0px #0000001a;
    padding: 72px 100px;
    border-radius: 10px;
    margin: 30px 0;
}

p#field-email,
p#field-password {
    width: 90%;
    /* display: inline-block; */
}

#inscriptionForm p#field-email {
    width: 100%;
}

p,
u p#field-file input {
    width: 100%;
}

#field-nom {
    margin-right: 3.5%;
}

input#file {
    width: 100%;
}

p#field-file {
    display: flex;
    flex-direction: column;
}

/* input[type="button"]:hover,
       input[type="submit"]:hover,
       input[type="reset"]:hover,
       .button:hover {
           background: rgba(188, 202, 206, 0.15);
           border-color: inherit;
       } */



/* Google Map / Vcard */


#jGMapW {
    width: 700px;
    height: 400px;
    margin: 10px auto;
    border: 1px solid #ccc;
    background: #fafafa;
}

#jGMapW .geo {
    display: none;
}

#jGMap {
    width: 700px;
    height: 400px;
}

#Content .vcard p {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

#Content .vcard .adr .street-address {
    display: block;
}

#Content .vcard .tel .type,
.vcard .uri {
    display: none;
}

div#ContentW {
    margin: 211px 20% 0px;
}

/* LANGS */


#LangLinks {
    z-index: 1000;
    position: absolute;
    right: 10px;
    top: 3px;
}

#LangLinks li {
    width: 24px;
    height: 18px;
    float: left;
    margin-right: 8px;
}

#LangLinks li.last {
    margin: 0;
}

#LangLinks li a {
    display: block;
    height: 100%;
    background-image: url(zims/buttons/flags.png);
    border: none;
}

#LangLinks li a.disabled {
    background-image: url(zims/buttons/flags-disabled.png);
}

#LangLinks li a:hover {
    background-image: url(zims/buttons/flags.png);
    box-shadow: 0px 0px 3px #ffffff;
}

.hiddenData,
#ConceptionCredit span,
#LangLinks li a span {
    display: none;
}

#FrLink {
    background-position: -24px top;
}

#EnLink {
    background-position: 0 top;
}

#EsLink {
    background-position: -48px top;
}

#CaLink {
    background-position: -192px top;
}

#DeLink {
    background-position: -72px top;
}




/* Specials */


/**
            * Floating elems
            */
.float {
    display: inline;
    float: left;
}

/**
            * Away elems
            */
.away {
    position: absolute;
    top: -99999px;
}

.awayText {
    text-indent: -9999px;
    overflow: hidden;
}

.hidden {
    display: none;
}

.phone {
    display: none !important;
}

.nophone {
    display: flex !important;
}

.aligncenter {
    align-items: center !important;
}

/**
            * WRAPPERS 980
            */
.focusW {
    margin: 0 auto;
    width: 980px;
}

/**
            * Overlays
            */
/* WHITE*/
.overlay-w {
    background: rgba(255, 255, 255, 0.7);
}

.lt-ie9 .overlay-w {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff,endColorstr=#b2ffffff)";
    zoom: 1;
}

/* BLACK*/
.overlay-b {
    background: rgba(0, 0, 0, 0.7);
}

.lt-ie9 .overlay-b {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000)";
    zoom: 1;
}

/* ################################################################################################################																		     *
                                                               PAGES
        *###############################################################################################################*/




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * GENERAL * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* HEADER */


#Header {
    z-index: 10000;
    width: 100%;
}

#Header h1 {
    font-weight: 900;
    margin: 0;
}

#Header h1 {
    margin: 0;
    padding: 0;
}

.top-menu.mobile {
    display: none !important;
}

.cta-button.mobile-header {

    padding: 3px 17px;
    font-size: 12px;

}

.mobileMenu.d-lg-none {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.nav-myspace {
    background: rgb(224, 235, 255);
    padding: 9px 0;
    display: none;
}

.container-reminder {
    background: #0d47a1;
    margin: -3px;
    position: relative;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 22px;
    justify-content: center;
    border-radius: 6px;
    transition: 0.4s;
}

.container-reminder:hover {
    background: #5890da;
    transition: 0.4s;
}

.nav-myspace {
    display: none;
}

#Page-Mon-espace,
#Page-Mes-commandes,
#Page-Mes-devis,
#Page-Ma-messagerie {

    .nav-myspace {
        display: flex !important;
    }

    .heading-third {
        font-weight: 500;
    }

    #container-espace-form {

        display: flex;
        flex-direction: column;

    }
}

#Page-Mon-espace {

    p#field-email,
    p#field-niveau_formation {
        width: 49%;
        display: inline-block;
    }

    p#field-ville {
        width: 99%;
    }
}

#auth_container_espace {

    width: 60%;
    margin: auto;
    min-height: 500px;

    .formButtons {
        text-align: center;
    }

    h2 {
        font-size: 1.5em;
        font-weight: 600;
        color: #1052aa;
    }

}

#Page-Mon-espace,
#Page-Devis,
#Page-Contact,
#page-Inscription-confirm,
#page-Auth-confirm-sent,
#page-Auth-confirm_change,
#page-Auth-hashkey-unvalid {

    #container-confirm-update {

        min-height: 500px;
        text-align: center;

        h2 {
            font-size: 1.5em;
            font-weight: 600;
            color: #1052aa;
            background-color: transparent;
            text-align: center;
        }

        p {
            font-size: 1.3em;
        }

        a {
            font-weight: 600;
            color: #2d73cf
        }

        a:hover {
            text-decoration: underline;
        }

        .button {
            color: white;
        }
    }

}

#openChat {
    display: none;
}

.nav-myspace li a {

    color: #2d73cf !important;
}

.nav-myspace li a:hover {

    color: #5297ee !important;
}

.nav-myspace li {
    font-weight: 600;
    color: #1052aa;
    transition: 0.4s;
}

.nav-myspace li:hover {
    color: #0088cc;
    transition: 0.4s;
}

.navbar-compte {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: auto;
}

.container-nav-c {
    display: flex;
    flex-direction: row;
}

.container-nav-c ul {
    display: flex;
    gap: 40px;
}

.container-nav-c svg {
    margin-right: 5px;
}

.container-reminder svg {
    margin-right: 5px;
}

/* Footer */

#Footer {
    background: #e8eef4;
    color: #7c8081;
    padding: 5em 2em;
    text-align: center;
}


.footer {
    background: #1052aa;
    color: white;
    padding: 40px 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: left;
}

.footer-container {
    display: flex;
    align-content: flex-start;
    gap: 42px;
    margin: 0 20%;
    width: 100%;
    justify-content: space-between;
}

.footer-column {
    max-width: 300px;
    font-size: 13px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    /* padding-bottom: 12px; */
}

.footer-column p,
.footer-column a {
    font-size: 13px;
    color: white;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-column.img-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
}

.footer-absolute {
    position: absolute;
    max-width: 95px
}

.footer-absolute.footer-image-left {
    left: 0
}

.footer-absolute.footer-image-right {
    right: 0
}

img.france-flag {
    width: 80px;
}

.payment-methods img {
    max-width: 197px;
    /* width: 50px; */
    display: inline-block;
    /* margin-top: 10px; */
    border-radius: 5px;
    /* margin: 5px; */
    height: auto;
}

.footer-bottom {
    text-align: center;
    background: #043a83;
    padding: 20px;
    color: white;
    font-weight: 700;
    font-size: 14px;
}

.icon-footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-column-last {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 200px;
}

.domaine-foot p {
    margin: 0 0 0.2em 0;
}

img.logo-foot {
    width: 126px;
}


#Socials {
    display: table;
    width: 100%;
    text-align: center;
}

#Socials li {
    display: inline-block;
}

#FacebookLink,
#TwitterLink {
    border: none;
    margin-right: 7px;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0 0;
    -moz-transition: opacity .3s 0s, visibility 0 0;
    transition: opacity .3s 0s, visibility 0 0;
}

a:focus,
:focus,
button:focus {
    outline: none !important;
    outline-offset: none !important;
    text-decoration: none !important;
}

.cd-top {
    display: inline-block;
    height: 60px;
    width: 62px;
    position: fixed;
    bottom: 75px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    filter: hue-rotate(16deg);
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    background: url("../media/images/cd-top-arrow.png") no-repeat center 50%;
    -webkit-transition: opacity .3s 0s, visibility 0 .3s;
    -moz-transition: opacity .3s 0s, visibility 0 .3s;
    transition: 0.5s;
    transition: opacity .3s 0s, visibility 0 .3s;
    z-index: 9999;
}

.cd-top:hover {
    transition: 0.5s;
    transform: translate(0, -3px);
    opacity: 0.9;
}

/* Content */

#Content {
    padding: 1em 0 0;
}


/* page domaine */

body#Page-Domaines {

    .domaine-content {
        width: 47%;
        margin: auto
    }

    #ContentW {
        margin: 211px 0px 0px;
        text-align: justify;
    }

    h3 {
        font-weight: 700;
        font-size: 2.250em;
        text-align: center;
    }

    .pen,
    .paper {
        display: none;
    }

    .service-section {
        margin-top: 50px;
    }

}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * HOME * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#page-home {}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * CONTACT * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#page-contact {}

p#Confirmation {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: 40px;
    margin: 80px 0 0 25px;
}

.shape-a {
    left: -72px;
    top: 40px;
    max-width: 18%;
    width: 114px;
}


.flex-row {
    flex-direction: row !important;
    display: flex;
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.position-absolute {
    position: absolute !important;
}

.text-md-center {
    text-align: center !important;
}

#Page-Home {
    .position-absolute {
        transform: translate(-100%);
    }
}

.top-nav .phone {
    display: block !important;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 300;
}

.top-bar {
    background-color: #003580;
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 18% 5px 0px;
    /* margin-right: 18px; */
    font-size: 15px;
}

.top-nav a {
    color: white;
    text-decoration: none;
    margin: 0 20px;
    font-weight: 600;
    font-size: 12px;
}

nav.top-nav {
    display: flex;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0px;
    position: relative;
    background-color: #ffffff00;
    margin: 0 20%;
    overflow: visible;
}

.logo-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 70px;
    align-content: flex-start;
}

.logo {
    height: 49px;
    margin-right: 10px;
}

.slogan {
    font-size: 12px;
    color: gray;
}

.language-switcher {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.fr-flag,
.other-flag {
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.fr-flag {
    background-color: blue;
}

.other-flag {
    background-color: red;
}

.main-nav {
    display: flex;
    gap: 20px;
}

/* Menu principal */
.desktopMenu {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.HTMLMenu {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.HTMLMenuItem {
    list-style: none;
}

.HTMLMenuItemLink {
    text-decoration: none;
    color: #195dbf;
    font-weight: bold;
    padding: 10px;
    transition: color 0.3s;
    font-size: 14px;
}

.HTMLMenuItemLink:hover {
    color: #C71585;
}

/* Bouton CTA */

.top-menu {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-direction: row;
}

span.separator {
    opacity: 0.3;
}

.position-relative {
    position: relative !important;
}

/* HOME VIEW */

.container {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-around;
    /* background-color: #f8f9fc; */
    /* padding: 50px; */
    border-radius: 25px;
    /* max-width: 1100px; */
    width: 100%;
    margin: 0 auto 50px auto;
    align-content: flex-start;
}


.text-section {
    width: 41%;
    padding-top: 46px;
    padding-bottom: 50px;
}

.text-section h2 {
    color: #bf0449;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
}

.text-section p {
    color: #5F7176;
    font-size: 13.5px;
    margin-top: 15px;
    line-height: 1.5rem;
}

.badges {
    margin-top: 20px;
    display: flex;
    gap: 49px;
    justify-content: center;
}

.badges1 {
    margin-top: 20px;
    display: flex;
    gap: 49px;
    justify-content: center;
}

.badges1 img {
    width: auto;
    height: 50px;
}

.badges img {
    width: 100%;
}

.image-section {
    width: 54%;
    text-align: right;
    margin-top: -31px;
}

.image-section img {
    max-width: 90%;
    border-radius: 10px;
}

.image-section .shape1 {
    position: absolute;
    top: -3px;
    z-index: -2;
    width: 800px;
}

.shape1 svg {
    position: absolute;
}


.service-section {
    padding: 20px 20px 2px;
    text-align: center;
    position: relative;
}

.service-section h2 {
    font-size: 1.62rem;
    /* font-size: 24px; */
    font-weight: 700;
    color: #0D47A1;
    margin-bottom: 42px;
    letter-spacing: normal;
}

.service-options {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.order-section {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

img.paper.d-none.d-md-block.d-lg-none.d-xl-block.position-absolute {
    top: -12px;
    left: 110px;
    right: inherit;
    transition: 0.7s;
    max-width: 226px;
    z-index: -888;
}

img.paper:hover {
    rotate: 2deg;
    transition: 0.7s;
}

.pen {
    left: 73px;
    top: 287px;
    width: 25%;
    transition: 0.7s;
}

.pen:hover {
    rotate: -2deg;
    transition: 0.7s;
}

img.active {
    display: inline-block;
}

img.position-absolute.img-besoin.plagiat {
    width: 65px;
    transform: translate(-90%, -6%);
}

img.check {
    bottom: -25px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    max-height: 50px;
    display: none;
}

.service-card {
    background: white;
    /* padding: 20px; */
    padding: 20px 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0px 13px rgba(0, 0, 0, 0.1);
    width: 287px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s;
    position: relative;

}

.service-card:hover,
.service-card.selected {
    border-color: #D81B60;
    transform: translate(0, -5px);
}

#Page-Home .faq-box .card {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: left;
    padding: 0;
    border-radius: 0;
}

.service-card:hover img.circle,
.service-card.selected img.circle {
    filter: hue-rotate(0deg);
}


.service-card.selected .check {
    display: block;
    filter: saturate(1) !important;
}

.text-section.first {
    padding-top: 0px;
}

.service-card:hover .check {
    filter: saturate(0) brightness(5);
    display: block;
}

.service-card h3 {
    color: #1052AA;
    font-weight: 600;
    font-size: 1.5rem;
    /* padding-bottom: 10px; */
    margin-bottom: 0;
}

.service-card p {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 22px;
}

.order-section {
    margin: 40px 0;
}

.order-section select,
.order-section input {
    padding: 10px;
    /* margin-right: 14px; */
}

.order-price {
    font-size: 21px;
    font-weight: bold;
    color: #0d47a1;
    margin-top: 27px;
    font-weight: 600;
}


img.left.position-absolute.fili-1 {
    left: 465px;
    top: -85px;
    z-index: 15555;
    /* width: 111px; */
    width: 200px;
}

.testimonial-section {
    background: #0D47A1;
    color: white;
    text-align: center;
    /* padding: 50px 20px; */
    padding-top: 65px;
    padding-bottom: 103px;
    width: 100vw;
    transform: translate(-20%);
    /* position: relative; */
    padding-left: 170px;
    padding-right: 170px;
    margin-top: 52px;
    position: relative;
    z-index: 0;
}

.testimonial-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 100;
    letter-spacing: normal;
}

.testimonial-section h1 {
    /* font-size: 32px; */
    font-size: 2.5rem;
    font-weight: bold;
}

.testimonial-box {
    background: white;
    color: black;
    width: 100%;
    height: 204px;
    margin: -116px auto 98px auto;
    /* padding: 45px; */
    padding: 40px 140px 49px;
    border-radius: 10px;
    box-shadow: 0 4px 52px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    /* overflow: hidden; */
    min-width: 300px;
    position: relative;
    z-index: 30;
}

.testimonial-box::before {
    position: absolute;
    content: '';
    background: url(../media/images/quote-left.png) no-repeat;
    left: 75px;
    top: -20px;
    width: 61px;
    height: 46px;
}

.testimonial-box::after {
    position: absolute;
    content: '';
    background: url(../media/images/quote-right.png) no-repeat;
    right: 75px;
    top: -20px;
    width: 61px;
    height: 46px;
}

.testimonial-box p {
    font-style: italic;
    font-size: 16px;
    color: #5F7176;
    margin-bottom: 1em;
    font-weight: 400;
}

.testimonial-box .author {
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
    color: #5b6a6e;
}

.testimonial-box a {
    display: inline-block;
    margin-top: 10px;
    /* padding-bottom: 84px; */
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}

.testimonials {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
}

.content-testi {
    min-height: 100px;
    padding: 0px 20px 0px 20px;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 5px;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: #5F7176;
}

.client-info b {
    color: #000;
}

.slick-arrow {
    display: none !important;
}

.steps-section {
    text-align: center;
    padding: 50px 20px;
    background: #f8fbfd;
    width: 100vw;
    transform: translate(-20%);
}

.steps-section h2 {
    font-size: 1.72rem;
    color: #0D47A1;
    margin-bottom: 42px;
    margin-top: 10px;
    font-weight: 700;
}

.steps-container {
    display: flex;
    justify-content: center;
    gap: 68px;
    max-width: 100%;
    margin: 0 19%;
}

.step {
    text-align: center;
    width: 266px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step img {
    width: 180px;
    height: auto;
    margin-bottom: 10px;
}

.step-number {
    font-size: 20px;
    height: 40px;
    border: 2px solid #0D47A1;
    width: 40px;
    border-radius: 100%;
    display: flex;
    font-weight: bold;
    color: #0D47A1;
    margin-bottom: 10px;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.step p {
    font-size: 14px;
    color: #333;
    line-height: 31px;
    font-weight: 600;
    display: block;
    margin-top: 13px;
    font-size: 17px;
    color: #1052AA;
}

img.arrow-question {
    position: relative;
    width: 24%;
    left: 141px;
    top: -246px;
    width: 70px;
}

.faq-section {
    text-align: center;
    padding: 50px 20px;
    background: #ffffff;
}

.faq-section h2 {
    /* font-size: 24px; */
    font-size: 1.72rem;
    color: #0D47A1;
    margin-bottom: 30px;
    font-weight: 700;
}

.faq-container {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 100%;
    /* margin: auto; */
    align-content: space-between;
    justify-content: space-between;
}

.faq-text {
    max-width: 400px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-text p {
    /* font-size: 14px; */
    font-size: 1rem;
    color: #333;
    text-align: center;
    margin-bottom: 3rem !important;
}

.faq-box {
    text-align: left;
    width: 584px;
    background: white;
    /* padding: 20px; */
    border-radius: 10px;
    background: #FAFCFE;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    border: 1px solid #d0e2f2;
}

.faq-box h3 {
    font-size: 16px;
    color: #1052AA;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    margin: 9px 0;
    transition: 0.5s;
}

.faq-box h3:hover {
    color: #62a6ff;
    transition: 0.5s;
}

.faq-box p {
    font-size: 14px;
    color: #333;
    display: none;
}

.row2-contact input[type="submit"],
.cta-button,
.faq-button,
.order-button {
    max-width: 250px;
    font-family: 'Montserrat';
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #0D47A1;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background: rgb(171, 177, 185);
    background: linear-gradient(90deg, rgba(19, 81, 170, 1) 0%, rgba(106, 43, 121, 1) 50%, rgba(191, 7, 74, 1) 100%);
    font-size: 17px;
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.5s;
    opacity: 1;
}



.cta-button {
    /* background: linear-gradient(to right, #003580, #C71585); */
    border: none;
    /* padding: 10px 29px; */
    font-size: 17px;
    border-radius: 50px;
    font-family: 'Montserrat';
    cursor: pointer;

    margin-top: 0px;
}

.cta-button:hover,
.faq-button:hover,
.order-button:hover {
    transition: 0.5s;
    transform: translate(0, -2px);
    opacity: 0.9;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, .125); */
    /* border-radius: .25rem; */
}

.collapse:not(.show) {
    display: none;
}

.collapse {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-in-out;
}

.collapse.show {
    max-height: 1000px;
    /* Valeur assez grande pour ?viter le texte tronqu? */
}

.card-header {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.6rem;
    color: #577086;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);

    margin-bottom: 0;
    border-color: #d0e2f2;
    /* border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; */
    background-color: rgba(208, 226, 242, .10196078431372);
}

.faq-box .card:last-child .card-header {
    border-bottom: none;
}

.main-header::after {
    position: absolute;
    top: -40px;
    left: 300px;
    width: 130px;
    height: 88px;
    content: "";
    background: url(../media/images/head-trace.svg) no-repeat;
    background-size: 100%;
    z-index: -1;
}


.faq-text .imgfaq {
    margin-bottom: 3rem !important;

}

img.paiement-icon.west {
    width: 130px;
}

span#price {
    color: #D81B60;
}

img.circle {
    max-height: 68px;
    filter: hue-rotate(226deg);

}

.img-besoin {
    position: absolute !important;
    transform: translate(-90%);
    width: 76px;
}

.section-container {
    position: relative;
}

.order-section-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

h4.name-select {
    text-align: left;
    font-size: 12px;
    margin-bottom: 4px;
    color: #3c3c3c;
    font-weight: 400;
}

.card-body {
    font-size: 0.8rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.6rem;
    color: #929ea9;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    border-color: #d0e2f2;
    /* border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; */
    background-color: rgba(208, 226, 242, .10196078431372);
}

/* PAGE CORRECTION */

.ressources-content p {
    width: 100% !important;
}

#Page-Mentions-legales h2,
#Page-Correction h2,
#Page-Ressources h2 , #Page-Cgv h2{

    color: #023373;

    font-size: 2.5rem;

    text-align: center;

    font-weight: 700;

    font-family: 'Montserrat', sans-serif;

    letter-spacing: normal;

    margin-bottom: 10px;
}



.section-wrapper {
    max-width: 82vw;
    margin: auto;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    gap: 0px;
    padding-bottom: 101px;
}

#Page-Devis .section-wrapper {
    padding: 39px 17px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 19px 0px #0000001a;
    justify-content: space-around;
}

#Page-Devis .tr-section .text-box {
    padding-left: 0px;
}

#Page-Devis .image-box img {
    width: 330px;
    /* max-width: 400px; */
    left: auto;
    top: auto;
    position: relative !important;
}

#Page-Devis .heading-secondary {
    font-size: 2.250em;
}

#Page-Devis .text-content {
    font-size: 18px;
}

#Page-Devis .image-box {
    flex: none;
    width: 50%;

}

.image-box {
    flex: 1;
    width: 41%;
    text-align: center;
    position: relative;
}

.image-box img {
    width: 505px;
    /* max-width: 400px; */
    left: -129px;
    top: -141px;
    position: absolute !important;
}

.image-box-fix {
    flex: 1;
    text-align: center;
    width: 89px;
    position: relative;
}

.image-box-fix img {
    width: 116%;
    width: 445px;
}

.text-box {
    flex: 2;
    /* padding-left: 77px; */
    width: 19px;
}

.tr-section .text-box {
    padding-left: 154px;
}

.heading-primary {
    font-size: 2em;
    font-weight: bold;
    color: #052b5e;
}

.heading-secondary {
    font-size: 1.75em;
    font-weight: bold;
    margin-top: 20px;
    color: #1052AA;
    text-align: left;
    padding: 0 0 20px;
}

.heading-third {
    font-size: 1.5em;
    font-weight: bold;
    color: #1052AA;
    text-align: left;
    padding: 0 0 20px;
}

.text-content {
    font-size: 1.05em;
    color: #4a5568;
    text-align: left;
    width: 100%;
}

.text-content em {
    font-style: italic;
}

.text-content strong {
    font-weight: bold;
    color: #5f7176;
}

.highlight-box {
    position: relative;
    display: flex;
    align-items: center;
    background: #f4ecf1;
    padding: 15px 22px;
    border-radius: 10px;
    margin-top: 20px;
    width: 60%;
    margin: 20px auto 0;
}

.highlight-box img {
    width: 80px;
    margin: 0 15px;
    padding-left: 2px;
}

img.position-absolute.plus {
    width: 41px;
    left: -35px;
}

.highlight-box span {
    font-size: .83rem;
    padding-bottom: 0;
    line-height: 1.16rem;
    margin: auto;
}

.cards-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 32.4%;
    text-align: center;
}

.card-number {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c5282;
    background: #e2e8f0;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.card-title {
    font-size: 1.33em;
    font-weight: 600;
    /* color: #052b5e; */
    color: #033e8c;
    margin-top: 15px;
}

.card-content {
    font-size: 0.75rem;
    color: #939393;
    margin-top: 10px;
    line-height: 1.33rem;
    font-weight: 400;
}

.footer-text {
    font-size: 1em;
    color: #4a5568;
    margin-top: 72px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-text strong {
    font-weight: bold;
}


.loupe {
    position: absolute;
    right: -2%;
    bottom: -25px;
    display: flex !important;
    font-style: italic;
}

.loupe img {
    width: 39px;
    margin-right: 13px;
}


.loupe p.loupe-text {
    max-width: 265px;
    font-size: .75rem;
    line-height: .91rem;
    margin-bottom: 0;
    text-align: left;
    display: flex;
    align-content: center;
    align-items: center;
}

#Page-Correction .shape-red {
    position: absolute;
    z-index: -1;
    width: 600px;
    top: 150px;
}

#Page-Correction .pen {
    width: 40%;
    left: -290px;
    top: 350px;
    /* width: 25%; */
    z-index: -5;
}

@media (min-width: 1200px) {
    .correctionMemoire .ordi-shape {
        left: -340px;
        top: 225px
    }
}

img.d-none.d-md-block.position-absolute.ordi-shape-blue {
    left: -335px;
    width: 714px;
    top: -146px;
    z-index: -1;
}

img.d-none.d-md-block.position-absolute.ordi-shape {
    width: 20%;
    z-index: 15;
    right: 79px;
    top: 117px;
}

img.d-none.d-md-block.position-absolute.shape-step {
    left: -275px;
    width: 56%;
    top: 50px;
}

/* Conteneur principal */
.budget-container {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    max-width: 70%;
    width: 100%;
    margin: auto;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

/* Titre */
.budget-container h2 {
    color: #b00040;
    font-size: 2.5em;
    letter-spacing: normal;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: 'Montserrat';
}

/* Formulaire */
.budget-container .form-group {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    gap: 10px;
    width: 85%;
    justify-content: center;
}

.budget-container .form-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.budget-container label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    text-align: left;
    margin-bottom: 5px;
}

.budget-container select,
input {
    padding: 10px;
    /* border: 1px solid #ccc; */
    border: 1px solid #d8e2ef;
    /* border-radius: 46px; */
    font-size: 14px;
    background-color: #ffffff;
    cursor: pointer;
    /* width: 23px; */
    /* height: 23px; */
}

#Page-Inscription .checkbox-container input,
#Page-Connexion .checkbox-container input {
    padding: 10px;
    /* border: 1px solid #ccc; */
    border: 1px solid #d8e2ef;
    /* border-radius: 46px; */
    font-size: 14px;
    background-color: #ffffff;
    cursor: pointer;
    width: auto;
    min-width: 45px;
    height: 23px;
}

/* Tarif */
.budget-container .tarif {
    font-size: 16px;
    color: #004085;
    margin: 15px 0;
}

.budget-container .tarif span {
    color: #b00040;
    font-weight: bold;
}

/* Bouton */

#Page-Coaching {
    .budget-container {

        margin-bottom: 80px;

    }

    .steps-section {
        background: url(../media/images/comment-banner.jpg) no-repeat;
        background-size: cover;
    }

    img.arrow-question {
        width: 24%;
        left: 90%;
        position: absolute;
        top: 16px;
    }
}

img.position-absolute.anglecahier-img {
    left: 0;
    width: 8%;
}

.number-tp {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(3, 62, 140, 0.15);
    border-radius: 50%;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin: 0 auto 10px;
    color: #033E8C;
    font-size: 34px;
}



h2.h2-style-1 {
    color: #023373;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 20px;
}

.coaching-block-right {
    width: 42%;
    position: relative;
}



.coaching-block-right .ordinateur {
    left: auto;
    right: 0;
    width: 100%;
    top: -151px;
    max-width: 100%;
    z-index: 2;
    position: absolute !important;
    /* transform: rotate(-170deg); */
}

#Page-Coaching .text-box {
    margin-right: 75px;
    position: relative;
}

#Page-Correction img.d-none.d-md-block.position-absolute.ordi-shape {
    left: 112px;
    width: 36%;
    top: 118px;
    z-index: 11;
}


img.d-none.d-md-block.position-absolute.ordi-shape-blue.coaching-sb-0 {
    left: auto;
    width: 140%;
    rotate: -170deg;
    right: -210px;
    top: -136px;
}

img.position-absolute.pen-new-img {

    right: 200px;
    z-index: -2;
    width: 12%;
    transform: translate(0, 32px);
}

/* PAGE RESSOURCES  */
#Page-Ressources {
    .heading-secondary {
        font-size: 2.2em;
        font-weight: 700;
        margin-top: 0;
        color: #1052AA;
        text-align: left;
        padding: 0;
    }

}

.ressources-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin: 42px auto 80px;
    max-width: 1200px;
}

@media (min-width: 992px) {
    .ressources-container {
        flex-direction: row;
        max-width: 1140px;
        justify-content: space-between !important;
        width: 100%;
        flex-direction: row !important;
        gap: 8%;
    }
}

.ressources-sidebar {
    width: 22%;
    background: #ffffff;
    /* padding: 20px; */
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.ressources-sidebar h2 {
    font-size: 1.5em;
    color: #083d77;
}

.ressources-sidebar ul {
    list-style: none;
    padding: 0;
}

.ressources-sidebar ul li {
    /* padding: 10px; */
    border-top: 1px dashed #d0e2f2;
    padding: 1rem !important;
}

.ressources-sidebar ul li:last-child {
    /* padding: 10px; */
    border-bottom: 1px dashed #d0e2f2;
}

.ressources-sidebar ul li a {
    text-decoration: none;
    /* color: #007bff; */
    color: #0f52aa;
    font-size: 1.1rem;
    line-height: 1.66rem;
    /* font-size: inherit; */
    color: #59616c;
    font-weight: 600;
    transition: color 0.3s ease;
}

.ressources-sidebar ul li a:hover {
    color: #0056b3;
}

.ressources-sidebar ul li.active a {
    font-weight: bold;
    color: #083d77;
}

.ressources-content {
    flex-grow: 1;
    background: #ffffff;
    /* padding: 30px; */
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    width: 70%;
}

.ressources-content h2 {
    color: #083d77;
}

.ressources-content h3 {
    color: #0056b3;
    margin-top: 20px;
}

.ressources-content ul {
    padding-left: 20px;
}

.ressources-pub {
    display: flex;
    align-items: center;
    background: #b60f40;
    color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    padding: 4% 6%;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.ressources-pub img.ressources-agent {
    width: 110px;
    height: auto;
    border-radius: 50%;
    margin-right: 38px;
}

.ressources-pub-text {
    flex-grow: 1;
    font-size: 1.2em;
}

.ressources-pub-text p {
    margin: 0;
    font-weight: bold;
    width: 60%;
    font-weight: 300;
    /* font-size: 16px; */
    padding: 0 0 20px;
    margin-top: 0;
    /* padding-bottom: 0; */
    font-size: 1.33rem;
    /* margin-bottom: 0; */
}

.ressources-pub-text a .ressources-discover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    /* font-size: 1.1em; */
    padding-bottom: 0;
    font-weight: 500;
}

.ressources-pub-text a .ressources-discover:hover {
    text-decoration: underline;
    /* font-weight: 500; */
}

.ressources-pub .ressources-logo {
    position: absolute;
    /* right: 20px; */
    right: 30px;
    bottom: 17px;
    /* bottom: 20px; */
    /* width: 80px; */
    width: 126px;
}

.ressources-pub .ressources-filigrane {
    position: absolute;
    /* right: 10px; */
    /* bottom: 10px; */
    /* width: 120px; */
    width: 172px;
    right: -40px;
    top: 30px;
    opacity: 1.2;
}

.ressources-sidebar h3 {
    color: #023373;
    font-size: 2rem;
    padding: 0 0 20px;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 768px) {

    #Page-Ressources .title p,
    #Page-Contact .title p {
        max-width: 70%;
        margin: auto;
        margin-bottom: 22px;
    }
}

img.d-none.d-md-block.position-absolute.shape-blue {
    width: 459px;
    top: 261px;
    left: -347px;
}

img.d-none.d-md-block.position-absolute.shape-blue-dark {
    left: -100px;
    top: 366px;
}

img.d-none.d-md-block.position-absolute.shape-red-dark {
    right: -120px;
    top: 850px;
}

img.d-none.d-md-block.position-absolute.shape-red {
    width: 459px;
    right: -380px;
    top: 660px;
}


/* CONTACT */


.container-contact {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}


.container-contact .row1-contact h3 {
    color: #023373;
    font-size: 2rem;
}

.row1-contact {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.row2-contact {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

#field-societe {
    display: none;
}

#membreFormMainFieldset .textField {
    margin: 0 0 1em 0;
}

#field-nom,
#field-prenom,
#field-tel,
#field-email,
#field-pwd,
#field-conf_newpwd,
#field-niveau_formation #field-password,
#field-ecole {
    display: inline-block;
    width: 49%;
    /* Ajustez selon l'espace disponible */
    vertical-align: top;
    /* Alignement au m?me niveau */
}



#page-Auth #field-email,
#field-email_confirm {
    width: 90%;
}

/* form#membreForm {
           background: #FAFAFA;
           padding: 32px;
           border-radius: 10px;
           margin-bottom: 40px;
       } */

#field-nom {
    margin-right: 0;
}

#field-prenom,
#field-adresse,
#field-email,
#field-pwd,
#field-niveau_formation {
    /* margin-right: 1.6% !important; */
    /* Espacement entre les deux champs */
}

#field-adresse {
    width: 83%;
    display: inline-block;
    /* Espacement entre les deux champs */
}

#field-cp {

    width: 15%;
    display: inline-block;
    /* Espacement entre les deux champs */
}

.title_info_form {
    margin-bottom: 15px;
    font-weight: 600;
    color: #1052aa;
}

.form-inline {
    display: flex;
    justify-content: space-between;
}

.bloc-categorie-infos {
    border-top: 1px solid #9CB8DC;
    padding-top: 20px;
    margin-top: 26px;
}

form#membreForm {
    background: #FAFAFA;
    padding: 32px;
    border-radius: 10px;
    margin-bottom: 40px;
}

div#membreFormButtons {
    display: flex;
    justify-content: center;
}

#container-espace-form {

    margin-bottom: 25px;
}


.container-contact .ressources-sidebar {
    width: 70%;
    background: #ffffff;
    /* padding: 20px; */
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.d-flex.align-items-center.m-0.p-3 {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    justify-content: space-evenly;
}

p.information {
    margin: 0 0 0 15px;
}

form#ContactForm {
    background: #fff;
    box-shadow: 0px 0px 19px 0px #0000001a;
    padding: 72px 100px;
    border-radius: 10px;
}

#Page-Contact {
    h2 {
        color: #083d77;
        font-size: 2.5rem;
        font-weight: 700;
    }

    .text-md-center {
        width: 100%;
        margin-bottom: 50px;
    }

    img.blue-shape.position-absolute {
        right: -400px;
        top: 620px;
        /* top: 560px; */
        width: 873px;
        z-index: -5;

    }

    img.dark-blue-shape.position-absolute {
        right: -100px;
        /* top: 860px; */
        width: 200px;
        top: 930px;
        z-index: -5;

    }

    img.red-shape.position-absolute {
        left: -550px;
        top: 910px;
        z-index: -5;
    }


}

.ressources-sidebar .img-content {
    width: 33px;
    text-align: right;
    display: flex;
}

.ressources-sidebar .img-content img {
    width: 33px;


}

#ContactFormWrapper label {
    margin-top: 20px;
    margin-bottom: 4px;
    padding-left: 12px;
    color: #59616c;
    font-weight: 500;
    font-size: .6rem;
    text-transform: uppercase;
}

.row2-contact input[type="submit"] {
    width: fit-content;
    margin: auto;
    font-size: 13px;
}

.row2-contact #ContactFormButtons {
    display: flex;
}

.footer-title {
    font-size: 1rem !important;
    text-align: left !important;
}

.footer-info {
    color: white !important;
}


/* MENTIOS LEGALES */

body#Page-Mentions-legales ,#Page-Cgv {

    .container {
        width: 47%;
        margin: auto
    }

    #ContentW {
        margin: 211px 0px 0px;
        text-align: justify;
    }

    #ContentW p {
        color: #1f497d;
        font-weight: 400;
    }

    b {
        font-weight: 700;
    }

    h3 {
        font-weight: 700;
        font-size: 2.250em;
        text-align: center;
    }

    .pen,
    .paper {
        display: none;
    }

    .service-section {
        margin-top: 50px;
    }

}

#Page-Memoire-litterature h2,
#Page-Mentions-legales h2 , #Page-Cgv h2{
    color: #1052AA;
    font-size: 1.9em;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    text-align: center;
}

#Page-Memoire-litterature h2 {
    font-weight: 700;
    text-align: center;
}

/* CONNEXION  */

.left-section {
    /* flex: 1; */
    padding: 20px;
    text-align: left;
    width: 33%;
}

.left-section h2 {
    color: #1052AA;
    margin-bottom: 10px;
    font-weight: 700;
}

.left-section p {
    color: #555;
    margin-bottom: 20px;
}

.btn {
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}


.right-section {
    /* flex: 1; */
    background: #f0f2f5;
    padding: 45px;
    border-radius: 10px;
    width: 66%;
}

.input-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#Page-Inscription .input-container input {
    width: 100%;
}

#Page-Inscription .input-container {
    flex-direction: column;

}

.input-container input {
    padding: 22px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    width: 49%;
    display: inline-block;
    background: #ffffff;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.checkbox-container input {
    margin-right: 5px;
    /* border-radius: 100%; */
}

.pwdLink {
    color: #0a49b7;
    text-decoration: none;
}

/* MON ESPACE  */

.sidebar {
    width: 25%;
    background-color: #1052aa;
    /* padding: 20px; */
    color: white;
    text-align: center;
    height: 496px;
    border-radius: 23px 0 0 23px;
}

.profile-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid white;
}

.logout-btn {
    margin: 20px 0;
}

.logout-btn button {
    background-color: #333;
    color: white;
    border: none;
    padding: 6px 22px;
    /* padding: 10px 15px; */
    cursor: pointer;
    border-radius: 5px;
}

.menu {
    list-style-type: none;
    padding: 0;
}

.menu li {
    padding: 10px;
    background-color: #2b70cb;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.4s;
    border-left: 4px solid #b6c7ff00;
}

.menu li.active,
.menu li:hover {
    background-color: #77b1ff;
    border-left: 4px solid #e2e9ff;
    transition: 0.4s;
}

.menu li a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: left;
}

.content {
    width: 75%;
    padding: 30px;
    height: 100%;
    /* background: #fff; */
}

.content h3 {
    color: #0056b3;
    font-weight: 600;
    /* font-size: 49px; */
    font-size: 1.875em;
    margin: 0 0 0px 0;
}

.details-list {
    list-style: none;
    padding: 0;
}

.details-list li {
    /* margin-bottom: 10px; */
    padding: 16px 0;
    border-bottom: 1px solid #000;
}

.details-list strong {
    color: #333;
    font-weight: 600;
}

.profile-img {
    width: 111px;
    border-radius: 100%;
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.199);
    margin: 20px auto;
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5); */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.container.text-page {
    padding: 0 105px;
}

.container.text-page p {
    font-weight: 300;
    line-height: 27px;
    font-size: 1rem;
    text-align: justify;
}

img.pen.text-page {
    left: -265px;
    top: 350px;
    width: 39%;
    transition: 0.7s;
    z-index: -5;
}


#ui-datepicker-div {
    z-index: 5000 !important;
}


.account-form-container {
    width: 100%;
}

.account-form .form-section {
    padding: 0;
    box-shadow: none;
}

input.input-field {
    margin-bottom: 15px;
}

.input-group {
    display: inline-block;
    width: 100%;
}

.input-group .input-field {
    width: 49%;
    display: inline-block;
}

/* domaines-de-competences */

#Page-Domaines-de-competences {

    .heading-secondary {
        text-align: center;
        font-size: 2.2em;
    }

    .heading-third {
        font-size: 1.1em;
        font-weight: bold;
        margin-top: 20px;
        color: #1052AA;
        text-align: left;
    }

    .container-domaine-competence {
        width: 76%;
        margin: auto;
        text-align: justify;
        font-size: 1.05em;
        margin-bottom: 50px;
    }

    .domain-listing {
        color: #1052AA;
    }

    .domain-listing li {
        margin-bottom: 20px;
        font-weight: 400;
    }

    .paper {
        display: none;
    }

    .pen {
        width: 40%;
        left: -290px;
        top: 350px;
        /* width: 25%; */
        z-index: -5;
    }

}

#Page-Recrutement {

    .heading-secondary {
        text-align: center;
        font-size: 2.2em;
    }

    .heading-third {
        text-align: left;
        font-size: 1.8em;
        color: #1052AA;
        font-weight: 700;
    }

    .container-recrutement {
        margin: auto;
        text-align: justify;
        font-size: 1.05em;
        margin-bottom: 50px;
        line-height: 1.9;
    }

    strong {
        font-weight: 600;
    }

    .contact-us {
        color: #1052AA;
        font-size: 1.4em;
        font-weight: 500;
    }

    .recrutement-form-container {
        margin-top: 150px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        background: #fff;
        width: 100%;
    }

    #heading-form {
        color: #1052AA;
        font-size: 1.8em;
        font-weight: 700;
        margin-left: 5%;
        padding-top: 30px
    }


    .recrutement-txt {
        width: 80%;
        margin: auto;
    }

    #RecrutementForm {
        padding: 30px;
        display: block;

        p {
            width: 48%;
            display: inline-block;
            margin: 0 0 30px 0;

            label {
                display: none;
            }
        }

        input#cv {
            width: 100%;
        }

        div#RecrutementFormButtons {
            text-align: center;
        }
    }

}

#Page-Mes-commandes .chat-container,
#Page-Mes-devis .chat-container {
    width: 35% !important;

}

#Page-Mes-commandes,
#Page-Mes-devis,
#Page-Ma-messagerie {
    .actions {
        text-align: center;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        border-radius: 8px;
        overflow: hidden;
        font-family: Arial, sans-serif;
    }

    tbody {
        background: #fafafa;
    }

    tr td:last-child {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    th,
    td {
        padding: 12px 16px;
        text-align: left;
    }

    th {
        background-color: #eaf1ff;
        color: #688fcd;
        font-weight: 600;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.1;
    }

    tr {
        border-bottom: 1px solid #e5e7eb;
        border-radius: 32px;
    }

    tr:last-child {
        border-bottom: none;
    }

    td a {
        text-decoration: none;
        font-weight: 600;
        color: #0d47a1;
    }

    td a:hover {
        text-decoration: underline;
    }

    .ouvrir-btn {
        display: inline-block;
        background: linear-gradient(90deg, rgba(19, 81, 170, 1) 0%, rgba(106, 43, 121, 1) 50%, rgba(191, 7, 74, 1) 100%);
        color: white;
        padding: 6px 12px;
        border-radius: 36px;
        font-weight: 600;
        text-decoration: none;
        transition: 0.4s;
        transform: translate(0);
        text-decoration: none;
    }

    .ouvrir-btn:hover {
        filter: brightness(1.2);
        transition: 0.4s;
        transform: translate(0%, -2px);
        text-decoration: none;
    }



    a.download-btn {
        background: rgb(199 222 255);
        padding: 5px 15px;
        border-radius: 53px;
        transition: 0.4s;
    }

    a.download-btn svg {
        /* margin-right: 5px; */
    }

    a.download-btn:hover {
        background: rgb(175, 208, 255);
        text-decoration: none;
        transform: translate(0, -2px);
        transition: 0.4s;
    }

    #link-new-commande {
        color: #ffffff;
    }

    #btn-new-commande,
    #btn-new-devis {
        background-color: #0d47a1;
        color: white;
        padding: 6px 12px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        width: 50%;
        margin-bottom: 20%;
        text-align: center;
        position: relative;
        margin: 0 auto 150px;
    }


    td[data-label="Actions"] a {
        font-size: 13px;
        width: max-content;
        margin-right: 11px;
    }

    td[data-label="Detail"] {
        font-size: 11px;
        line-height: 1.3;
    }

    .custom-modal-overlay {
        position: fixed;
        top: 0;
        display: flex;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        align-content: center;
    }

    .custom-modal {
        background-color: #fff;
        padding: 20px;
        max-width: 500px;
        width: 90%;
        left: 50%;
        transform: translate(-50%);
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        position: relative;
        word-break: break-all;
    }

    .custom-modal h3 {
        margin-top: 0;
    }

    .custom-modal .close-modal {
        position: absolute;
        top: 8px;
        right: 12px;
        cursor: pointer;
        font-weight: bold;
        font-size: 20px;
        color: #333;
    }

    .voir-plus {
        color: #007bff;
        cursor: pointer;
        text-decoration: underline;
        margin-left: 5px;
    }

    div#ContentChat {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 80px;
    }

    #ContentChat .flex.admin,
    #ContentChat .flex.client {
        width: 100%;
    }

    #champsmsg {
        background: #fff;
    }

    .container-devis-details {
        display: flex;
        justify-content: center;
        margin-bottom: 85px;
    }

    .chat-container {
        width: 34%;
        height: 600px;
        /* margin: 20px auto; */
        border-radius: 0 10px 10px 0;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #ccc;
        display: flex;
        flex-direction: column;
        /* margin-bottom: 85px; */
    }

    .chat-container {
        width: 80%;
        height: 600px;
        /* margin: 20px auto; */
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #9ec7ff;
        display: flex;
        flex-direction: column;
        /* margin-bottom: 85px; */
    }

    .chat-header {
        background-color: #e4f0ff;
        color: #6f839d;
        padding: 2px 14px;
        font-weight: 500;
        font-size: 15px;
    }

    .chat-messages {
        flex: 1;
        padding: 15px;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        gap: 15px;
        scrollbar-color: #c4d5f6 #ffffff;
        background: #fff;
    }

    .message-row {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        max-width: 100%;
    }

    .admin-message {
        flex-direction: row;
        justify-content: flex-start;
    }

    .client-message {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    .avatar {
        width: 30px;
        height: 30px;
    }

    .avatar img {
        width: 100%;
        height: auto;
        border-radius: 30px;

    }


    .bubble {
        padding: 10px 14px;
        line-height: normal;
        border-radius: 18px;
        font-size: 13px;
        max-width: 80%;
        color: #000;
        word-wrap: break-word;

    }

    .bubble.admin {
        background-color: #e0eaff;
        border-bottom-left-radius: 5px;
    }

    .bubble.client {
        background-color: #ffcdd2;
        border-bottom-right-radius: 5px;
    }

    .flex.admin {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        width: 80%;
    }

    .flex.client {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        align-items: flex-end;
        width: 80%;
    }

    .timestamp {
        font-size: 10px;
        color: gray;
        margin-top: -2px;
    }

    .timestamp.client {
        text-align: right;
    }

    .chat-input {
        display: flex;
        padding: 10px;
        background-color: #dcebff;
        border-top: 1px solid #9ec7ff;
    }

    .chat-input input {
        flex: 1;
        padding: 8px 12px;
        border: none;
        border-radius: 4px;
        font-size: 14px;
    }

    .chat-input button {
        background: none;
        border: none;
        color: white;
        font-size: 20px;
        margin-left: 10px;
        cursor: pointer;
    }

    .date-separator {
        border-bottom: 1px solid #ddd;
        margin: 18px 0 8px 0;
        padding-bottom: 3px;
        color: #888;
        font-size: 0.95em;
        font-weight: 600;
        text-align: center;
        letter-spacing: 1px;
        background: #fafafd;
    }

    .chat-input input:focus {
        outline: none;
    }


    .actions {
        text-align: center;
    }

    .listing-action {
        text-align: right;
    }

    iframe {
        width: 50%;
        height: 700px;
    }

    #ChatSendFormMainFieldset,
    #ChatSendForm2MainFieldset {
        display: flex;
        justify-content: space-between;
    }

    #ChatSendForm,
    #ChatSendForm2 {
        width: 100%;
    }

    #field-champsmsg label {
        display: none;
    }

    #ChatSendFormMainFieldset p#field-champsmsg.textField,
    #ChatSendForm2MainFieldset p#field-champsmsg.textField {
        margin: 0;
        width: 94%;
        height: 100%;
        transition: 0.2s;
    }

    #ChatSendFormSubmit,
    #ChatSendForm2Submit {
        margin: 0 !important;
    }

    #ChatSendFormWrapper #champsmsg {
        background: #fff;
        /* margin-right: 15px; */
    }


    #ChatSendForm2Buttons,
    #ChatSendFormButtons {
        width: max-content;
    }

    #ChatSendForm2Submit,
    #ChatSendFormSubmit {
        background: #4b83cd;
    }


    #ChatSendFormSubmit {
        background-image: url(../media/images/paper-plane.png);
        background-size: 27px;
        background-repeat: no-repeat;
        vertical-align: middle;
        background-position: 50%;
        margin-left: 5px;
        transition: 0.4s;
        width: 100%;
        height: 100%;
    }



    #ChatSendFormSubmit:hover {
        background: #68a5f3;
        transition: 0.4s;
        background-image: url(../media/images/paper-plane.png);
        background-size: 27px;
        background-repeat: no-repeat;
        vertical-align: middle;
        background-position: 50%;
        margin-left: 5px;
        transition: 0.4s;

    }

    /* 
           #ChatSendFormSubmit {
               background-image: none;
           }
       
           #ChatSendFormSubmit:hover {
               background-image: none;
           } */

    #field-champsmsg.full-width {
        width: 100% !important;
        transition: 0.4s;
        height: 100%;
    }

    #ChatSendFormButtons {
        transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.3s;
        opacity: 1;
        max-height: 100px;
        /* Ajuste selon la hauteur de ton bouton */
        overflow: hidden;
        will-change: opacity, max-height;
    }

    #ChatSendFormButtons.hide {
        opacity: 0;
        max-width: 0;
        pointer-events: none;
    }

    section.chat-section {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

}


@keyframes popIn {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
        padding: 10px 10px;
    }

    80% {
        transform: scale(1.1);
        opacity: 1;
        padding: 12px 16px;
    }

    100% {
        transform: scale(1);
        opacity: 1;
        padding: 10px 14px;
    }
}

.bubble.pop-effect {
    animation: popIn 0.5s cubic-bezier(0.28, -0.01, 0.59, 1.09);
}



/* REPSONSIVE ----------------- */

/* Ultra grands ?crans */
@media (max-width: 1600px) {
    div#ContentW {
        margin: 211px 13% 0px;
    }

    .main-header {

        margin: 0 8%;

    }

    .testimonial-section {
        transform: translate(-13%);
    }

    .steps-section {
        transform: translate(-13%);
    }

    .footer-container {
        margin: 0 13%;
    }



    .HTMLMenuItemLink {

        padding: 6px;

        font-size: 13px;
    }

    .budget-container {

        max-width: 100%;
        width: 100%;

    }

    .image-section .shape1 {
        width: 730px;
    }
}


/* Grands ?crans */
@media (max-width: 1400px) {
    .top-bar {
        background-color: #003580;
        color: white;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 5px 3% 5px 0px;
        /* margin-right: 18px; */
        font-size: 11px;
    }

    div#ContentW {
        margin: 211px 12% 0px;
    }

    .main-header {

        margin: 0 12%;

    }

    .testimonial-section {
        transform: translate(-12%);
    }

    .steps-section {
        transform: translate(-12%);
    }

    .footer-container {
        margin: 0 12%;
    }

    .footer-title {
        font-size: 1.5rem;
        text-align: left !important;
    }


    .HTMLMenuItemLink {

        padding: 6px;

        font-size: 13px;
    }

    .image-section .shape1 {
        width: 650px;
    }

    .ressources-pub-text p {
        width: 100%;
        font-size: 1.2rem;
        text-align: left;
    }

    .nav-myspace li {
        font-size: 12px;
        display: flex;
        align-content: center;
        align-items: center;
    }


    .container-reminder a {
        font-size: 12px;
    }
}


/* Ordinateurs portables et ?crans moyens */
@media (max-width: 1200px) {
    .phone {
        display: flex !important;
    }

    .nophone {
        display: none !important;
    }

    div#ContentW {
        margin: 211px 8% 0px;
    }

    .mob-none {
        display: none !important;
    }


    .top-menu.mobile {
        display: flex !important;
    }

    .logo-container {
        height: auto;
    }

    .logo-container>span {
        display: none;
    }

    #Content {
        padding: 3em 10px 0;
        /* margin-top: 106px; */
    }

    .HTMLMenu {
        list-style: none;
        display: flex;
        gap: 10px;
        padding: 0;
        margin: 0;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding-bottom: 20px;
    }


    .mobileDropbox {
        position: fixed;
        width: 100%;
        display: none;
        /* margin: 98px 0 0; */
        flex-direction: column;
        z-index: 500;
        flex-wrap: nowrap;
        background: #fff;
        top: 100px;
        margin: 0 0 15px 0;
        box-shadow: 0px 20px 11px 0px #00000021;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out,
            opacity 0.6s ease-in-out;
    }

    .nav-myspace li a {

        display: flex;
        align-content: center;
        align-items: center;
    }

    .mobileMenu img {
        cursor: pointer;
    }

    .logo-container>a {
        display: flex;
    }



    .mobileMenu .close {
        display: none;
    }

    .top-menu {
        gap: 20px;
        display: none;
    }

    .nav-myspace li a span {
        display: none;
    }

    .container-nav-c svg {
        height: 1.8em !important;
        width: 1.8em !important;
    }

    .navbar-compte {
        display: flex;
        justify-content: flex-end;
        width: 80%;
        margin: auto;
        gap: 28px;
    }

    .container-reminder a>*:not(svg) {
        display: none;
    }


    div#ContentW {
        margin: 211px 6% 0px;
    }

    .main-header {

        margin: 0 6%;

    }

    .testimonial-section {
        transform: translate(-6%);
    }

    .steps-section {
        transform: translate(-6%);
    }

    .footer-container {
        margin: 0 6%;
    }

    .HTMLMenuItemLink {

        padding: 6px;

        font-size: 12px;
    }

    .service-made-in {
        display: none;
    }

    .image-section .shape1 {
        width: 590px;
    }

    .container-nav-c svg {
        width: 1.5rem;
    }

    #Page-Mes-commandes .chat-container,
    #Page-Mes-devis .chat-container {

        opacity: 0;

    }

    #Page-Mes-commandes,
    #Page-Mes-devis,
    #Page-Ma-messagerie {
        .chat-container {
            width: 100% !important;

            z-index: -150;
            display: flex;
            transition: 0.2s;
        }

        .chat-container.active {
            opacity: 1;
            z-index: 999;
            transition: 0.2s;


        }

        .container-devis-details {
            display: flex;
            justify-content: center;
            margin-bottom: 85px;
            flex-direction: column;
        }

        iframe {
            width: 100%;
            height: 700px;
        }
    }

    .heading-third {
        color: #1052AA;

        padding: 0;
        text-align: center;
    }

    #openChat {
        display: flex;
    }

    .popup-chat {
        display: flex;
        position: fixed;
        bottom: 15px;
        right: 15px;
        /* background: #59a1ef; */
        /* border: 2px solid #4a87e5; */
        width: 50px;
        height: 50px;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        z-index: 99999;
        transition: 0.5s;
        background: linear-gradient(134deg, rgba(19, 81, 170, 1) 0%, rgba(106, 43, 121, 1) 50%, rgba(191, 7, 74, 1) 100%);
    }

    .popup-chat.active {
        transition: 0.5s;
        filter: brightness(1.6);
    }

    .popup-chat svg {
        color: #fff;
        width: 25px;
        height: 25px;
    }

    .ouvrir-btn:hover {
        filter: brightness(1.2);
        transition: 0.4s;
        transform: translate(-100%, 2px);
        text-decoration: none;
    }


}

/* T?l?phones moyens */
@media (max-width: 992px) {

    .cta-button {
        padding: 4px 23px;
        font-size: 0.8em !important;
    }

    .footer-column.img-foot {
        gap: 20px;
    }

    .footer-bottom {

        padding: 20px 25px;

    }

    .footer-container {
        gap: 42px;
        margin: 0;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .footer-column-last {
        flex-direction: column;
        justify-content: space-between;
        gap: 0px;
        width: 100%;
        max-width: 700px;
    }

    .footer-column {
        max-width: 700px;
        width: 100%;
    }

    div#ContentW {
        margin: 110px 0 0px;
    }

    .top-nav a {
        margin: 0px 10px;
        font-size: 11px;
    }



    .main-header {
        margin: 0px 5%;
    }

    .logo {
        height: 36px;
    }

    .image-section {
        display: none;
    }

    .text-section {
        width: 90%;
        padding-bottom: 0;


    }

    /* 
           section.chat-section {
               margin-top: 80px;
           } */

    .position-absolute.d-none {
        display: none;
    }

    .service-options {
        display: flex;
        justify-content: center;
        gap: 35px;
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        width: 70%;
    }

    .order-section-container {
        flex-direction: column;


    }

    .flex-row.param-form {
        flex-direction: column !important;
        display: flex;

    }

    .param-form>p {
        width: 100% !important;
        margin: 0 !important;
    }

    .param-form>p input,
    .param-form>p select {
        width: 100% !important;
    }

    .service-section input,
    .service-section select {
        width: 100%;
    }

    .service-section {
        padding: 20px 20px 2px;
    }

    .testimonial-section {
        padding: 50px 40px;
        padding-top: 65px;
        padding-bottom: 103px;
        transform: translate(0);
        margin-top: 52px;

    }

    .testimonial-section h2 {
        font-size: 24px;
        margin-bottom: 10px;
        font-size: 1.6rem;
        line-height: normal;
        font-weight: 100;
        letter-spacing: normal;
    }

    img.left.position-absolute.fili-1 {
        left: 33%;
        top: -7%;
        width: 203px;
    }

    .testimonial-box::after,
    .testimonial-box::before {
        display: none;
    }

    .testimonial-box {

        width: 90%;
        margin: -116px auto 10px auto;

        padding: 25px 7px;

    }

    .content-testi {
        font-size: 14px;
        line-height: 21px;
    }

    .text-section h2 {
        color: #bf0449;
        font-size: 1.5rem;
        line-height: 1.9rem;
        font-weight: bold;
    }

    .steps-container {
        display: flex;
        gap: 0px;
        margin: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;


    }

    .step {
        margin-top: 15px;
    }

    .steps-section {
        text-align: center;
        padding: 50px 20px;
        background: #f8fbfd;
        width: 100vw;
        transform: translate(0);
    }

    img.arrow-question {
        display: none;
    }

    .steps-section h2 {
        font-size: 1.50rem;
    }

    .faq-section {
        padding: 50px 20px 40px;
    }

    .faq-container {
        display: flex;
        align-items: center;
        gap: 40px;
        max-width: 100%;
        /* margin: auto; */
        align-content: space-between;
        justify-content: space-between;
        flex-direction: column;
    }

    .faq-box {
        width: auto;
    }







    .coaching-block-right {
        /* width: 0px; */
        display: none;
        position: relative;
    }

    #Page-Coaching .text-box {
        margin-right: 0px;
    }


    h2.h2-style-1 {
        font-size: 2rem;
        padding: 30px 37px 20px;
    }



    .budget-container {
        max-width: 90%;
        width: 100%;
        margin: auto;

    }

    .budget-container .form-group {
        width: 90%;
        flex-direction: column;
        align-items: center;
    }

    .budget-container .form-item {
        width: 100%;
    }

    .budget-container select,
    .budget-container input {
        width: 100%;
    }

    .budget-container .tarif {

        font-weight: 600;
    }

    .image-box {
        display: none;
    }

    .tr-section .text-box {
        padding-left: 0px;
    }

    #Page-Mentions-legales h2,
    #Page-Correction h2,
    #Page-Ressources h2,
    #Page-Cgv h2
    {

        font-size: 2rem;
        margin-top: 33px;
        line-height: normal;
    }

    .heading-secondary {
        font-size: 1.65em;
        font-weight: bold;
        margin-top: 20px;
        color: #1052AA;
        text-align: left;
        padding: 0 0 20px;
    }



    .section-wrapper {
        max-width: 90vw;
        margin: auto;
        padding: 50px 0px 0;
        padding-bottom: 31px;
        flex-direction: column;
    }

    .text-box {
        flex: 2;
        /* padding-left: 77px; */
        width: 100%;
    }

    .highlight-box {
        width: 100%;
        margin: 20px auto 0;
    }

    .highlight-box img {
        width: 70px;
        margin: 0 15px 0 0;

    }

    .highlight-box span {
        font-size: .77rem;
        padding-bottom: 0;
        line-height: normal;
        margin: auto;
    }

    .image-box-fix {

        width: auto;

    }

    .image-box-fix img {
        width: 360px;
    }

    .loupe {
        width: auto;
        right: auto;
        margin: 0 33px;
    }

    .loupe img {
        width: 30px;
    }

    .loupe p.loupe-text {
        max-width: none;
    }

    .cards-container {

        flex-direction: column;
        align-items: center;
        gap: 17px;
    }

    .card {

        width: 90%;

    }

    .footer-text {
        margin: 50px auto;
        width: 90%;
    }

    img.position-absolute.plus {
        width: 27px;
        left: -14px;
        margin: 0;
    }


    #Page-Contact {
        h2 {
            font-size: 2rem;
            line-height: normal;
        }
    }

    .container-contact {
        flex-direction: column;
        margin: auto;
        width: 100%;
    }

    .row1-contact,
    .row2-contact {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .container-contact .ressources-sidebar {
        width: 100%;
        background: transparent;

    }

    form#ContactForm {
        margin-bottom: 50px;
        padding: 26px 48px;

    }

    #ContactFormMainFieldset p {
        margin: 0 0 1em 0;
    }

    .ressources-sidebar .img-content img {
        width: 27px;
    }

    .ressources-sidebar ul li a {

        font-size: 0.8rem;

    }

    .ressources-sidebar ul li {
        width: 70%;

    }

    .ressources-sidebar ul {

        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    .container-contact .row1-contact h3 {
        text-align: center;
    }

    .container {

        width: 90%;

    }

    .anglecahier-img {
        display: none;
    }

    .pen-new-img {
        display: none;
    }

    .ressources-container {
        margin: 0 5%;
    }

    .ressources-content {
        width: 100%;
        text-align: justify;
        color: #7c8081;
        font-weight: 300;
        letter-spacing: 0.025em;
    }

    #Page-Ressources {
        .heading-secondary {
            font-size: 1.7em;
            line-height: normal;
            text-align: left;
            padding: 0;
            margin: 0 0 20px 0;
        }
    }



    .ressources-sidebar {
        width: 100%;
    }

    #Page-Ressources .ressources-sidebar ul li {
        width: 100%;
    }

    form#ContactForm {
        box-shadow: none;
    }

    form#ContactForm {
        padding: 26px 154px;
    }

    .cta-button {
        font-size: 14px;
    }

    .checkbox-container {

        font-size: 10px;
        line-height: normal;
    }

    #Page-Mes-commandes,
    #Page-Mes-devis,
    #Page-Ma-messagerie {

        #btn-new-commande,
        #btn-new-devis {
            width: 70% !important;
            font-size: 12px !important;

        }

        #btn-new-commande a,
        #btn-new-devis a {
            font-size: 12px !important;
            padding: 0;

        }

    }

    #link-new-commande {
        font-size: 1em !important;
        width: 100%;
        display: flex;
        padding: 0;
        text-align: center;
        /* margin: auto; */
        justify-content: center;
    }


}

/* Tablettes et petits ?crans */
@media (max-width: 768px) {
    .service-card {
        width: 80%;
    }

    form#ContactForm {
        padding: 26px 34px;
    }

    .ressources-pub {

        flex-direction: column;
        padding: 8% 6%;

    }

    .ressources-pub-text p {
        width: 100%;
        font-size: 1.2rem;
        text-align: center;
    }

    .ressources-pub img.ressources-agent {
        margin-right: 0px;
        width: 105px;
        margin-bottom: 20px;
    }



    .ressources-pub-text a .ressources-discover {
        padding-bottom: 75px;
    }

    .container {
        align-items: center;
        flex-direction: column;
    }

    .right-section {
        flex: 1;
        width: 100%;
        padding: 18px;
    }

    .left-section {
        /* flex: 1; */
        padding: 20px;
        text-align: left;
        width: 100%;
    }

    .input-container {
        flex-direction: column;
    }

    .input-container input {
        width: 100%;
    }

    .options {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        font-size: 14px;
        color: #555;
        margin-bottom: 15px;
        flex-direction: column;
    }

    .navbar-compte {
        display: flex;
        justify-content: center;
    }

    #Page-Mes-commandes,
    #Page-Mes-devis {
        th {
            font-size: 13px;
        }

        .actions {
            text-align: center;
        }

        .listing-action {
            text-align: left;
        }

        th,
        td {
            font-size: 11px;
        }

        th,
        td {
            padding: 12px 16px 12px 99px;
            text-align: left;
            line-height: 15px;
        }

        #Content {
            padding: 3em 30px 0;
            /* margin-top: 106px; */
        }
    }

    #Page-Mes-devis .ouvrir-btn span,
    #Page-Ma-messagerie .ouvrir-btn span {
        display: none;
    }


    #field-adresse {
        width: 100%;
        display: inline-block;
        /* Espacement entre les deux champs */
    }

    p#field-email {
        width: 100%;
        display: inline-block;
    }

    #field-cp {

        width: 100%;
        display: inline-block;
        /* Espacement entre les deux champs */
    }

    #field-nom,
    #field-prenom,
    #field-tel,
    #field-email,
    #field-pwd,
    #field-conf_newpwd,
    #field-email_confirm,
    #field-niveau_formation,
    #field-ecole,
    #field-password {
        display: inline-block;
        width: 100% !important;
        vertical-align: top;
    }

    #Page-Devis .form-section {
        padding: 40px 30px;
    }

    #Page-Devis #DevisFormButtons {
        text-align: center;
    }

    #page-Auth #AuthFormForgetSubmit {
        font-size: 11px;
    }

    #page-Auth #AuthFormForgetButtons {
        text-align: center;
    }

    #page-Auth #AuthFormForgetMainFieldset p {}


    .table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive tr,
    .table-responsive th,
    .table-responsive td {
        display: block;
        border-radius: 0px !important;
    }

    .table-responsive thead {
        display: none;
    }

    .table-responsive td {
        padding-left: 103px !important;
        position: relative;
        margin-top: -1px;
        background: #FFF;
    }

    .table-responsive td:nth-child(odd) {
        background-color: #eee;
    }

    .table-responsive td::before {
        padding: 10px;
        content: attr(data-label);
        position: absolute;
        top: 0;
        left: 0;
        width: 86px;
        bottom: 0;
        background-color: #2260b2;
        color: #FFF;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

    .table-responsive tr {
        margin-bottom: 1rem;
    }

    .table-responsive th+td {
        padding-left: 10px;
    }

    #Page-Mes-commandes,
    #Page-Mes-devis {
        tr {
            border-bottom: 1px solid #e5e7eb;
            border-radius: 32px;
            box-shadow: 0px 0px 18px 0px #00000033;
        }
    }

    #Page-Mes-commandes,
    #Page-Mes-devis {
        .cd-top {
            display: none;
        }

        .actions {
            text-align: center;
        }

        .ouvrir-btn {
            background-color: #0c4fa7;
            width: 46%;
            text-align: center;
            /* left: 50%; */
            position: relative;
            /* transform: translate(-100%) !important; */
        }



        .chat-container {
            height: 440px;
            position: fixed;
            bottom: 75px;
            width: 90vw !important;
            left: 50%;
            transform: translate(-50%);
            /* display: none; */

        }

        a.download-btn {
            background: rgb(199 222 255);
            padding: 6px 15px;
            border-radius: 53px;
            transition: 0.4s;
            display: flex;
            align-items: center;
        }

        tr td:last-child {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        a.download-btn:hover {
            transform: translate(0, 0px);
        }
    }
}

/* Petits t?l?phones */
@media (max-width: 480px) {
    .service-card {
        width: 100%;
    }

}

@media (max-width: 370px) {

    #Page-Mes-commandes,
    #Page-Mes-devis,
    #Page-Ma-messagerie {
        .ouvrir-btn {
            width: 38%;
            left: 41%;
            position: relative;
            transform: translate(-100%);
            font-size: 10px;
            padding: 6px 14px;
        }
    }
}