body,
html {
    background-position: top center;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.off-screen-menu li {
    text-align: left;
}
/* off-screen-menu */
.off-screen-menu {
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    transition: .3s ease;
}
.off-screen-menu ul{
    padding: 0;
}
.off-screen-menu.active {
    right: 0;
    background-color: #04344D !important ;
    z-index: 1000;
}
.off-screen-menu.active li a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.off-screen-menu.active li {
    list-style: none;

}
/* nav */
nav {
    padding: 1rem;
    display: flex;
}

/* ham menu */
.ham-menu {
    height: 50px;
    width: 40px;
    margin-left: auto;
    position: relative;
}

.ham-menu span {
    height: 5px;
    width: 100%;
    background-color: #04344D;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    z-index: 1000;
}

.ham-menu span:nth-child(1) {
    top: 25%;
}

.ham-menu span:nth-child(3) {
    top: 75%;
}

.ham-menu.active span {
    background-color: #fff;
}

.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2) {
    opacity: 0;
}

.ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ham-menu {
    display: none;
}

.red-message-guest {
    font-size: 23px;
    margin-top: 9px;
    margin-left: 1.8em;
    margin-bottom: 1.2em;
}

@media (max-width: 991px) {
    .ham-menu {
        display: unset;
    }

    .left-image {
        display: none;
    }

    .menu-horizontal {
        display: none;
    }

    .head #menu-horizontal {
        display: none;
    }

    .right-image {
        display: none;
    }
}

body {
    width: 100%;
    height: 100vh;
}

.container {
    width: 100%;
}

.right-image {
    width: 88px;
    height: 80px;
}

.left-image {
    width: 106px;
    height: 70px;
}

.head {
    display: flex;
    justify-content: space-between;
    width: 82%;
    margin: auto;
    margin-bottom: 6px;
    margin-top: 6px;
    align-items: center;
}

.head img {
    max-width: 100%;
    height: auto;
}

.content {
    display: grid;
    width: 100%;
    margin: auto;
    grid-template-columns: 10% 90%;
    gap: 10px;
    column-gap: 30px;
    padding: 10px;
    margin-top: 20px;
}

.content-reserve {
    display: grid;
    width: 100%;
    margin: auto;
    grid-template-columns: 85% 15%;
    gap: 10px;
    column-gap: 15px;
    padding: 10px;
    margin-top: 20px;
}

.content-reserve p {
    flex: 1;
    margin-left: 70px;
    text-align: start !important;
    width: 97%;
}

.content p {
    flex: 1;
    margin-left: 70px;
    text-align: start !important;
    width: 90%;
}
.print-page .info ,.print-page .Info h2 {
    line-height: 0.4 !important;
}
#text-blue {
    text-decoration: underline;
    color: #00689F;
}

.custom-list {
    margin-left: 140px;
    font-weight: normal !important;
    font-size: 24px;
    line-height: 220% !important;
}

.custom-list-item {
    font-weight: normal !important;
}

.content img {
    width: 160px;
    height: auto;
}

.content-reserve img {
    width: 165px;
    height: auto;
}

#page,
#menu-horizontal,
#body,
#foot {
    width: 100%;
    margin: auto;
    line-height: 1.5;
}

#page {
    min-height: 100%;
    overflow: visible;
}

#menu-horizontal {
    width: 100%;
    height: 72px;
    text-align: center;
}

#menu-horizontal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.Copyright{
    margin: 15px 0px 15px 0px;
    font-weight: bold;
    text-align: center;
}

#menu-horizontal li {
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: normal !important;
    margin-top: 11px;
}

#menu-horizontal a {
    text-decoration: none;
    color: white;
}

.justify-content {
    justify-content: center;
}

summary {
    list-style-type: none;
}

details li {
    list-style: none;
}

details ul {
    padding: 0;
}

#cadre-head h1,
#txt-presentation h1 {
    font-size: 28pt;
    text-align: center;
    margin-bottom: 38px;
}

#cadre-body {
    min-height: 348px;
}

#cadre-body .contenu {
    background-color: #fff;
    padding: 10px;
}

#foot {
    margin-top: 70px;
    background-color: #4F4F4F;
    color: #fff;
    text-align: center;
    padding-top: 85px;
    width: 100%;
    height: 190px;
    font-size: 14pt;
}

.clear {
    clear: both;
}

#txt-presentation {
    width: 80%;
    margin-right: 10px;
    margin: auto;
}

#txt-presentation p {
    line-height: 150% !important;
    font-size: 24px;
}

#cadre-body .contenu h1,
#cadre-body .contenu h2 {
    margin: 0;
    padding: 0;
    font-size: 18pt;
    margin-left: 3px;
}

#cadre-body .contenu h2 {
    font-size: 15pt;
}

#cadre-body .contenu p {
    line-height: 160%;
    font-size: 24px;
}

#first-content-pre {
    margin-left: 0px;
}

#first-content-pre-img {
    width: 165px;
    height: auto;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-right: 15px;
    border-color: #04344D;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
}

input::placeholder {
    color: #04344D;
    font-size: 18px;
    font-weight: 600;
}

#form-connexion {
    width: 100%;
    border: 3px solid #04344D;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Button {
    background-color: #04344D;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 180px;
    height: 50px;
    font-size: 19px;
}

.div-form-cnx {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 120px;
}

#title-form {
    color: #04344D;
    font-size: 23px;
    font-weight: 600;
    margin-left: 5px;
}

#div-button {
    text-align: center;
}

.button-sh {
    padding: 20px;
    background-color: white;
    color: #04344D;
    border: 3px solid #04344D;
    border-radius: 5px;
    cursor: pointer;
    width: 325px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    height: 70px;
}

.button-prd-rema {
    margin-top: 10px;
    padding: 10px;
    background-color: white;
    color: #04344D;
    border: 3px solid #04344D;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    width: 670px;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    height: 70px;
}

.buttons-requete {
    text-align: center;
    margin-top: 15px;
}

.button-requete {
    margin-top: 10px;
    padding: 5px;
    background-color: #fff;
    color: black;
    border: 3px solid #04344D;
    cursor: pointer;
    width: 361px;
    height: 57px;
    margin: 0 -6px;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.button-requete span {
    font-size: 16px;
    font-weight: 600;
}

#btn1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#btn3 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btnActionResultat h2 {
    line-height: 0 !important;
}

.lbl {
    margin-left: 8px;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    padding: 0%;
}

.button-indicateurs:hover {
    background-color: #04344D;
    color: #fff;
}

.button-autres-axes:hover {
    background-color: #04344D;
    color: #fff;
}

.button-autres-axes:hover {
    background-color: #04344D;
    color: #fff;
}

.button-sh:hover {
    background-color: #04344D;
    color: #fff;
}

.button-prd-rema:hover {
    background-color: #04344D;
    color: #fff;
}

.button-ctci:hover {
    background-color: #04344D;
    color: #fff;
}

.button-sh:hover {
    background-color: #04344D;
    color: #fff;
}

.title2 {
    font-size: 38px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.title3 {
    font-size: 30px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.img-cart {
    width: 100%;
    height: 590px;
    float: none;
}

.content-home {
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 10px;
    font-size: 26px;
}

.div-frm {
    width: 90%;
    margin: auto;
    margin-bottom: 33px;
}

.div-presentation {
    width: 95%;
    margin: auto;
}

.div-presentation .content {
    margin-bottom: 17px;
}

#img-chrono {
    width: 145px;
    height: auto;
}

.p-chrono {
    margin-top: 30px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    padding: 10px;
}

.grid-container #btn1 {
    background-color: #8F1014;
    color: #fff;
    cursor: pointer;
}

.grid-container1-requete2 #btn2 {
    background-color: #8F1014;
    color: #fff;
    cursor: pointer;
}

.grid-container1-requete3 #btn3 {
    background-color: #8F1014;
    color: #fff;
    cursor: pointer;
}

.grid-container>div {
    text-align: left;
    padding: 10px 0;
    font-size: 30px;
}

.item1 {
    grid-column-start: 1;
    grid-column-end: 5;
}

.item2 {
    grid-column-start: 1;
    grid-column-end: 5;
    margin-top: 20px;
}

.item3 {
    grid-column-start: 1;
    grid-column-end: 5;
}

.item4 {
    grid-column-start: 1;
    grid-column-end: 5;
    margin-top: -10px;
    margin-bottom: -20px;
}

.item9 {
    grid-column-start: 1;
    grid-column-end: 5;
    margin-top: -10px;
    margin-bottom: -20px;
}

.item10 {
    grid-column-start: 1;
    grid-column-end: 3;
}

.item11 {
    grid-column-start: 3;
    grid-column-end: 5;
}

.item12 {
    grid-column-start: 1;
    grid-column-end: 3;
}

.item13 {
    grid-column-start: 3;
    grid-column-end: 5;
}

.item14 {
    grid-column-start: 1;
    grid-column-end: 5;
    margin-top: -10px;
    margin-bottom: -20px;
}

.item21 {
    grid-column-start: 1;
    grid-column-end: 5;
}

.item29 {
    grid-column-start: 1;
    grid-column-end: 5;
}

.item30 {
    grid-column-start: 1;
    grid-column-end: 5;
}

.item34 {
    grid-column-start: 1;
    grid-column-end: 5;
    margin-top: 60px;
}

.button-r {
    float: left;
    max-width: calc(100% / 4 - 58px) !important;
    width: 100%;
    height: 7px;
    position: relative;
    padding: 20px;
    background-color: white;
    color: #04344D;
    border: 3px solid #04344D;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.button-r label,
.button-r input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button-r input[type="checkbox"] {
    opacity: 0.011;
    z-index: 100;
}

.button-r input[type="checkbox"]:checked+label {
    background-color: #04344D;
    color: #fff;
}

.button-r label {
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-rd {
    float: left;
    width: 100%;
    max-width: calc(100% / 2 - 61px);
    margin: 0 5px 0 0;
    position: relative;
    padding: 20px;
    background-color: white;
    color: #04344D;
    border: 3px solid #04344D;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 7px;
}

.button-rd label,
.button-rd input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button-rd input[type="checkbox"] {
    opacity: 0.011;
    z-index: 100;
}

.button-rd input[type="checkbox"]:checked+label {
    background-color: #04344D;
    color: #fff;
}

.button-rd label {
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-container1-requete2 {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    gap: 10px;
    padding: 10px;
}

.grid-container1-requete2>div {
    padding: 10px 0;
    font-size: 20px;
}

.grid-container1-requete2>div span {
    font-size: 19px;
    font-weight: 600;
}

#item1 {
    grid-column-start: 1;
    grid-column-end: 10;
}

#item2 {
    grid-column-start: 1;
    grid-column-end: 10;
    margin-top: 20px;
}

#item3 {
    grid-column-start: 1;
    grid-column-end: 10;
}

.button-cnt1-rqt2 {
    float: left;
    margin: 8px 5px 0 0;
    width: 105px;
    height: 20px;
    position: relative;
    padding: 20px;
    background-color: white;
    color: #04344D;
    border: 3px solid #04344D;
    border-radius: 5px;
    cursor: pointer;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.button-cnt1-rqt2 input {
    cursor: pointer;
}

.button-r input {
    cursor: pointer;
}

.button-rd input {
    cursor: pointer;
}

.button-cnt1-rqt2 label,
.button-cnt1-rqt2 input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button-cnt1-rqt2 label {
    line-height: 27px;
}

.button-cnt1-rqt2 input[type="checkbox"] {
    opacity: 0.011;
    z-index: 100;
}

.button-cnt1-rqt2 input[type="checkbox"]:checked+label {
    background-color: #04344D;
    color: #fff;
}

.button-cnt1-rqt2 label {
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-container2-requete2 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 5px;
    column-gap: 40px;
    padding: 10px;
}

.grid-container2-requete2>div {
    padding: 10px 0;
    font-size: 19px;
    width: 300;
    font-weight: 600;
}

#item1-g2 {
    grid-column-start: 1;
    grid-column-end: 5;
}

#item2-g2 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#item3-g2 {
    grid-column-start: 3;
    grid-column-end: 5;
}

#item4-g2 {
    grid-column-start: 1;
    grid-column-end: 5;
}

#item5-g2 {
    grid-column-start: 1;
    grid-column-end: 5;
}

#item6-g2 {
    grid-column-start: 1;
    grid-column-end: 5;
}

#item7-g2 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#item8-g2 {
    grid-column-start: 3;
    grid-column-end: 5;
}

#item9-g2 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#item10-g2 {
    grid-column-start: 3;
    grid-column-end: 5;
}

.table-ssh {
    width: 100%;
    margin: auto;
}

.th1 {
    width: 20%;
}

.th2 {
    width: 60%;
}

.th3 {
    width: 20%;
}

.table-ssh {
    width: 100%;
}

th,
td {
    border: 2px solid #04344D;
    height: 30px;
}

th {
    height: 40px !important;
    line-height: 14px;
}

#item4-table {
    grid-column-start: 1;
    grid-column-end: 4;
    color: #E2242D;
    text-align: center;
}

.items {
    border: 2px solid #04344D;
}

.circle-with-plus {
    width: 50px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #D8B84A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    cursor: pointer;
    font-size: 40px;
    color: #D8B84A;
    font-weight: 500;
}

.chapitre-ssh-frm {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 120px;
}

.chapitre-ssh-frm input {
    border: 3px solid #04344D;
}

.chapitre-ssh-frm select {
    border: 3px solid #04344D;
}

.combo {
    width: 85%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-right: 15px;
    margin-left: 15px;
    border-color: #04344D;
    background-color: #fff;
    height: 40px;
}

#button-suivant {
    text-align: left;
}

#button-prece {
    text-align: right;
}

.form-chapitre-ssh {
    box-shadow: 0 4px 6px rgba(12, 12, 12, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.div-frm-grid2 {
    width: 95%;
    margin: auto;
}

.div-frm-marg {
    padding-bottom: 25px;
    padding-top: 25px;
}

.div-frm-marg input {
    width: 67%;
    height: 40px;
}

.div-frm-marg label {
    margin-top: -15px;
}

.table1-r3 {
    width: 100%;
    text-align: center;
    border: 4px solid #04344D;
    min-height: 240px;
    font-weight: 500;
}

.table1-r3 th,
td {
    height: 50px;
    line-height: 23px;
}

.table1-r3 td {
    min-height: 240px;
}

.table1-r3 .th1 {
    width: 30%;
}

.table1-r3 .th2 {
    width: 35%;
}

.table1-r3 .th3 {
    width: 35%;
}

.grid-container1-requete3 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    padding: 10px;
}

.grid-container>div {
    padding: 20px 0;
    font-size: 30px;
}

#item1-r3 {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-bottom: 28px;
}

#item2-r3 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#item3-r3 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#item4-r3 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#item5-r3 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#item6-r3 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#item7-r3 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#item8-r3 {
    grid-column-start: 1;
    grid-column-end: 2;
}

#item9-r3 {
    grid-column-start: 2;
    grid-column-end: 3;
}

.table2-r3 {
    width: 100%;
    text-align: center;
    border: 4px solid #04344D;
    min-height: 240px;
}

.table2-r3 td {
    text-align: left;
    margin-right: 17px;
}

.td-table2 {
    width: 100%;
    margin: auto;
    margin-left: 10px;
}

.table2-r3 .th1 {
    width: 30%;
}

.table2-r3 .th2 {
    width: 35%;
}

.table2-r3 .th3 {
    width: 35%;
}

.div-guides {
    border: 2px solid #04344D;
    background-color: #fff;
    height: 250px;
    width: 180px;
}

.foot-button {
    margin-top: 50px;
    margin-bottom: 80px;
}

.grid-container-guides {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    padding: 10px;
    border: solid 3px #04344D;
    width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

.div-content-item6 {
    grid-column-start: 1;
    grid-column-end: 4;
    margin-top: 110px;
    margin-bottom: 150px;
    text-align: center;
    line-height: 1.1;
}

.guides-img-head img {
    max-width: 100%;
    height: auto;
}

#img-guides2 {
    margin-top: -9px;
}

.img-guides {
    width: 65px;
    height: 40px;
}

.grid-container-guides-div1 {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    padding: 10px;
    border: solid 3px #04344D;
    width: 43%;
    margin: auto;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 45px;
}

#item5-guides {
    grid-column-start: 1;
    grid-column-end: 4;
    font-size: 22px;
    color: #EC8F5E;
}

#item6-guides {
    grid-column-start: 1;
    grid-column-end: 4;
    font-size: 22px;
    color: #04344D;
}

.txtdiv2-cont-guide {
    font-size: 33px;
    line-height: 1.2;
    color: #04344D;
    margin-top: -15px;
    margin-bottom: 25px;
}

.guides-img-head {
    margin-top: 30px;
}

.grid-container1-requete3 th {
    color: #04344D;
}

#col1-tr2-t2 {
    margin-left: 10px;
}

.grid-container1-requete3 td {
    font-size: 20px;
}

.grid-container1-requete3 th {
    font-size: 20px;
    font-weight: normal !important;
}

.table1-r3 .th1 {
    width: 15%;
}

.table1-r3 .th2 {
    width: 30%;
}

.table1-r3 .th3 {
    width: 55%;
}

.table2-r3 .th1 {
    width: 45%;
}

.table2-r3 .th2 {
    width: 25%;
}

.table2-r3 .th3 {
    width: 30%;
}

#div-button-error {
    text-align: right;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cont-error {
    justify-content: center;
}

.grid-container-error {
    display: grid;
    width: 85%;
    margin: auto;
    grid-template-columns: 70% 30%;
    gap: 10px;
    padding: 10px;
    margin-top: 20px;
}

#item2-grid-error {
    text-align: right;
    margin-top: 40px;
}

#img-error1 {
    width: 175px;
    height: auto;
    max-width: 100%;
    margin-top: -40px;
}

#img-error2 {
    width: 220px;
    height: auto;
    max-width: 100%;
}

#input-mail-for-error {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 5px;
    border-color: #04344D;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
}

#input-mail-for-error::placeholder {
    color: #E2242D;
    font-size: 18px;
    font-weight: 600;
}

#cadre-bienvenue {
    text-align: center;
}

.button-bienvenue {
    padding: 10px;
    background-color: #04344D;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 230px;
    height: 60px;
    font-size: 20px;
    margin-bottom: 20px;
}

#div-bienvenue {
    line-height: 180%;
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #000000;
}

#div-user-name {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
    color: #254FAA;
}

.error {
    margin-top: 20px;
    color: red;
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
}

.requetes h1 {
    font-size: 35px;
}

#divDataResult {
    margin-top: -28px;
}

.requetes h2 {
    font-size: 26px;
}

.requetes h3 {
    font-size: 21px;
    line-height: 0.4;
}

#divResultat {
    line-height: 0.4;
}

.requetes h4 {
    font-size: 20px;
    line-height: 1.1;
}

.button-cnt1-rqt2 {
    max-width: calc(100% / 10 - 28px) !important;
    font-size: 18px;
    margin-bottom: 8px;
}

.Pagination {
    margin-top: 30px;
    font-size: 20px;
}

.Pagination span {
    padding: 3px;
}

@media only screen and (max-width: 1500px) {
    .requetes h2 {
        font-size: 26px;
    }

    .requetes h3 {
        font-size: 23px;
    }

    .lbl {
        font-size: 21px;
    }

    .FloatLeft label {
        font-size: 18.5px;
    }

    .button-rd,
    .button-r {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    #page,
    #menu-horizontal,
    #body,
    #foot {
        width: 100%;
        margin: auto;
        line-height: 1.2;
    }

    .button-r {
        max-width: calc(100% / 3 - 0px) !important;
    }

    #cadre-head h1,
    #txt-presentation h1 {
        font-size: 22pt;
    }

    .img-cart {
        width: 100%;
        height: auto;
    }

    #cadre-body .contenu p {
        line-height: 160%;
        font-size: 18px;
    }

    .content img {
        width: 137px;
        height: auto;
        margin-top: 15px;
    }

    .custom-list {
        font-size: 18px;
    }

    body {
        width: 100%;
        height: 100vh;
        font-size: 18px;
    }

    #foot {
        font-size: 12pt;
    }

    .content {
        margin-bottom: 0px;
    }

    .button-bienvenue {
        padding: 10px;
        background-color: #04344D;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 175px;
        height: 43px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    #div-user-name {
        font-size: 26px;
        text-align: center;
        margin-bottom: 25px;
        color: #254FAA;
    }

    #div-bienvenue {
        line-height: 180%;
        font-size: 24px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 8px;
        color: #000000;
    }

    .button-requete {
        width: 280px;
        font-size: 18px;
    }

    .title2 {
        font-size: 28px;
    }

    .title3 {
        font-size: 27px;
    }

    .button-r {
        float: left;
        margin: 0 5px 0 0;
        max-width: calc(100 / 4 -28px);
        height: 12px;
        position: relative;
        padding: 20px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 19px;
    }

    .button-rd {
        float: left;
        margin: 0 5px 0 0;
        position: relative;
        padding: 20px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 19px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        height: 12px;
    }

    .button-rd label {
        cursor: pointer;
        z-index: 10;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 4px;
        padding: 0px;
    }

    .lbl {
        margin-left: 8px;
        font-size: 22px;
    }

    .button-cnt1-rqt2 {
        float: left;
        margin: 0 5px 0 0;
        width: 40px;
        height: 9px;
        position: relative;
        padding: 20px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }

    #txt-presentation {
        width: 90%;
        margin-right: 10px;
        margin: auto;
    }

    .grid-container2-requete2 {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 5px;
        column-gap: 18px;
        padding: 10px;
    }

    .grid-container1-requete2 {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 5px;
        column-gap: 0px;
        padding: 10px;
    }

    .grid-container1-requete2 .button-requete {
        margin-top: 10px;
        padding: 10px;
        background-color: #fff;
        color: black;
        border: 3px solid #04344D;
        cursor: pointer;
        width: 254px;
        height: 65px;
        margin: 0 -6px;
        font-size: 22px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .grid-container1-requete2 .button-requete span {
        font-size: 18px;
        font-weight: 600;
    }

    .grid-container1-requete3 td {
        font-size: 18px;
    }

    .buttons-requete .button-requete {
        margin-top: 10px;
        padding: 10px;
        background-color: #fff;
        color: black;
        border: 3px solid #04344D;
        cursor: pointer;
        width: 254px;
        height: 110px;
        margin: 0 -6px;
        font-size: 22px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .grid-container1-requete3 {
        width: 100%;
    }

    .grid-container-guides {
        display: grid;
        grid-template-columns: auto;
        gap: 20px;
        padding: 60px;
        border: solid 3px #04344D;
        width: 50%;
        margin: auto;
        text-align: center;
        margin-top: 40px;
    }

    .grid-container-guides-div1 {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
        padding: 10px;
        border: solid 3px #04344D;
        width: 63%;
        margin: auto;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 45px;
    }

    #img-error1 {
        max-width: 50%;
    }

    #img-error2 {
        max-width: 80%;
    }

    .Button {
        padding: 10px;
        background-color: #04344D;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 170px;
        height: 49px;
        font-size: 20px;
    }
}

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

    #cadre-head h1,
    #txt-presentation h1 {
        font-size: 17pt;
        max-width: 100%;
    }

    #first-content-pre-img {
        width: 125px;
        height: auto;
        margin-left: -37px;
        margin-top: 23px;
    }

    .img-cart {
        width: 100%;
        height: auto;
    }

    #cadre-body .contenu p {
        line-height: 160%;
        font-size: 15px;
    }

    .content img {
        width: 110px;
        height: auto;
        margin-top: 15px;
        margin-left: -12px;
    }

    .custom-list {
        font-size: 15px;
        margin-left: 100px;
        line-height: 190% !important;
    }

    body {
        width: 100%;
        height: 100vh;
        font-size: 15px;
    }

    #foot {
        font-size: 11pt;
        height: 120px;
        margin-top: 10px;
        padding-top: 25px;
    }

    .content {
        margin-bottom: 0px;
    }

    .content {
        display: grid;
        width: 100%;
        margin: auto;
        grid-template-columns: 8% 92%;
        gap: 10px;
        column-gap: 20px;
    }

    #txt-presentation {
        width: 87%;
        margin-right: 10px;
        margin: auto;
        margin-left: 10px;
    }

    .button-bienvenue {
        padding: 10px;
        background-color: #04344D;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 164px;
        height: 45px;
        font-size: 15px;
        margin-bottom: 20px;
    }

    #div-user-name {
        font-size: 20px;
        text-align: center;
        margin-bottom: 22px;
        color: #254FAA;
    }

    #div-bienvenue {
        line-height: 180%;
        font-size: 20px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 14px;
        color: #000000;
    }

    #title-form {
        color: #04344D;
        font-size: 20px;
        font-weight: 600;
        margin-left: 5px;
    }

    .Button {
        background-color: #04344D;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 143px;
        height: 44px;
        font-size: 16px;
    }

    .div-form-cnx {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        height: 87px;
    }

    input::placeholder {
        color: #04344D;
        font-size: 16px;
        font-weight: 600;
    }

    #first-content-pre-img {
        width: 133px;
        height: auto;
    }

    .content img {
        width: 110px;
        height: auto;
    }

    .head img {
        max-width: 80%;
        height: 80%;
    }

    .button-requete {
        margin-top: 10px;
        padding: 10px;
        background-color: #fff;
        color: black;
        border: 3px solid #04344D;
        cursor: pointer;
        width: 196px;
        height: 58px;
        margin: 0 -6px;
        font-size: 19px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .button-requete span {
        font-size: 14px;
        font-weight: 600;
    }

    .title2 {
        font-size: 24px;
    }

    .title3 {
        font-size: 23px;
    }

    .button-r {
        float: left;
        margin: 0 5px 0 0;
        height: 12px;
        position: relative;
        padding: 20px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    .button-rd {
        float: left;
        margin: 0 5px 0 0;
        position: relative;
        padding: 20px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        height: 12px;
    }

    .button-rd label {
        cursor: pointer;
        z-index: 10;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 0px;
        padding: 0px;
    }

    .lbl {
        margin-left: 8px;
        font-size: 20px;
    }

    .button-cnt1-rqt2 {
        float: left;
        margin: 0 5px 0 0;
        width: 17px;
        height: 9px;
        position: relative;
        padding: 20px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }

    #txt-presentation {
        width: 90%;
        margin-right: 10px;
        margin: auto;
    }

    .grid-container2-requete2 {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 5px;
        column-gap: 5px;
        padding: 10px;
    }

    .grid-container1-requete2 {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 5px;
        column-gap: 0px;
        padding: 10px;
    }

    .grid-container1-requete2 .button-requete {
        margin-top: 10px;
        padding: 10px;
        background-color: #fff;
        color: black;
        border: 3px solid #04344D;
        cursor: pointer;
        width: 196px;
        height: 95px;
        margin: 0 -6px;
        font-size: 19px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .grid-container1-requete2 .button-requete span {
        font-size: 14px;
        font-weight: 600;
    }

    .grid-container2-requete2>div {
        font-size: 15px;
    }

    .grid-container1-requete3 td {
        font-size: 18px;
    }

    .buttons-requete .button-requete {
        margin-top: 10px;
        padding: 10px;
        background-color: #fff;
        color: black;
        border: 3px solid #04344D;
        cursor: pointer;
        width: 196px;
        height: 95px;
        margin: 0 -6px;
        font-size: 19px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .button-requete span {
        font-size: 14px;
        font-weight: 600;
    }

    .grid-container1-requete3 {
        width: 100%;
    }

    .grid-container-guides {
        display: grid;
        grid-template-columns: auto;
        gap: 20px;
        padding: 60px;
        border: solid 3px #04344D;
        width: 50%;
        margin: auto;
        text-align: center;
        margin-top: 40px;
    }

    .grid-container-guides-div1 {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
        padding: 10px;
        border: solid 3px #04344D;
        width: 63%;
        margin: auto;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 45px;
    }

    .div-content-item6 {
        grid-column-start: 1;
        grid-column-end: 4;
        margin-top: 59px;
        margin-bottom: 74px;
        text-align: center;
        line-height: 1.1;
    }

    .txtdiv2-cont-guide {
        font-size: 24px;
        line-height: 1.2;
        color: #04344D;
        margin-top: -22px;
        margin-bottom: 13px;
    }

    .content p {
        flex: 1;
        margin-left: 43px;
        text-align: start !important;
        width: 90%;
        margin-top: 32px;
    }

    #form-connexion {
        width: 100%;
        border: 3px solid #04344D;
        margin: auto;
        padding: 0;
        padding-top: 20px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .error {
        margin-top: 20px;
        color: red;
        text-align: center;
        font-size: 10px;
        line-height: 1.5;
    }

    #img-error1 {
        max-width: 32%;
    }

    #item2-grid-error {
        text-align: right;
        margin-top: 30px;
        max-width: 78%;
        margin-left: 41px;
    }

    Button {
        background-color: #04344D;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 134px;
        height: 40px;
        font-size: 16px;
    }

    #input-mail-for-error {
        font-size: 16px;
    }

    #input-mail-for-error::placeholder {
        color: #E2242D;
        font-size: 16px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 601px) and (max-width: 700px) {

    #cadre-head h1,
    #txt-presentation h1 {
        font-size: 13pt;
        max-width: 100%;
    }

    .content img {
        width: 81px;
        height: auto;
        margin-top: 84px;
    }

    .img-cart {
        width: 100%;
        height: auto;
    }

    #cadre-body .contenu p {
        line-height: 160%;
        font-size: 12px;
    }

    .content img {
        width: 87px;
        height: auto;
        margin-top: 15px;
    }

    .custom-list {
        font-size: 12px;
        margin-left: 60px;
        line-height: 190% !important;
    }

    body {
        width: 100%;
        height: 100vh;
        font-size: 15px;
    }

    #foot {
        font-size: 7pt;
        height: 90px;
        margin-top: 10px;
        padding-top: 25px;
    }

    .content {
        margin-bottom: 0px;
    }

    .content {
        display: grid;
        width: 100%;
        margin: auto;
        grid-template-columns: 8% 92%;
        gap: 10px;
        column-gap: 20px;
    }

    #txt-presentation {
        width: 87%;
        margin-right: 10px;
        margin: auto;
        margin-left: 10px;
    }

    .head img {
        max-width: 65%;
        height: auto;
    }

    #menu-horizontal {
        width: 100%;
        height: 45px;
        text-align: center;
    }

    #menu-horizontal ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    #menu-horizontal li {
        margin: 0;
        text-align: center;
        font-size: 15px;
        font-weight: normal !important;
    }

    .content p {
        flex: 1;
        margin-left: 43px;
        text-align: start !important;
        width: 90%;
    }

    #first-content-pre-img {
        width: 98px;
        height: auto;
        margin-left: -28px;
        margin-top: 12px;
    }

    .button-bienvenue {
        padding: 10px;
        background-color: #04344D;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 164px;
        height: 45px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    #div-user-name {
        font-size: 16px;
        text-align: center;
        margin-bottom: 17px;
        color: #254FAA;
    }

    #div-bienvenue {
        line-height: 150%;
        font-size: 18px;
        text-align: center;
        margin-top: 16px;
        margin-bottom: 10px;
        color: #000000;
    }

    #form-connexion {
        width: 100%;
        border: 3px solid #04344D;
        margin: auto;
        padding: 5px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    input {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 5px;
        margin-right: 15px;
        margin-left: 15px;
        border-color: #04344D;
        height: 42px;
        font-size: 14px;
    }

    input::placeholder {
        color: #04344D;
        font-size: 14px;
        font-weight: 600;
    }

    #title-form {
        color: #04344D;
        font-size: 16px;
        font-weight: 600;
        margin-left: 5px;
    }

    .div-form-cnx {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        height: 70px;
    }

    #first-content-pre-img {
        width: 100px;
        height: auto;
    }

    .button-requete {
        margin-top: 10px;
        padding: 10px;
        background-color: #fff;
        color: black;
        border: 3px solid #04344D;
        cursor: pointer;
        width: 162px;
        height: 75px;
        margin: 0 -6px;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .button-requete span {
        font-size: 11px;
        font-weight: 600;
    }

    .title2 {
        font-size: 19px;
    }

    .title3 {
        font-size: 18px;
    }

    .button-r {
        float: left;
        margin: 0 5px 0 0;
        height: 10px;
        position: relative;
        padding: 18px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 13px;
    }

    .button-rd {
        float: left;
        margin: 0 5px 0 0;
        position: relative;
        padding: 20px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        height: 12px;
    }

    .button-rd label {
        cursor: pointer;
        z-index: 10;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 0px;
        padding: 0px;
    }

    .lbl {
        margin-left: 8px;
        font-size: 18px;
    }

    input {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 5px;
        margin-right: 10px;
        margin-left: 10px;
        border-color: #04344D;
        height: 42px;
    }

    .grid-container>div {
        padding: 12px 0;
    }

    .button-cnt1-rqt2 {
        float: left;
        margin: 0 5px 0 0;
        width: 20px;
        height: 9px;
        position: relative;
        padding: 13px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }

    #txt-presentation {
        width: 95%;
        margin-right: 10px;
        margin: auto;
    }

    .grid-container2-requete2 {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 1px;
        column-gap: 5px;
        padding: 10px;
    }

    .grid-container1-requete2 {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 5px;
        column-gap: 0px;
        padding: 10px;
    }

    .grid-container1-requete2 .button-requete {
        margin-top: 10px;
        padding: 10px;
        background-color: #fff;
        color: black;
        border: 3px solid #04344D;
        cursor: pointer;
        width: 162px;
        height: 75px;
        margin: 0 -6px;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .grid-container1-requete2 .button-requete span {
        font-size: 11px;
        font-weight: 600;
    }

    .grid-container2-requete2>div {
        font-size: 12px;
    }

    .div-frm-marg input {
        width: 60%;
        height: 30px;
    }

    .circle-with-plus {
        width: 38px;
        height: 30px;
        background-color: #fff;
        border: 2px solid #D8B84A;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -15px;
        font-size: 28px;
        color: #D8B84A;
        font-weight: 500;
    }

    .chapitre-ssh-frm {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 70px;
    }

    .grid-container1-requete3 td {
        font-size: 16px;
    }

    .buttons-requete .button-requete {
        margin-top: 10px;
        padding: 10px;
        background-color: #fff;
        color: black;
        border: 3px solid #04344D;
        cursor: pointer;
        width: 162px;
        height: 75px;
        margin: 0 -6px;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .button-requete span {
        font-size: 11px;
        font-weight: 600;
    }

    .grid-container1-requete3 {
        width: 100%;
    }

    .grid-container1-requete3 th {
        font-size: 17px;
        font-weight: normal !important;
    }

    .grid-container-guides {
        display: grid;
        grid-template-columns: auto;
        gap: 20px;
        padding: 60px;
        border: solid 3px #04344D;
        width: 50%;
        margin: auto;
        text-align: center;
        margin-top: 40px;
    }

    .div-content-item6 {
        grid-column-start: 1;
        grid-column-end: 4;
        margin-top: 29px;
        margin-bottom: 64px;
        text-align: center;
        line-height: 1.1;
    }

    .txtdiv2-cont-guide {
        font-size: 22px;
        line-height: 1.2;
        color: #04344D;
        margin-top: -27px;
        margin-bottom: -1px;
    }

    .grid-container-guides-div1 {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
        padding: 10px;
        border: solid 3px #04344D;
        width: 63%;
        margin: auto;
        text-align: center;
        margin-top: 14px;
        margin-bottom: 34px;
    }

    #img-error1 {
        max-width: 32%;
    }

    #img-error2 {
        max-width: 90%;
    }

    .Button {
        background-color: #04344D;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 143px;
        height: 34px;
        font-size: 15px;
    }

    #input-mail-for-error {
        width: 100%;
        padding: 10px;
        margin-bottom: 0px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 5px;
        border-color: #04344D;
        height: 35px;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 13px;
    }

    #input-mail-for-error::placeholder {
        color: #E2242D;
        font-size: 13px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 390px) and (max-width: 600px) {

    #cadre-head h1,
    #txt-presentation h1 {
        font-size: 9pt;
        max-width: 100%;
    }

    .content img {
        width: 51px;
        height: auto;
        margin-top: 84px;
    }

    .img-cart {
        width: 100%;
        height: auto;
    }

    #cadre-body .contenu p {
        line-height: 160%;
        font-size: 9px;
    }

    .content img {
        width: 57px;
        height: auto;
        margin-top: 15px;
    }

    .custom-list {
        font-size: 9px;
        margin-left: 60px;
        line-height: 190% !important;
    }

    body {
        width: 100%;
        height: 100vh;
        font-size: 9px;
    }

    #foot {
        font-size: 5pt;
        height: 80px;
        margin-top: 10px;
        padding-top: 37px;
    }

    .content {
        margin-bottom: 0px;
    }

    .content {
        display: grid;
        width: 80%;
        margin: auto;
        grid-template-columns: 6% 94%;
        gap: 10px;
        column-gap: 3px;
    }

    #txt-presentation {
        width: 87%;
        margin: auto;
        margin-right: 10px;
        margin-left: 10px;
    }

    #menu-horizontal {
        width: 100%;
        height: 45px;
        text-align: center;
    }

    #menu-horizontal ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    #menu-horizontal li {
        margin: 0;
        text-align: center;
        font-size: 11px;
        font-weight: normal !important;
    }

    .right-image {
        width: 52px;
        height: 80px;
    }

    .left-image {
        width: 61px;
        height: 70px;
    }

    .content p {
        flex: 1;
        margin-left: 43px;
        text-align: start !important;
        width: 90%;
        margin-top: 12px;
    }

    .content img {
        width: 57px;
        height: auto;
        margin-top: 9px;
        margin-left: -17px;
    }

    .div-frm {
        width: 90%;
        margin: auto;
        margin-bottom: 3px;
    }

    .error {
        margin-top: 20px;
        color: red;
        text-align: center;
        font-size: 8px;
        line-height: 1.5;
        margin-top: 7px;
    }

    #div-bienvenue {
        line-height: 180%;
        font-size: 14px;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 0px;
        color: #000000;
    }

    #div-user-name {
        font-size: 14px;
        text-align: center;
        margin-bottom: 11px;
        color: #254FAA;
    }

    #first-content-pre-img {
        width: 130px;
        height: auto;
        margin-left: -12px;
        margin-top: 20px;
    }

    .button-bienvenue {
        padding: 10px;
        background-color: #04344D;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 121px;
        height: 29px;
        font-size: 10px;
        margin-bottom: 20px;
    }

    input {
        width: 100%;
        padding: 8px;
        margin-bottom: 15px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 5px;
        margin-right: 7px;
        margin-left: 7px;
        border-color: #04344D;
        font-size: 11px;
        height: 30px;
    }

    input::placeholder {
        color: #04344D;
        font-size: 11px;
        font-weight: 600;
    }

    #title-form {
        color: #04344D;
        font-size: 13px;
        font-weight: 600;
        margin-left: 5px;
    }

    .div-form-cnx {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        height: 60px;
    }

    #form-connexion {
        width: 100%;
        border: 3px solid #04344D;
        margin: auto;
        padding: 10px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    #first-content-pre-img {
        width: 54px;
        height: auto;
    }

    .content-reserve {
        width: 98%;
    }

    #form-connexion {
        width: 100%;
        border: 3px solid #04344D;
        margin: auto;
        padding: 0px;
        padding-top: 12px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding-bottom: 12px;
    }

    .button-requete {
        margin-top: 10px;
        padding: 0px;
        background-color: #fff;
        color: black;
        border: 3px solid #04344D;
        cursor: pointer;
        width: 112px;
        height: 45px;
        margin: 0 -6px;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .button-requete span {
        font-size: 8px;
        font-weight: 600;
    }

    .title2 {
        font-size: 13px;
    }

    .title3 {
        font-size: 12px;
    }

    .button-r {
        float: left;
        margin: 0 5px 0 0;
        height: 12pt;
        position: relative;
        padding: 10px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 8px;
    }

    .button-rd {
        float: left;
        margin: 0 5px 0 0;
        position: relative;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 8px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        height: 12px;
    }

    .button-rd label {
        cursor: pointer;
        z-index: 9;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 0px;
        padding: 0px;
    }

    .lbl {
        margin-left: 8px;
        font-size: 10px;
    }

    input {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 5px;
        margin-right: 10px;
        margin-left: 10px;
        border-color: #04344D;
        height: 30px;
    }

    .grid-container>div {
        padding: 10px 0;
        padding-top: 7px;
    }

    .item1 {
        margin-top: -20px;
    }

    .item4 {
        grid-column-start: 1;
        grid-column-end: 5;
        margin-top: -32px;
        margin-bottom: -20px;
    }

    .item2 {
        grid-column-start: 1;
        grid-column-end: 5;
        margin-top: -20px;
    }

    .item3 {
        grid-column-start: 1;
        grid-column-end: 5;
        margin-top: -35px;
    }

    .item21 {
        margin-top: -20px;
    }

    .item29 {
        margin-top: -20px;
    }

    .item30 {
        margin-top: -20px;
    }

    .item34 {
        margin-top: 0px;
    }

    .button-cnt1-rqt2 {
        float: left;
        margin: 0 2px 0 0;
        width: 5px;
        height: 3px;
        position: relative;
        padding: 13px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }

    #txt-presentation {
        width: 95%;
        margin-right: 10px;
        margin: auto;
    }

    .grid-container2-requete2 {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 1px;
        column-gap: 5px;
        padding: 10px;
    }

    .grid-container1-requete2 {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 0px;
        column-gap: 0px;
        padding: 10px;
    }

    .grid-container1-requete2 .button-requete {
        margin-top: 10px;
        padding: 0px;
        background-color: #fff;
        color: black;
        border: 3px solid #04344D;
        cursor: pointer;
        width: 112px;
        height: 45px;
        margin: 0 -6px;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .grid-container1-requete2 .button-requete span {
        font-size: 8px;
        font-weight: 600;
    }

    .grid-container2-requete2>div {
        font-size: 12px;
    }

    .div-frm-marg input {
        width: 50%;
        height: 30px;
    }

    .circle-with-plus {
        width: 38px;
        height: 30px;
        background-color: #fff;
        border: 2px solid #D8B84A;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -15px;
        font-size: 28px;
        color: #D8B84A;
        font-weight: 500;
    }

    .chapitre-ssh-frm {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 70px;
    }

    #item2-g2 {
        grid-column-start: 1;
        grid-column-end: 5;
    }

    #item3-g2 {
        grid-column-start: 1;
        grid-column-end: 5;
    }

    #item7-g2 {
        grid-column-start: 1;
        grid-column-end: 5;
    }

    #item8-g2 {
        grid-column-start: 1;
        grid-column-end: 5;
    }

    .combo {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 5px;
        margin-right: 10px;
        margin-left: 10px;
        border-color: #04344D;
        height: 30px;
    }

    #item2 {
        grid-column-start: 1;
        grid-column-end: 10;
        margin-top: 0px;
    }

    #item3 {
        grid-column-start: 1;
        grid-column-end: 10;
        margin-top: 0px;
    }

    #item1 {
        margin-top: -30px;
    }

    .grid-container1-requete3 td {
        font-size: 13px;
    }

    .buttons-requete .button-requete {
        margin-top: 10px;
        padding: 0px;
        background-color: #fff;
        color: black;
        border: 3px solid #04344D;
        cursor: pointer;
        width: 112px;
        height: 45px;
        margin: 0 -6px;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .button-requete span {
        font-size: 8px;
        font-weight: 600;
    }

    .grid-container1-requete3 {
        width: 100%;
    }

    .grid-container1-requete3 th {
        font-size: 15px;
        font-weight: normal !important;
    }

    #item1-r3 {
        margin-bottom: 10px;
        margin-top: -15px;
    }

    .foot-button {
        margin-top: 21px;
        margin-bottom: 22px;
    }

    .grid-container-guides {
        display: grid;
        grid-template-columns: auto;
        gap: 20px;
        padding: 60px;
        border: solid 3px #04344D;
        width: 50%;
        margin: auto;
        text-align: center;
        margin-top: 40px;
    }

    .div-content-item6 {
        grid-column-start: 1;
        grid-column-end: 4;
        margin-top: 29px;
        margin-bottom: 64px;
        text-align: center;
        line-height: 1.1;
    }

    .txtdiv2-cont-guide {
        font-size: 22px;
        line-height: 1.2;
        color: #04344D;
        margin-top: -27px;
        margin-bottom: -1px;
    }

    .grid-container-guides-div1 {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
        padding: 10px;
        border: solid 3px #04344D;
        width: 63%;
        margin: auto;
        text-align: center;
        margin-top: 14px;
        margin-bottom: 34px;
    }

    .grid-container-guides {
        display: grid;
        grid-template-columns: auto;
        gap: 20px;
        padding: 60px;
        border: solid 3px #04344D;
        width: 50%;
        margin: auto;
        text-align: center;
        margin-top: 40px;
    }

    .div-content-item6 {
        grid-column-start: 1;
        grid-column-end: 4;
        margin-top: 21px;
        margin-bottom: 45px;
        text-align: center;
        line-height: 1.1;
    }

    .txtdiv2-cont-guide {
        font-size: 18px;
        line-height: 1.2;
        color: #04344D;
        margin-top: -35px;
        margin-bottom: -28px;
    }

    .grid-container-guides-div1 {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
        padding: 10px;
        border: solid 3px #04344D;
        width: 78%;
        margin: auto;
        text-align: center;
        margin-top: -14px;
        margin-bottom: 35px;
    }

    #item5-guides {
        grid-column-start: 1;
        grid-column-end: 4;
        font-size: 18px;
        color: #EC8F5E;
    }

    #item6-guides {
        grid-column-start: 1;
        grid-column-end: 4;
        font-size: 18px;
        color: #04344D;
    }

    #img-error1 {
        max-width: 32%;
    }

    #img-error2 {
        max-width: 80%;
    }

    #input-mail-for-error {
        width: 100%;
        padding: 10px;
        margin-bottom: 0px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 5px;
        border-color: #04344D;
        height: 25px;
        margin-right: 0px;
        font-size: 10px;
        margin-left: 0px;
    }

    #input-mail-for-error::placeholder {
        color: #E2242D;
        font-size: 10px;
        font-weight: 600;
        margin-left: 10px;
    }
}

#cadre-head {
    background-color: #8F1014;
    height: 50px;
    text-align: centre;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-top: -8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

#cadre-head h1,
#txt-presentation h1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 38px;
}

#menu-horizontal {
    width: 100%;
    height: 72px;
    text-align: center;
}

#menu-horizontal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.head {
    display: flex;
    justify-content: space-between;
    width: 82%;
    margin: auto;
    margin-bottom: 5px;
}

.head img {
    max-width: 100%;
    height: auto;
}

.left-image {
    width: 79px;
    height: 70px;
}

#menu-horizontal a {
    text-decoration: none;
    color: #8F1014;
}

.right-image {
    width: 65px;
    height: 80px;
}

#cadre-head h1 {
    padding-top: 10px;
}

#menu-horizontal li {
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 17px;
    font-weight: 600 !important;
    margin-top: 11px;
}