@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&display=swap");

body {
    display: flex;
    font-family: 'Maven Pro', sans-serif;
    flex-direction: column;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    user-select: none;
}

.form-ressources {
    min-width: 100px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Maven Pro', sans-serif;
}

.input-ressources {
    border: 4px solid gold;
    caret-color: black;
    text-align: left;
    padding: 6px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: 'Maven Pro', sans-serif;
    height: auto;
    margin-bottom: 10px;
    border-radius: 16px;
}

.button-ressources {
    background-color: white;
    border: 1px solid black;
    color: black;
    padding: 5px 5px;
    cursor: pointer;
    font-size: 22px;
    font-family: 'Maven Pro', sans-serif;
    margin-left: 5px;
    margin-bottom: 5px;
    height: 60px;
    padding: 5px;
    text-decoration: none;
    width: 200px;
    border-radius: 16px;
}

.button-ressources:hover {
    background-color: rgba(255, 221, 0, 1.0);
    color: black;
    padding: 5px;
    text-align: center;
}

.bodyTopMenu {
    align-items: center;
    border: 1px solid #fff;
    background-color: white;
    box-sizing: border-box;
    color: black;
    display: block;
    justify-content: space-between;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.bodyAccesibilityPanel {
    position: sticky;
    left: 10px;
    top: 10px;
}

.buttonAccesibility {
    background-color: transparent;
    border: 0 solid white;
    border-radius: 10px;
    color: #0036C8;
    padding: 5px 5px;
    cursor: pointer;
    font-size: 22px;
    height: auto;
    text-decoration: none;
    width: auto;
}

.buttonAccesibility:hover {
    color: black;
    text-align: center;
}

.bodyTopMenu img {
    width: auto;
}

.bodyTopMenuButtonList {
    display: flex;
    gap: 10px;
}

.bodyTopMenuButtonList a {
    border: 1px solid silver;
    color: black;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

.bodyTopMenuRightButton {
    background-color: white;
    border: 1px solid silver;
    color: black;
    font-weight: bold;
    padding: 10px;
    margin-right: 5px;
    text-decoration: none;
}

.bodyTopMenuRightButton:hover {
    background-color: rgba(255, 221, 0, 1.0);
    color: black;
    padding: 10px;
    text-align: center;
}

.bodyTopWidePanorama {
    align-items: center;
    background-color: silver;
    box-sizing: border-box;
    color: black;
    display: flex;
    height: 250px;
    justify-content: space-between;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.bodyTopWidePanorama img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bodyMiddleContainer {
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
    min-height: 100px;
    text-align: center;
    width: 90%;
}

.bodyButtonHrefLink {
    align-items: center;
    background-color: white;
    border: 1px solid silver;
    color: black;
    display: flex;
    height: 300px;
    justify-content: center;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    width: 300px;
}

.bodyExtendSpace {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.bodyFooter {
    background-color: rgba(228, 241, 255, 1.0);
    bottom: 0;
    box-sizing: border-box;
    color: black;
    left: 0;
    line-height: 1.0;
    margin-top: auto;
    text-align: center;
    width: 100%;
}

.footerLinkItem {
    color: black;
    margin: 0;
    line-height: 1.4;
    text-decoration: none;
    padding: 5px;
    user-select: none;
}

.footerLinkItem:hover {
    background-color: rgba(255, 221, 0, 1.0);
    color: black;
    padding: 5px;
    text-align: center;
}

.menuLinkItem {
    color: black;
    margin: 0;
    text-decoration: none;
}

.menuLinkItem:hover {
    background-color: rgba(255, 221, 0, 1.0);
    color: black;
    padding: 5px;
    text-align: center;
}

.menuListLinkItem {
    color: silver;
    margin: 0;
    text-decoration: none;
}

.menuListLinkItem:hover {
    font-size: 22px;
    background-color: rgba(255, 221, 0, 1.0);
    color: black;
    padding: 5px;
    text-align: center;
}

.overlayDialogConsentement {
    background-color: rgba(210, 231, 255, 1.0);
    bottom: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    color: black;
    display: none;
    flex-direction: column;
    position: fixed;
    text-align: center;
    width: 100%;
}

a.dialogLinkItem {
    color: blue;
    text-decoration: none;
}

a.dialogLinkItem:hover {
    text-decoration: underline;
}

.dialogButton {
    background-color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    color: black;
    font-family: 'Maven Pro', sans-serif;
    font-size: 20px;
    margin: 8px;
    padding: 5px;
    text-transform: uppercase;
}

.dialogButton:hover {
    background-color: rgba(255, 221, 0, 1.0);
    color: black;
    padding: 5px;
    text-align: center;
}

.bodyOverlayBox {
    background: rgba(0, 0, 0, 0.0);
    box-sizing: border-box;
    left: 36%;
    position: absolute;
    text-align: left;
    top: 195px;
    transform: translate(-50%, -50%);
}

p.overlayTextPanorama {
    color: white;
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px rgba(0, 0, 0, 1.0);
    margin-bottom: 10px;
}

.overlayButtonPanorama {
    background-color: white;
    box-shadow: 4px 4px 4px gray;
    color: black;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    margin-right: 15px;
    padding: 5px;
    width: auto;
    text-decoration: none;
}

.overlayButtonPanorama:hover {
    background-color: rgba(255, 221, 0, 1.0);
    box-shadow: 4px 4px 4px gray;
    color: black;
}

.textAreaBox {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 20px;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
}

.textAlignCenter {
    padding: 20px;
    text-align: center;
    width: auto;
}

.imageAreaBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.backgroundLightBlue {
    background-color: rgb(225, 244, 255);
}

.fontSizeLarge {
    color: rgb(0, 54, 200);
    font-family: 'Maven Pro', sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.fontSizeMedium {
    color: rgb(0, 54, 200);
    font-family: 'Maven Pro', sans-serif;
    font-size: 26px;
    font-weight: normal;
}

.paddingLow {
    padding: 5px;
}

.paddingMedium {
    padding: 10px;
}

.paddingHigh {
    padding: 15px;
}

.bodyTableContainer {
    align-items: center;
    border-collapse: collapse;
    display: inline-block;
    width: auto;
}

.bodyTableContainer td {
    padding: 10px;
}

.bodyTableOutline,
.bodyButtonBorder {
    background-color: rgba(239, 239, 239, 0.2);
    border: 1px solid black;
}

.listLineIndentShort {
    margin-left: 20px;
}

.listLineIndentMedium {
    margin-left: 40px;
}

.listLineIndentLong {
    margin-left: 60px;
}

.bodyRoundTabList {
    list-style: none;
    line-height: 30px;
    padding: 0;
}

.bodyRoundTabList li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.bodyRoundTabList li:before {
    background-color: #333;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}


.contactFormName,
.contactFormMail,
.contactFormPhone {
    font-size: 19px;
    font-family: 'Maven Pro', sans-serif;
    margin: auto;
    min-width: 250px;
    min-height: 30px;
    width: 80%;
}

.inputFormText,
.contactFormMessage {
    font-family: 'Maven Pro', sans-serif;
    font-size: 19px;
    height: 175px;
    margin: auto;
    min-height: 250px;
    resize: vertical;
    text-align: left;
    width: 80%;
}

.inputFormText {
    font-size: 22px;
}

.countCharsText {
    position: relative;
}

.contactSubmit {
    display: inline-block;
    width: 50%;
}

b.colorBlue {
    color:	rgba(0, 0, 239, 1.0);
}

input[type="submit"] {
    background-color: rgba(239, 239, 239, 1.0);
    border: none;
    border-radius: 4px;
    color: black;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
    background-color: rgba(255, 221, 0, 1.0);
}

.formLoginInput {
    font-size: 22px;
    margin-bottom: 10px;
    width: 375px;
}

.formLoginSubmit {
    background-color: rgba(240, 240, 240);
    border: 1px solid black;
}

.formLoginSubmit:hover {
    background-color: rgba(255, 221, 0, 1.0);
}

.questionContainer {
    text-align: center;
    margin: 25px;
}

.questionValues {
    align-items: center;
    border: 2px solid gold;
    display: flex;
    justify-content: center;
    margin: auto;
    min-width: 250px;
    min-height: 30px;
    padding: 2px;
    width: 50%;
}

.valueItem { /* square */
    align-items: center;
    border: 1px solid black;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    margin: 2px;
    padding: 2px;
    user-select: none;
    width: 50px;
}

.questionText {
    font-weight: normal;
    font-size: 22px;
    text-align: left;
}

.questionSubmit {
    border: 1px solid black;
    border-radius: 5px;
    font-size: 22px;
    height: 40px;
    width: 200px;
}

.grandMerciFontWork {
    font-size: 64px;
    color: gold;
}

.questionSubmit:hover {
    background-color: rgba(255, 221, 0, 1.0);
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    padding: 5px;
    text-align: center;
}

#footerText1,
#footerText2,
#footerText3,
#footerText4,
#footerText5 {
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .company_logo_img {
        height: 48px;
    }

    .bodyTopMenuButtonList,
    .bodyTopMenuRightButton {
        display: none;
    }

    .bodyTopMenuRightMenu {
        align-items: center;
        background-color: rgba(237, 237, 237, 1.0);
        border: 1px solid black;
        border-radius: 5px;
        color: black;
        display: flex;
        justify-content: center;
        padding: 10px;
        text-decoration: none;
        user-select: none;
    }

    .menuListToggleButton {
        align-items: flex-end;
        background-color: white;
        border: 1px solid silver;
        border-radius: 5px;
        box-sizing: border-box;
        display: none;
        flex-direction: column;
        margin-top: 10px;
        margin-right: 10px;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 60px;
        width: auto;
    }

    .bodyTableContainer th {
        box-sizing: border-box;
        display: inline-block;
        flex-wrap: wrap;
        width: auto;
    }

    .bodyTableContainer td {
        box-sizing: border-box;
        display: inline-block;
        flex-wrap: wrap;
        width: auto;
    }

    .questionValues {
        width: 100%;
    }

    .input-ressources {
        width: 70%;
    }
}

@media screen and (min-width: 961px) {
    .company_logo_img {
        height: 100px;
    }

    .bodyTopMenuButtonList {
        display: flex;
    }

    .bodyTopMenuRightButton {
        display: block;
    }

    .bodyTopMenuRightMenu {
        display: none;
    }

    .grandMerciFontWork {
        margin-left: 33%;
        margin-right: 33%;
    }

    .questionValues {
        width: 30%;
    }

    .input-ressources {
        width: 50%;
    }
}

