#grandDiv {
    background-repeat: no-repeat;
    margin: 0;
    height: auto;
}

#contentContentDivElements {
    display: flex;
    height: auto;
    background-color: #37aae1;
    align-items: center;
    border-radius: 5px;
}

#contentContentDivElements_1 {
    display: flex;
    height: 300px;
    width: 10%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}

#contentContentDivElements_2 {
    background-color: white;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

#contentContentDivElements_22bis {
    background-color: white;
    height: auto;
    width: calc(352px * 6);
    overflow: hidden;
    animation: carousel 20s ease-in-out infinite;
}

@keyframes carousel {
    0% {
        margin-left: 0px;
    }

    20% {
        margin-left: 0px;
    }

    40% {
        margin-left: calc(-350px);
    }

    40% {
        margin-left: calc(-350px);
    }

    60% {
        margin-left: calc(-350px * 2);
    }

    60% {
        margin-left: calc(-350px * 2);
    }

    80% {
        margin-left: calc(-350px * 3);
    }

    80% {
        margin-left: calc(-350px * 3);
    }

    100% {
        margin-left: 0px;
    }
}

#contentContentDivElements_3 {
    display: flex;
    height: 300px;
    width: 10%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

#divElementPhoto {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    float: left;
    border: 1px solid rgb(199, 194, 194);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}

#divPhoto {
    background: white;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

#grandDivEnteteMenu1 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-image: url("/images/businesspeople.jpg");
    /*padding: 0 20px;*/
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
}

#grandDivEnteteMenu1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 94, 0.45);
}

.fixed_links_hover {
    position: fixed;
    top: 20px;
    right: 20px;
}

#grandDivHoverBis {
    height: auto;
    border-radius: 10px;
    /*position: absolute;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 25px;
}

#divRond {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100%;
    padding: 10px;
    margin-bottom: 20%;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    scale: 1;
    transition: scale 200ms;
}

.sizeIcone {
    width: 20px;
    height: 20px;
}

.classi {
    color: black;
}

.activeLinkPos {
    scale: 1.2 !important;
    background-color: #0d6efd !important;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2) !important;
}

.activeLinkPos .classi {
    color: #fff;
}

#divRond:hover {
    scale: 1.2;
    background-color: rgba(13, 110, 253, 0.5);
}

#divRond.activeLinkPos:hover {
    scale: 1.2;
    background-color: #0d6efd;
}

#divRond:hover .classi {
    color: #fff;
}

.taille {
    font-size: 30px;
}

.taille_22 {
    font-size: 22px;
}

/*#grandDivHover {*/
/*    height: fit-content;*/
/*    width: 35%;*/
/*    background-color: #37aae1;*/
/*    border-radius: 10px;*/
/*    opacity: 0.8;*/
/*    position: absolute;*/
/*    height: 70vh;*/
/*    animation: AnimationGrandDivHover 1s ease-in-out;*/
/*    overflow: hidden;*/
/*}*/
.error {
    box-shadow: 0px 0px 0px 2px #f2f8fd, 0 0 0 4px #cdd4d9, 0 0 0 6px #fff,
    0 0 0 8px #f44336 !important;
    border-radius: var(--default_border_radius);
}

.password-container {
    position: relative;
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #0d6efd;
}

#grandDivHover {
    height: auto;
    /*background-color: rgba(55, 170, 225, 0.8);*/
    background-color: rgb(13 110 253 / 28%);
    /*background-color: rgb(13 110 253);*/
    backdrop-filter: blur(5px);
    /*position: absolute;*/
    /*padding: 2rem 2.5rem 3rem;*/
    overflow: hidden;
    /*border-radius: 1.75rem;*/
}

.or_divisor::before,
.or_divisor::after {
    content: '';
    flex: 1;
    opacity: .3;
    border-bottom: 1px solid #fff;
}

.sizeFont {
    font-size: 1.5em;
}

#grandDivEnteteMenu2 {
    height: auto;
    background-color: "white";
    display: flex;
    justify-content: center;
    align-items: center;
}

#grandDivconnexion {
    height: auto;
    background-color: "white";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    margin-top: 3%;
}

.grandDivConnexion {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    margin-top: 3%;
}

.grandDivconnexion_123 {
    flex-direction: column;
}

#grandDivEnteteMenu2_bis {
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 39px;
    width: 100%;
    background-color: white;
    color: gray;
    gap: 15px;
}

.grandDivEnteteMenu2_bis {
    font-size: 40px;
    font-weight: bold;
}

@keyframes TranslationTextQuestion {
    from {
        margin-left: -150%;
    }
    to {
        justify-content: center;
    }
}

#divContentQuestion {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

#grandDivEnteteMenu3 {
    height: auto;
    background-image: url("/images/business-management.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.grandDivEnteteMenu3 {
    color: white;
    padding: 30px;
    font-weight: bold;
    font-size: 50px;
}

#grandDivEnteteMenu33 {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#grandContent {
    background: white;
    width: 31%;
    height: auto;
    border-radius: 10px;
    box-shadow: 3px 5px 5px 3px gray;
    /*box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);*/
}

#grandContent12 {
    height: 100px;
    display: flex;
    background: white;
    justify-content: space-between;
    align-items: center;
}

#divruban {
    margin-left: -1.5%;
    width: 103%;
    border-radius: 30px;
    height: 13px;
    box-shadow: 10px 5px 5px black;
}

#grandContent123 {
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    padding: 30px;
}

#separotor {
    background-color: gray;
    height: 80%;
    width: 10px;
    border-radius: 50px;
}

#grandContentTravaux {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    height: auto;
}

.codeVerif {
    font-size: 30px;
    font-weight: bold;
}

#rondCheck {
    cursor: pointer;
    border-radius: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #0d6efd;
    border: 1px solid white;
}

.forfait {
    font-size: 40px;
}

.forfaitPrix {
    font-size: 30px;
}

.colorGray {
    color: gray;
}

#divContentBouton {
    width: 45%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    text-align: center;
    color: gray;
}

#divContentBouton:hover {
    background-color: #eee;
    scale: 1.1;
}

#grandDivEnteteMenu4 {
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid gray;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    padding: 20px;
    background: #37aae1;
}

#grandDivEnteteMenu44 {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 90%;
    flex-direction: row;
}

#grandDivEnteteMenu5 {
    height: auto;
    background-color: rgb(136, 135, 135);
    margin-top: 50px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    color: white;
    font-weight: bold;
}

.logos {
    width: 200px;
    height: 200px;
}

#divBouton {
    width: 50%;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 3%;
    background-color: white;
    border-radius: 30px;
    font-weight: bold;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#divBoutonconnexion {
    width: 40%;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 3%;
    background-color: white;
    border-radius: 30px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#divBouton:hover,
#divBoutonconnexion:hover {
    box-shadow: 2px 3px 3px 3px rgb(100, 97, 97);
    transition-duration: 0.5s;
    scale: 1.1;
}

#divPiedSeparator {
    width: 300px;
    height: 100%;
    padding: 20px;
}

#divTitre {
    margin-left: 7%;
    margin-bottom: 8%;
    font-size: 20px;
}

ul {
    list-style: none;
    line-height: 28px;
}

li a {
    color: white;
    text-decoration: none;
    justify-content: space-around;
}

li a:hover {
    text-decoration: underline;
    color: black;
}

#div_1 {
    width: 58%;
    height: 300px;
    padding: 20px;
    color: gray;
    font-size: 3em;
    line-height: 1.2em;
}

#div_2 {
    width: 40%;
    height: auto;
    padding: 20px;
}

#div_aide {
    margin-bottom: 3%;
    margin: auto;
    width: 48%;
    padding: 10px;
    margin-top: 2%;
    border-radius: 10px;
    background-color: white;
    position: relative;
    animation-name: div_aide;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes div_aide {
    from {
        top: 150px;
    }
    to {
        top: 10px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }
}

#div_aide_header {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

#div_aide_header_1 {
    width: 10%;
    padding: 10px;
}

#div_aide_header_2 {
    width: 50%;
    padding: 10px;
    font-weight: bold;
    font-size: 1.4em;
}

.backShadow {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.groundBlue {
    background-color: #37aae1;
}

.colorWhite {
    color: white;
}

#divPseudoElement {
    width: 80px;
    height: 80px;
    position: relative;
    margin-top: -100px;
    margin-left: 15%;
    border: 50px solid #37aae1;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    display: none;
    /*border:50px solid rgb(214, 213, 213)  ;*/
}

#divcadreFormulaire {
    /*background:rgb(214, 213, 213) ;*/
    background-color: #37aae1;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

#divModule {
    justify-content: space-around;
    flex-wrap: wrap;
    display: flex;
    width: 75%;
    padding: 10px;
    height: auto;
}

#divSocialMedia {
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
}

#divSocialMedia_1 {
    border: 1px solid rgb(167, 162, 162);
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    border-radius: 50px;
    background-color: #eee;
    padding: 6px;
    align-items: center;
    cursor: pointer;
    width: auto;
}

#divSocialMedia_1:hover {
    color: gray;
}

.imgSrc {
    width: 30px;
    height: 30px;
}
