﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


@font-face {
    font-family: "Bodoni";
    src: url("../font/BodoniSvtyTwoITCTT-Book.eot");
}

@font-face {
    font-family: "Bodoni";
    /*font-weight: bold;*/
    src: url('../font/BodoniSvtyTwoITCTT-Book.svg');
}

@font-face {
    font-family: "Bodoni";
    /*    font-weight: bold;*/
    src: url('../font/BodoniSvtyTwoITCTT-Book.ttf');
}

@font-face {
    font-family: "Bodoni";
    /*  font-weight: bold;
    font-style: italic;*/
    src: url('../font/BodoniSvtyTwoITCTT-Book.woff');
}

@font-face {
    font-family: "Bodoni";
    /*font-weight: bold;
    font-style: italic;*/
    src: url('../font/BodoniSvtyTwoITCTT-Book.woff2');
}



@font-face {
    font-family: "Lato";
    src: url("../font/Lato-Regular.ttf");
}

@font-face {
    font-family: "Lato";
    font-weight: bold;
    src: url('../font/Lato-Bold.ttf');
}


@font-face {
    font-family: "Lato";
    font-style: italic;
    src: url('../font/Lato-Italic.ttf');
}

@font-face {
    font-family: "Lato";
    font-weight: bold;
    font-style: italic;
    src: url('../font/Lato-BoldItalic.ttf');
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    src: url('../font/Lato-BlackItalic.ttf');
}

/*Lato-Light.ttf
Lato-LightItalic.ttf
Lato-Regular.ttf
Lato-Thin.ttf
Lato-ThinItalic.ttf
*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/*body {
 
  margin-bottom: 60px;
}*/

body {
    font-family: "Gill Sans";
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.modal-center-in-screen {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 35vw;
    /*max-height: 70vh;*/
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 3px;
    border-color: #707070;
    padding: 40pt;
    background-color: white;
    z-index: 10;
}

@media screen and (max-width: 1140px) {
    .modal-center-in-screen {
        width: 55vw;
    }
}


@media screen and (max-width: 640px) {
    .modal-center-in-screen {
        width: 100vw;
        border-style: none;
    }
}

.welcome-container {
    /* margin-top: 100px; */
}

@media screen and (min-width: 1300px) {
    .welcome-container {
        padding-top: 30px;
    }
}



.alert-central-position {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40vw;
    max-height: 70vh;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 2px;
    border-color: #696969;
    padding: 40pt;
    background-color: white;
    z-index: 10;
}

@media screen and (max-width: 1140px) {
    .alert-central-position {
        width: 55vw;
    }
}

@media screen and (max-width: 640px) {
    .alert-central-position {
        width: 100vw;
        /*border-style: none;*/
    }
}

.confirmdialog-central-position {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40vw;
    max-height: 70vh;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 2px;
    border-color: #696969;
    padding: 40pt;
    background-color: white;
    z-index: 10;
}

@media screen and (max-width: 1140px) {
    .confirmdialog-central-position {
        width: 55vw;
    }
}

@media screen and (max-width: 640px) {
    .confirmdialog-central-position {
        width: 100vw;
        /*border-style: none;*/
    }
}



.notdisplayed {
    position: fixed;
    top: -100vh;
}

.blackoverlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(100, 100, 100, 0.5);
    z-index: 5;
}

    .blackoverlay.notdisplayed {
        position: fixed;
        top: -150vh;
    }






/*styles temporaires*/
.title-form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
}

.lms-form input[type="text"], .lms-form input[type="password"], .lms-form input[type="email"] {
    width: 100%;
    border: sienna;
    border-bottom: 1px solid #E2A234;
    margin: 20px 0px;
    outline: none;
}
.lms-form select {
    width: 100%;
    border: sienna;
    border-bottom: 1px solid #E2A234;
    margin: 20px 0px;
    outline: none;
    margin-top: 30px !important;
}
.span-lms {
    width: 100%;
    border: sienna;
    border-bottom: 1px solid #E2A234;
    margin: 20px 0px;
    outline: none;
}

.lms-form input[type="text"]:focus, .lms-form input[type="password"]:focus, .lms-form input[type="email"]:focus {
    border-bottom: 2px solid #E2A234;
}

.lms-form input[type="text"]::placeholder, .lms-form input[type="password"]::placeholder {
    color: #949494;
}

.button-validation {
    display: block;
    background-color: #116069;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.069em;
    text-align: center;
    width: 180px;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.button-validation-fullwidth {
    display: block;
    background-color: #116069;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.069em;
    text-align: center;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.button-cancel {
    display: block;
    background-color: #E2A234;
    color: #fff;
    font-size: 16px;
    /*font-family: "SegoeUI, Segoe UI";*/
    letter-spacing: 0.069em;
    text-align: center;
    width: 180px;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    /* font-weight: bolder; */
}

* {
    /* font-family: 'Roboto Mono', monospace !important; */
    /*font-family: 'Oxygen';*/
    /*line-height: 28px;*/
}

.buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 60pt;
}

.login-container {
    display: flex;
    flex-direction: row;
    margin-top: 50pt;
    /*background-color: #1b6ec2;*/
}


@media screen and (max-width: 640px) {
    .login-container {
        display: flex;
        flex-direction: column;
        /*background-color: #1b6ec2;*/
    }
}

.badge-container {
    display: flex;
    flex-direction: row;
    margin-top: 50pt;
    /*background-color: #1b6ec2;*/
}


@media screen and (max-width: 640px) {
    .badge-container {
        display: flex;
        flex-direction: column;
        /*background-color: #1b6ec2;*/
    }
}


.login-form {
    width: 50%;
    padding-top: 20pt;
    padding-bottom: 20pt;
    padding-right: 100pt;
    padding-left: 100pt;
    /*background-color: red;*/
}

@media screen and (max-width: 1200px) {
    .login-form {
        padding-right: 10pt;
        padding-left: 10pt;
    }
}


@media screen and (max-width: 640px) {
    .login-form {
        width: 100%;
        padding-top: 20pt;
        padding-bottom: 20pt;
        padding-right: 10pt;
        padding-left: 10pt;
        /*background-color: red;*/
    }
}


.big-title {
    font-size: 39px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Bodoni";
}

.seine62-poster {
    width: 50%;
    /*background-color: rebeccapurple*/
}



@media screen and (max-width: 640px) {
    .seine62-poster {
        width: 100%;
    }
}

.badge-container .seine62-poster {
    width: 50%;
    /*background-color: rebeccapurple*/
}



@media screen and (max-width: 1200px) {
    .badge-container .seine62-poster {
        width: 40%;
    }
}

@media screen and (max-width: 640px) {
    .badge-container .seine62-poster {
        width: 100%;
    }
}

.seine62-poster img {
    max-width: 100%;
    max-height: 100%;
}


button {
    outline: none;
    border: none;
}

    button > .spinner {
        display: none;
    }

    button > .title {
        display: inline-block;
    }



.errortext {
    color: red;
    /* background-color: blue; */
    position: relative;
    top: -20px;
    font-size: 10px;
}


.rowform-lms {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.label-lms {
    font-size: medium;
    width: 150pt;
}

.inputtext-lms {
}

.hidden {
    display: none !important;
}

.visibilityhidden {
    visibility: hidden;
}


input:disabled {
    background-color: transparent;
}

input:-webkit-autofill {
    background-color: red !important;
}

input:-webkit-autofill {
    background-color: #FAFFBD !important;
}

input:-internal-autofill-selected {
    background-color: red !important;
}

.user-item-image {
    width: 20px;
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.user-item-id, .user-item-status, .user-item-content {
    display: inline-block;
}


    .user-item-content div, .user-item-content div div {
        margin: 0px 22px;
    }


    .user-item-status.passed {
        background-color: #116069;
        padding: 1px 10px;
        border-radius: 15px;
        font-size: 12px;
        color: #fff;
    }

.user-item-button {
}

.user-item {
    display: flex;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-item-id {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    padding: 15px;
}

.notyet a.item-content-button {
    display: none;
}


.delivered a.item-content-button, .delivered .user-item-status {
    background-color: #116069;
    margin-top: 0px;
}

.button-badge-delivery {
    display: block;
    background-color: #116069;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.069em;
    text-align: center;
    width: 180px;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #E9B762;
}


.button-badge-delivered {
    display: block;
    background-color: #116069;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.069em;
    text-align: center;
    width: 180px;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #116069;
}


.passed a.item-content-button, .passed .user-item-status {
    background-color: #e2a234;
}

.user-item-status {
    border-radius: 15px;
    padding: 1px 15px;
    color: #fff;
    font-size: 13px;
}


.notyet .user-item-status {
    background-color: #b1b1b1;
    color: #545454;
}

.user-item-status-notyet {
    border-radius: 15px;
    padding: 1px 15px;
    color: #fff;
    font-size: 13px;
    background-color: #b1b1b1;
}

.user-item-status-passed {
    border-radius: 15px;
    padding: 1px 15px;
    color: #fff;
    font-size: 13px;
    background-color: #116069;
}


.item-content-button {
    display: block;
    background-color: #116069;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.069em;
    text-align: center;
    width: 180px;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
}



.badge-form {
    width: 50%;
    padding-top: 20pt;
    padding-bottom: 20pt;
    padding-right: 75pt;
    padding-left: 75pt;
    /*background-color: red;*/
}

@media screen and (max-width: 1200px) {
    .badge-form {
        width: 60%;
        padding-right: 10pt;
        padding-left: 10pt;
    }
}

@media screen and (max-width: 640px) {
    .badge-form {
        width: 100%;
        padding-right: 10pt;
        padding-left: 10pt;
    }
}


@media screen and (max-width: 640px) {
    .badge-form {
        padding-top: 20pt;
        padding-bottom: 20pt;
        padding-right: 10pt;
        padding-left: 10pt;
        /*background-color: red;*/
    }
}

.user-badge-container {
    padding-left: 10pt;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
    margin-top: 25px;
    /* margin-top: calc(50% - 624px); */
}

.user-item-content {
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.manage-users {
    /*background-color: #949494;*/
}

.row-header-manage-users {
    display: flex;
    flex-direction: row;
    /*background-color: #1b6ec2;*/
    justify-content: space-between;
    align-items: center;
    margin: 10pt;
    background-color: #F6F6F6;
    height: 40pt;
}

.row-manage-users {
    display: flex;
    flex-direction: row;
    /*background-color: #1b6ec2;*/
    justify-content: space-between;
    margin: 10pt;
}

.col-manage-users-25 {
    width: 25%;
}

.col-manage-users-15 {
    width: 12%;
}

.col-manage-users-25.buttons-edit-delete {
    display: flex;
    flex-direction: row;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .col-manage-users-25.buttons-edit-delete:hover {
        cursor: pointer;
    }


.container-manage-users {
    margin: auto;
    margin-top: 60pt;
    width: 80vw;
}

.container-display-stats-questions {
    margin: auto;
    margin-top: 50pt;
    margin-bottom: 5pt;
    width: 80vw;
    padding-bottom: 10pt;
}



a.add-button {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
    background-color: #116069;
    padding: 10px;
    border-radius: 40px;
    box-shadow: 0 0 11px 2px #00000038;
    margin: 20px;
}

.add-button img {
    width: 24px;
    margin-left: 8px;
    margin-top: 8px;
}

.buttons-edit-delete .buttonSync {
    display: inline-block;
    margin-right: 15pt;
}

.buttons-edit-delete .buttonDelete {
    display: inline-block;
}

.buttonCloseCustomAlert {
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #116069;
    border: 2px solid #116069;
    -ms-border-radius: 10pt;
    border-radius: 10pt;
    outline: none;
}

    .buttonCloseCustomAlert:hover {
        background-color: #116069;
        color: white;
        outline: none;
    }



.buttonConfirmDialog {
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #116069;
    border: 2px solid #116069;
    -ms-border-radius: 10pt;
    border-radius: 10pt;
    outline: none;
}

    .buttonConfirmDialog:hover {
        background-color: #116069;
        color: white;
        outline: none;
    }

.buttonCancelConfirmDialog {
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: red;
    border: 2px solid red;
    -ms-border-radius: 10pt;
    border-radius: 10pt;
    outline: none;
}

    .buttonCancelConfirmDialog:hover {
        background-color: red;
        color: white;
        outline: none;
    }


.headerlms {
    display: flex;
    flex-direction: row;
    width: calc(100vw - 130pt);
    background-color: white;
    width: 100vw;
    background-color: #fff;
}

.headerlmsleft {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: calc(55vw - 65pt);
}

.headerlmsright {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10pt;
    height: 20pt;
    width: calc(50vw - 65pt);
}


.lms-container-global {
    /*background-color: brown;*/
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.lms-container-global-with-bg {
    background-image: url("../img/Background.png");
    width: 100vw;
}

@media screen and (max-width: 640px) {
    .lms-container {
        min-height: 100vh;
    }
}

.lms-container {
    /*background-color: blue;*/
    width: 100%;
}

.lms-menu {
    /*background-color: red;*/
    position: fixed;
    top: 0pt;
    right: -100pt;
    height: 100vh;
    width: 100pt;
    border-left: 1px solid #707070;
    border-left: 1px solid #e7e6e6;
    box-shadow: 1px -1px 5px 0px #e7e6e6;
    background-color: white;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .lms-menu.active {
        right: 0pt;
    }



.nav-items-lms {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    padding-inline-start: 0;
}

.nav-item-lms {
    margin-bottom: 10pt;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 1pt;
    width: 100pt;
    height: 85pt;
    margin: 0;
}

    .nav-item-lms:hover {
        background-color: #116069;
    }

        .nav-item-lms:hover .nav-item-logo-and-text {
            color: white;
        }


.nav-item-logo-and-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}



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

    .lms-container {
        min-height: 100vh;
    }

    .lms-menu {
        position: fixed;
        bottom: 0pt;
        top: initial;
        left: 0pt;
        width: 100vw;
        height: 50pt;
        border-top: 1px solid #707070;
        z-index: 10;
        border-left: none;
    }

    .nav-items-lms {
        display: flex;
        flex-direction: row;
        padding-inline-start: 0;
    }

    .nav-item-lms {
        list-style-type: none;
        padding: 1pt;
        width: 50pt;
        height: 50pt;
        margin: 0;
    }
}

header {
    position: fixed;
    top: 0;
    height: 75pt;
    width: 250pt;
    z-index: 1000;
}

.loading-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(110, 110, 110, 0.5);
    z-index: 100;
}

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/**----------------------DEBUT-------------------------*/

/*colors*/
/* white : #ffffff */
/* pink : #f1d3d3 */
/* pink2 : #ede2d8 */
/* marron : #292325 */
/* green : #114e56 */
/* soft-green : #dfeff0 */
/* flash-green : #e5e9c8 */
/* bright-green : #c8e9b3 */
/* yellow : #fff6ea */
/* grey : #2923254d */
/* grey2  : #f2f2ea */
/* gold : #c3b395 */
/* orange : #d99227 */
* {
    /* font-family: 'roboto mono', monospace !important; */
    /*font-family: 'oxygen', sans-serif;*/
    /* font-family: "Lato", sans-serif; */
    font-family: "Gill Sans", sans-serif;
    /* transition-duration: 0.1s;*/
}


.big-title {
    font-size: 40px;
    /* font-weight: bold; */
    text-transform: uppercase;
    text-align: left;
    max-width: 738px;
    /*margin-left: 5%;*/
}

@media screen and (max-width: 1024px) {
    .big-title {
        font-size: 40px;
    }
}

.medium-title {
    font-size: 30px;
    font-weight: bold;
    font-family: bodony;
    text-transform: uppercase;
    text-align: left;
    max-width: 738px;
}

@media screen and (max-width: 1024px) {
    .reducefontsize {
        font-size: 22px;
    }
}

.medium2-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.little-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    font-family: "Bodoni";
    letter-spacing: 3px;
    color: #292325;
}

@media screen and (max-height:800px) {
    .little-title {
        font-size: 25px;
    }
}


.styled-title {
    background-color: #116069;
    color: #fff;
    font-size: 16px;
    /*text-align: center;*/
    width: auto;
    padding: 5px 15px;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px;
    font-weight: bold;
}

/* div.styled-title:nth-of-type(1) {
    padding: 5px 50px 5px 15px;
} */


@media screen and (max-width : 1300px),(max-height: 800px) {

    .styled-title {
        font-size: 15px;
        font-weight: 600;
    }

    .call-to-action-header .styled-title {
        font-size: 12px;
    }
}


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

    .styled-title {
        font-size: 14px;
        font-weight: 500;
    }

    .call-to-action-header .styled-title {
        font-size: 10px;
    }
}

.styled-title.big {
    height: 55px;
    font-size: 32px;
    padding-top: 10px;
    padding-bottom: 0px;
}

@media screen and (max-width : 1024px) {
    .styled-title.big {
        height: 45px;
        font-size: 17px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

/*.serif {
    font-family: 'dm serif display', serif;
}
*/
.snippet-title {
    font-family: monospace;
    font-size: 15px;
}


/* call to action */

.call-to-action {
    max-width: 310px;
    text-align: center;
}

@media screen and (max-width: 1300px),(max-height: 800px) {

    .call-to-action {
        max-width: 250px;
    }
}

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

    .call-to-action {
        max-width: 200px;
    }
}

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

    .call-to-action {
        max-width: 170px;
    }
}




.call-to-action-header, .call-to-action-content {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


    .call-to-action-header .quizz-class {
        position: absolute;
        top: 245px;
        right: 50px;
        background-color: black;
        color: white;
        font-size: 15px;
        height: 40px;
        width: 100px;
        line-height: 40px;
        font-weight: bold;
    }

    .call-to-action-header .quizz-class-grey {
        position: absolute;
        top: 245px;
        right: 50px;
        background-color: #F2F2EA;
        color: black;
        font-size: 15px;
        height: 40px;
        width: 100px;
        line-height: 40px;
        font-weight: bold;
    }

.quizz-explanatation {
    margin-top: 20px;
}

.call-to-action-content2 {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.call-to-action .first-title {
    font-size: 12px;
    letter-spacing: 3px;
    padding: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: bodoni;
}

@media screen and (max-width : 1300px), (max-height: 800px) {

    .call-to-action .first-title {
        font-size: 11px;
        letter-spacing: 3px;
        padding: 2px;
        text-transform: uppercase;
        font-weight: bold;
    }
}

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

    .call-to-action .first-title {
        font-size: 12px;
        letter-spacing: 3px;
        padding: 2px;
        text-transform: uppercase;
        font-weight: bold;
    }
}

.call-to-action-content {
    overflow: hidden;
    max-height: 238px;
}

@media screen and (max-width : 1300px),(max-height: 800px) {
    .call-to-action-content {
        max-height: 150px;
    }
}

@media screen and (max-width : 1024px) {
    .call-to-action-content {
        max-height: 100px;
    }
}

.progress-container {
    height: 25pt;
    /*background-color: #c8e9b3*/
}


.call-to-action.big-format {
    max-width: 1220px;
    min-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media screen and (max-width: 1024px) {
    .call-to-action.big-format {
        min-width: 700px;
    }
}

.call-to-action.big-format .first-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 73px;
}

.call-to-action.big-format .styled-title {
    font-size: 28px;
    font-weight: 500;
    margin-top: 20pt;
}



.call-to-action.big-format .call-to-action-header {
    min-height: 270px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

.call-to-action.big-format .call-to-action-content {
    min-height: 150px;
}

.call-to-action.big-format .call-to-action-content-text {
    width: 60%;
    padding: 20px;
    font-size: 20px;
}

/* positions */
.right {
    margin-left: 60%;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

/* buttons */

.button {
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: 600;
    cursor: pointer;
}


/* Progress bar */



/*.progress-bar::after, .progress-bar::before {
    content: 'h';
    width: 33px;
    height: 33px;
    flex: none;
}*/

.progress-bar {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: transparent;
    color: black;
    align-items: center;
}

.progress-bar-item {
    height: 3px;
    background-color: #dedede;
    flex: auto;
}

    .progress-bar-item.active {
        background-color: #000;
    }

        .progress-bar-item.active::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f0d8";
            line-height: 30px;
        }

/*Container*/

.slide-container {
    display: flex;
}

.slide-content > div:first-child {
    top: -30px;
    position: relative;
}

.three .slide-content > div:first-child {
    top: 0px;
}

.full {
    flex-direction: column;
    top: -33px;
    position: relative;
    z-index: -1;
}

.half {
    flex-direction: row;
}

.three .slide-content {
    min-width: 30%;
    overflow: hidden;
    max-width: 33%;
    margin: 0px 25px;
    padding: 0px;
}

.slide-container.three .big-title {
    margin-left: 0px;
}

.slide-content {
    margin-top: 15px;
    padding: 0 5% 30px;
    border-top: 32px solid #fff;
    max-width: 60%;
}

    .slide-content > div:not(:first-child) {
        display: table;
        margin-top: 20px;
        width: auto;
    }

.content-text {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px;
}

@media screen and (max-width: 1024px) {
    .content-text {
        font-size: 10px;
    }
}


/*List Items*/

.list-item {
    display: flex;
    flex-direction: row;
    min-height: 90px;
    align-items: center;
}

.list-item-content {
    font-size: 20px;
    margin-left: 10px;
}

/*images*/

img.out-of-the-box {
    top: -100px;
    position: relative;
    width: 100%;
}

/*Masonry*/

.masonry {
    display: flex;
    flex-flow: row nowrap;
    width: 80%;
}

@media screen and (max-width: 1024px) {
    .masonry {
        width: 100%;
    }
}


.masonry > div {
    margin: 0 10px 10px 0px;
}

.masonry-brick {
    flex: auto;
    height: 238px;
    min-width: 150px;
    margin: 0 8px 8px 0; /* Some gutter */
    overflow: hidden;
    max-width: 420px;
}

    .masonry-brick > img {
        min-width: 100%;
    }

    .masonry-brick.rich-content {
        max-width: 395px;
    }

        .masonry-brick.rich-content > div {
            margin: 15px;
        }

/* themes */

/* backgrounds */
.black-bg {
    background-color: #000;
}

.white-bg {
    background-color: #fff;
}

.pink-bg {
    background-color: #f1d3d3;
}

.pink2-bg {
    background-color: #ede2d8;
}

.marron-bg {
    background-color: #292325;
}

.green-bg {
    background-color: #114e56;
}

.green2-bg {
    background-color: #11726D;
}

.soft-green-bg {
    background-color: #dfeff0;
}

.flash-green-bg {
    background-color: #e5e9c8;
}

.bright-green-bg {
    background-color: #c8e9b3;
}

.yellow-bg {
    background-color: #fff6ea;
}

.grey-bg {
    background-color: #2923254d;
}

.grey2-bg {
    background-color: #f2f2ea;
}

.gold-bg {
    background-color: #c3b395;
}

.orange-bg {
    background-color: #d99227;
}

/* texts */
.black-font {
    color: #000;
}

.white-font {
    color: #fff !important;
}

.pink-font {
    color: #f1d3d3;
}

.pink2-font {
    color: #ede2d8;
}

.marron-font {
    color: #292325;
}

.green-font {
    color: #114e56;
}

.green2-font {
    color: #11726D;
}

.soft-green-font {
    color: #dfeff0;
}

.flash-green-font {
    color: #e5e9c8;
}

.bright-green-font {
    color: #c8e9b3;
}

.yellow-font {
    color: #fff6ea;
}

.grey-font {
    color: #2923254d;
}

.grey2-font {
    color: #f2f2ea;
}

.gold-font {
    color: #c3b395;
}

.orange-font {
    color: #d99227;
}

/* Borders */

[class*="-border"] {
    border: 2px solid;
}

.bottom-border {
    border-top: none;
    border-left: none;
    border-right: none;
}

.thin-border {
    border-width: 1px;
}

.black-border {
    border-color: #000;
}

.white-border {
    border-color: #fff;
}

.pink-border {
    border-color: #f1d3d3;
}

.pink2-border {
    border-color: #ede2d8;
}

.marron-border {
    border-color: #292325;
}

.green-border {
    border-color: #114e56;
}

.green2-border {
    border-color: #11726D;
}

.soft-green-border {
    border-color: #dfeff0;
}

.flash-green-border {
    border-color: #e5e9c8;
}

.bright-green-border {
    border-color: #c8e9b3;
}

.yellow-border {
    border-color: #fff6ea;
}

.grey-border {
    border-color: #2923254d;
}

.grey2-border {
    border-color: #f2f2ea;
}

.gold-border {
    border-color: #c3b395;
}

.orange-border {
    border-color: #d99227;
}


.container-center-lms {
    margin: auto;
    margin-top: 60pt;
    width: 80vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.main-content-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 780px;
    /*min-height: calc(100vh - 240px);*/
    /*background-color: rebeccapurple;*/
    margin-top: 20px;
}

.special-layout {
    justify-content: flex-start;
    margin-top: 80px;
}

@media screen and (max-width: 1024px) {
    .special-layout {
        justify-content: center;
        padding-top: 0px;
    }
}

/*@media screen and (max-height: 800px) {
    .main-content-center {
         margin-top: 75px;
    }
}*/

.main-content-center-alignment-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 30px;
    height: auto;
    /*max-height: calc(200vh);*/
    /*min-height: calc(100vh - 300px);*/
    /*background-color: pink;*/
}

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

    .main-content-center-alignment-col { margin-top: 60px; }
    
}

.pinkbg {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/pinkbackground.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 65vw;
    height: 65vh;
    z-index: -1;
}

.grey2bg {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #F2F2EA;
    background-repeat: no-repeat;
    width: 65vw;
    height: 60vh;
    z-index: -1;
}

.pinkbg-withwhitelines {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/pinkbgwithwhitelines.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 65vw;
    height: 65vh;
    z-index: -1;
}

.whitewithbrownlinesbg {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/brownlines.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 65vw;
    height: 65vh;
    z-index: -1;
}

.whitewithgreenlinesbg {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/greenlines.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 65vw;
    height: 65vh;
    z-index: -1;
}

.bluebg-withwaves {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/bluebgwithwaves.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 65vw;
    height: 65vh;
    z-index: -1;
}

.beigebg {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/backgroundbeige.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 65vw;
    height: 65vh;
    z-index: -1;
}

.fougerebg {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/bgfougere.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 65vw;
    height: 70vh;
    z-index: -1;
}




.orangeclairbg {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/orangeclairbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 65vw;
    height: 65vh;
    z-index: -1;
}

.whitewithredlinesbg {
    position: absolute;
    top: 0px;
    right: 150px;
    background-image: url("../img/whitebgwithredlines.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 65vw;
    height: 80vh;
    z-index: -1;
}

.parmebg {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/backgroundparmeraye.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 65vw;
    height: 70vh;
    z-index: -1;
}

.main-content-center-withbg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url("../img/Background.png");
    background-repeat: repeat;
}

.main-content-center-withbackgroundvawes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url("../img/backgroundvawes.png");
    background-repeat: repeat;
}

.main-content-center-withgreenleaflets {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url("../img/greenbackgroundwithleaflets.png");
    background-repeat: repeat;
}

.main-content-center-withgreenarrays {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url("../img/greenbackgroundwitharrays.png");
    background-repeat: repeat;
}

.inside-main-content-center {
    padding-right: 20pt;
    padding-left: 20pt;
}



@media screen and (max-width: 1024px) {
    .inside-main-content-center {
        width: 1000px;
    }

    .imghome {
        object-fit: fill;
        width: 100%;
    }
}

.seine62startscreenbutton:hover {
    cursor: pointer;
}



.footer-next-previous {
    /* position: fixed; */
    bottom: 60pt;
    display: flex;
    flex-direction: row;
    width: 80vw;
}

.btsuivant {
    /* position: fixed; */
    /* bottom: 70pt; */
    display: block;
}

@media screen and (max-width: 1024px) {
    .btsuivant {
        bottom: 70pt;
    }
}

.footer-progressbar {
    bottom: 20pt;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    width: 80vw;
}

.container-progression-inacategory {
    position: absolute;
    bottom: 75pt;
    display: flex;
    flex-direction: row;
    width: 80vw;
    justify-content: center;
}

.footer-next-previous .div-previous {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 40vw;
}

.footer-next-previous .div-next {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 40vw;
}


.container-2-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80vw;
    min-height: 65vh;
}

.height60vh {
    height: 60vh;
}

.container-80percent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80vw;
    /*  height: 80vh;*/
}

.container-1-column {
    display: flex;
    flex-direction: column;
    width: 80vw;
    height: 80vh;
    min-height: 580px;
}

.columnleft {
    width: 38vw;
}


.columnright {
    width: 38vw;
}

.container-answers {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 1000px;
}

@media screen and (max-width: 1024px) {
    .container-answers {
        width: 80vw;
    }
}

@media screen and (max-width: 800px) {
    .container-answers {
        width: 90vw;
    }
}

.card-answer {
    background-color: #c3b395;
    width: 240pt;
    height: 240pt;
    border: 2px solid transparent;
    /*   margin-right: 30pt;*/
}

    /*j 'ai dÃ» faire une classe pour le hover sinon je n'arrivais pas avec jquery Ã  enlever legend hover*/
    .card-answer:hover {
        cursor: pointer;
    }

.card-answer-transparent {
    background-color: transparent;
    width: 220pt;
    height: 220pt;
    /*margin-right: 30pt;*/
    border: 1px solid black;
    padding-top: 40px;
    text-align: center;
}

    .card-answer-transparent:hover {
        cursor: pointer;
    }


@media screen and (max-height: 800px) {

    .card-answer-transparent {
        width: 190pt;
        height: 210pt;
    }

    .card-answer {
        width: 190pt;
        height: 240pt;
    }
}

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

    .card-answer-transparent {
        width: 190px;
        height: 210pt;
    }

    .card-answer {
        width: 190px;
        height: 210pt;
    }
}





.card-answer img {
    width: 100%;
    object-fit: cover;
    height: 160pt;
}

.card-answer-transparent img {
    height: 80pt;
    max-width: 80%;
}




.card-answer-text {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100pt;
    width: 100%;
    padding: 0px 2px 0px 2px;
    text-align: center;
    font-size: 18px;
}

.card-answer .card-answer-text {
    height: 80pt;
}

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

        .card-answer-text {
            text-align: center;
            width: 190px;
        }
    }

    .card-answer-text-alone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*width: 190pt;*/
    text-align: center;
}

.card-answer-transparent .card-answer-text {
    color: black;
}

.card-explanation {
    width: 220px;
    margin-right: 20px;
    margin-left: 20px;
}

    .card-explanation .good-answer {
        background-color: #D9F5DC;
        text-align: center;
        padding: 5pt 10pt 5pt 10pt;
        color: black;
        font-size: 15pt;
        font-weight: bold;
        line-height: 15pt;
    }

    .card-explanation .bad-answer {
        background-color: #e9b3b3;
        padding: 5pt 10pt 5pt 10pt;
        color: black;
        font-size: 15pt;
    }



    .card-explanation .text-explanation {
        color: black;
        font-size: 12pt;
        margin-top: 15pt;
    }



.centertext {
    text-align: center;
}

.ecartementverticalstandard {
    margin-top: 5pt;
    margin-bottom: 10pt;
}

.ecartementverslebasstandard {
    margin-bottom: 30pt;
}



.customediumtitle {
    color: white;
    padding: 2pt 10pt 2pt 10pt;
    text-align: center;
}

.centerall {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.paragraph-hp-lms {
    font-size: 16px;
    margin-bottom: 20pt;
    width: 800pt;
    max-width: 50%;
}


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

    .paragraph-hp-lms {
        font-size: 14px;
        margin-bottom: 20pt;
        width: 550pt
    }
}

.itemmenuprincipal {
    color: black;
    font-size: 14px;
    margin-top: 10pt;
    margin-left: 50pt;
    cursor: pointer;
}

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

    .itemmenuprincipal {
        font-size: 13px;
        margin-top: 10pt;
        margin-left: 20pt;
        cursor: pointer;
    }
}


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

    .itemmenuprincipal {
        font-size: 10px;
       
    }
}

.itemmenuprincipal:hover {
    color: black;
    text-decoration: none;
}


.progress-bar-container {
    width: 100%;
    height: 6pt;
    border: #C3B395 solid 1px;
    opacity: 0;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.progress-bar-content {
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 0%;
    background-color: #C3B395;
    height: 5pt;
}

.btpreviousnext {
    background-color: transparent;
}

.imgconstrainte {
    max-width: 100%;
    max-height: 95%;
}

.img-grossevignette {
    position: relative;
    margin-left: 50px;
    max-width: 50%;
    z-index: -1;
}

.hightLightAnswer {
    border: 2px solid black;
    /*-webkit-box-shadow: 18px 24px 32px -8px rgba(138,126,138,1);
    -moz-box-shadow: 18px 24px 32px -8px rgba(138,126,138,1);
    box-shadow: 18px 24px 32px -8px rgba(138,126,138,1);*/
}

button:disabled {
    cursor: default;
}

.lineblack {
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-width: 85%;
    width: 1000px;
}

@media screen and (max-height: 780px) {
    .lineblack {
        border-bottom: 1px solid #000000;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.imginfo {
    max-width: 150px;
}

.imginfo2 {
    width: 5px;
}


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

    .imginfo {
        max-width: 100px;
    }
}

.bold {
    font-weight: bold;
}

.rowfullline {
    width: 100vw;
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.positiontitre {
    position: absolute;
    top: 80px;
    left: 150px;
}

.positiontitre-new {
    margin-left: 150px;
    margin-bottom: 50px;
}

/*.positiontitre-container {
    display: flex;
    flex-direction: column;
    margin-left: 150px;
    margin-bottom: 30px;
}*/
.positiontitre-2 {
}


.left30 {
    padding-left: 150px;
    width: 30%;
    padding-right: 10px;
}

.left35 {
    padding-left: 150px;
    width: 35%;
    padding-right: 10px;
}

.left40 {
    padding-left: 150px;
    width: 40%;
    padding-right: 10px;
}

.left50 {
    padding-left: 150px;
    width: 55%;
    padding-right: 10px;
}


.right50 {
    padding-left: 20px;
    width: 45%;
    max-height: 60vh;
}


.right60 {
    padding-left: 20px;
    width: 60%;
    max-height: 60vh;
}

.right65 {
    padding-left: 20px;
    width: 65%;
    max-height: 60vh;
}

.right70 {
    padding-left: 20px;
    width: 70%;
}


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

    .left50 {
        padding-left: 50px;
        padding-right: 10px;
        width: 50%;
    }

    .left30 {
        padding-left: 50px;
        width: 30%;
        padding-right: 10px;
    }

    .left40 {
        padding-left: 50px;
        width: 40%;
        padding-right: 10px;
    }

    .right50 {
        padding-left: 30px;
        padding-right: 30px;
        width: 50%;
    }

    .right60 {
        padding-left: 30px;
        padding-right: 30px;
        width: 60%;
    }

    .right70 {
        padding-left: 20px;
        width: 70%;
    }

    .positiontitre {
        position: absolute;
        top: 80px;
        left: 50px;
    }

    .positiontitre-new {
        margin-bottom: 30px;
        margin-left: 50px;
    }
}

.container-thumbnails {
    display: flex;
    flex-direction: row;
    gap: 15px;
    /*align-items: center;*/
    justify-content: space-between;
}

.container-thumbnails-flexstart {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: flex-start;
}

    .container-thumbnails-flexstart .thumbnail-with-text {
        margin-right: 20px;
    }

.container-thumbnails-bis {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: flex-start;
}



.thumbnail-with-text {
    width: 130px;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    border: 2px solid #292325;
}


.big-thumbnail-with-text {
    width: 230px;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    border: 2px solid #292325;
}
.container-thumbnails-bis .thumbnail-with-text,
.container-thumbnails-bis .big-thumbnail-with-text {
    margin-right: 20px;
}

.thumbnail-with-text img,
.big-thumbnail-with-text img {
    padding: 2px;
    height: 60px;
    width: auto;
}

.customiconcard .thumbnail-with-text,
.customiconcard .big-thumbnail-with-text {
    width: 140px;
}

    .customiconcard .thumbnail-with-text img,
    .customiconcard .big-thumbnail-with-text img{
        padding: 1px;
        width: 100px;
        height: auto;
    }

    .customiconcard .thumbnail-with-text .text-thumbnail,
    .customiconcard .big-thumbnail-with-text .text-thumbnail {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
        font-weight: bold;
    }

.thumbnail-with-text .text-thumbnail,
.big-thumbnail-with-text .text-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
    flex-direction: column;
    padding: 0 5px;
}

.big-thumbnail-with-text .text-thumbnail-list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-align: left;
    padding-bottom: 10px;
    flex-direction: column;
    padding: 0 5px;
}
.big-thumbnail-with-text .text-thumbnail-list ul {
    padding-left: 20px;
}

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

    .thumbnail-with-text img,
    .big-thumbnail-with-text img {
        padding: 2px;
        height: 50px;
        width: 45px;
    }

    .thumbnail-with-text,
    .big-thumbnail-with-text {
        width: 70px;
    }

    .elargisseur {
        width: 100px !important; 
    }

        .thumbnail-with-text .text-thumbnail,
        .big-thumbnail-with-text .text-thumbnail {
            font-size: 10px;
        }
}

@media screen and (max-width: 1024px), (max-height:800px) {

    .thumbnail-with-text,
    .big-thumbnail-with-text {
        width: 70px;
    }

    .elargisseur {
        width: 100px !important;
    }

        .thumbnail-with-text img,
        .big-thumbnail-with-text img {
            padding: 5px;
            height: 70px;
            width: 70px;
        }


        .thumbnail-with-text .text-thumbnail,
        .big-thumbnail-with-text .text-thumbnail {
            font-size: 10px;
            margin-bottom: 5px;
        }
}

.diaporama {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: self-start;
    justify-content: space-between;
    height: 65vh;
}


.imgdiapo {
    height: 30vh;
    width: 100%;
    object-fit: cover;
}

.diaporama .diapo-10percents {
    width: 10%;
}

.diaporama .diapo-20percents {
    width: 20%;
}

.diaporama .diapo-30percents {
    width: 30%;
}

.diaporama .diapo-35percents {
    width: 35%;
}


.container-restaurants {
    display: flex;
    flex-direction: row;
}



    .container-restaurants .rezdechaussee {
        margin-top: 20px;
        width: 50%;
    }

    .container-restaurants .au8ieme {
        margin-top: 20px;
        width: 50%;
    }


    .container-restaurants .titleetage {
        background-color: white;
        display: inline-block;
        padding: 5px 10px 5px 10px;
        margin-bottom: 20px;
    }




.containerhqe {
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
}

    .containerhqe .big-title {
        font-size: 39px;
        font-weight: bold;
        text-transform: uppercase;
    }

.smallcardhqe {
    text-align: center;
    margin-right: 20px;
    width: 125px;
    height: 110px;
    border: 2px solid black;
}

.containerhqe .small-info {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}


@media screen and (max-width: 1024px) {
    .containerhqe .big-title {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }


    .smallcardhqe {
        text-align: center;
        margin-right: 20px;
        width: 90px;
        height: 100px;
        border: 1px solid black;
    }

    .containerhqe .small-info {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }
}

.container-icon-and-info {
    display: flex;
    flex-direction: row;
    min-height: 40pt;
    max-width: 80%;
}

    .container-icon-and-info img {
        width: 40pt;
        height: 40pt;
        object-fit: fill;
    }

        .container-icon-and-info img.imginfo2 {
            width: 27pt;
            height: 27pt;
            object-fit: fill;
        }

.txt-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: flex-start;
    margin-left: 20px;
    /*font-weight: bold;*/
}

.txt-info2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: center;
    margin-left: 20px;
}

.containermail {
    border: 1pt solid black;
    padding: 5pt;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    width: 300px;
}

.containermobile {
    margin-left: 10pt;
    border: 1pt solid black;
    padding: 5pt;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    width: 200px;
}

.paragraph {
    padding: 5pt 30pt 5pt 0pt;
}

.displaynone {
    display: none;
}

.custommargintop {
    margin-top: 50px;
}

.custommargintop2 {
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .custommargintop {
        margin-top: 20px;
    }

    .custommargintop2 {
        margin-top: 12px;
    }
}

.pictoprogressbar {
    width: 30px;
    height: 30px;
    margin-right: 5pt;
    margin-left: 5pt;
}

.quizz-result-container {
    padding-top: 15px;
    color: rgb(150, 150, 150);
}

.quizz-result-final {
    text-align: center;
    color: rgb(150, 150, 150);
}

.paragraphelambda {
    font-weight: normal;
    font-size: 1rem;
}

.rightalign {
    text-align: right;
}


#customMessageBox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}




    #customMessageBox #centralcard {
        position: relative;
        width: 550px;
        height: 250px;
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #customMessageBox .maintitle {
        margin-top: 25px;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #customMessageBox .result {
        margin-top: 20px;
        font-size: 20px;
        font-weight: normal;
        background-color: #D9F5DC;
        padding: 10px;
    }

    #customMessageBox .explanation {
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
        font-weight: normal;
        padding: 10px 50px 10px 50px;
    }

    #customMessageBox .close {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 20px;
        font-weight: normal;
    }


/*@media screen and (min-width: 1300px) and (max-height: 800px) {
    .uptothetop {*/
/*position: relative;
        top: -30px;*/
/*}
}*/

.custommarginforipad {
    margin-top: 30px;
    margin-bottom: 10px
}

@media screen and (max-width: 1024px) {
    .custommarginforipad {
        margin-top: 0px;
        margin-bottom: 0px
    }
}

.positionfixed {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50vw;
    height: auto;
    z-index: -1;
}

.positionfixed2 {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 40vw;
    height: auto;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .positionfixed2 {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 50vw;
        height: auto;
        z-index: -1;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /*height: 0;*/
    overflow: hidden;
    max-width: 90%;
}

@media screen and (max-width: 1024px) {
    .embed-container {
        position: relative;
        padding-bottom: 100%;
        overflow: hidden;
        max-width: 100%;
    }
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 100%;
    }
}


.positionhqe {
    margin-right: 200px
}

@media screen and (max-width: 1024px) {
    .positionhqe {
        margin-right: 20px;
        padding-bottom: 10px;
    }
}

.main-content-center.full-width {
    min-width: 1020px;
}


.pagination-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}


.txtcenter {
    text-align: center;
}


.containerimgandtext {
   /* background-color: beige;*/
    display: flex;
    flex-direction: row;
    
}

.containerimgandtext .picto {
/*        background-color: gray;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}

    .containerimgandtext .text {
      /*  background-color: red;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
       
        margin-left: 20px;
        /* font-weight: bold */
    }



.container-imggrouploreal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: red;
}

    .container-imggrouploreal img {
        width: auto;
    }

@media screen and (max-width: 1024px) {
    .container-imggrouploreal img {
        width: 100px;
    }
}


.imgconstrainte-newversion {
    width: 85%;
    /* height: 95%; */
    z-index: -100;
    position: relative;
}

.imgconstrainte-newversion2 {
    width: 92%;
    /* height: 95%; */
    z-index: -100;
    position: relative;
}

.imgconstrainte-newversion3 {
    width: 75%;
    /* height: 95%; */
    z-index: -100;
    position: relative;
}

 .custommarginbottom{
      margin-bottom:30px;
 }

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

    .custommarginbottom{
      margin-bottom:5px;
    }
}

.custommargintop3 {
    margin-top: 40px;
}

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

    .custommargintop3 {
        margin-top: 0px;
    }
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}