﻿/*body {
    padding: 10vw;
    padding-top: 2vw;*/
    /*background-color: #404B57;*/
    /*background-color: white;
    color: black;
}*/

:root {
    --indigo: #3F3594;
    --indigoTransparent: rgba(63, 53, 148,0.7);
    --indigoClair: #5C4FCC;
    --indigoClairTransparent: rgba(92, 79, 204,0.05);
    --indigoFonce: #3F3594;
    /*--beigeUltraTransparent: rgba(187, 176, 115,0.1);*/
    --headerHeight: 6.666rem;
    --baseColor: rgb(32, 32, 32);
    --baseBGColor: white;
    --baseLightGray: #f4f4f4;
}

html {
    font-size: 1.12vw;
    font-family: minion-pro,serif;
    color: var(--baseColor);
    background-color: var(--baseBGColor);
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    padding-top: var(--headerHeight);
    width: 100%;
    box-sizing: border-box;
}

.agenda {
    font-family: Agenda, sans-serif;
}

.minion {
    font-family: minion-pro,serif;
}

a {
    text-decoration: none;
    color: inherit;
}

.nl {
    display: none;
}

.vnl .nl {
    display: inline !important;
}

.vnl .fr {
    display: none;
}

#LangContainer {
    display: flex;
    flex-direction: row !important;
    grid-gap: 0.5rem;
    /*display: none !important;*/
}

.LangBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1.8rem;
    width: 1.8rem;
    cursor: pointer;
    border-radius: 50%;
    font-size: 0.6rem;
    border-style: solid;
    border-width: 1px;
    border-color: var(--baseLightGray);
    box-sizing: border-box;
}

    .LangBtn:hover {
        border-color: var(--baseColor);
    }

.vfr .LangBtn.bfr, .vnl .LangBtn.bnl {
    background-color: var(--baseColor);
    border-color: var(--baseColor);
    color: var(--baseBGColor);
}

header {
    width: 100%;
    height: var(--headerHeight);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
    box-sizing: border-box;
    border-bottom-width: 0.05rem;
    border-bottom-style: solid;
    border-bottom-color: rgba(187, 176, 115, 0.1);
    z-index: 50;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}

    header ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        flex-direction: row;
        grid-gap: 2rem;
    }

    header li {
        font-weight: 700;
        margin-right: 2rem;
    }

.NavDot {
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    margin-right: 0.25rem;
    background-color: transparent;
    display: inline-block;
}

.MenuSelected .NavDot, header li:hover .NavDot {
    background-color: var(--indigo) !important;
}

#headerLeft, #headerRight {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#headerLeft {
    grid-gap: 4.2rem;
}

#headerRight {
    grid-gap: 2rem;
}

#headerSearchContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.5rem;
}

#headerSearchTB {
    border-style: solid;
    border-color: var(--baseLightGray);
    width: 10rem;
}

#headerSearchBtn {
    color: var(--indigo);
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
}

#LogoAML {
    height: 3.94rem;
}

h2, h3, h6, h1, h4, h5 {
    margin: 0;
    font-family: Agenda, sans-serif;
}

h1 {
    font-size: 3.83rem;
    font-weight: 700;
}

h4 {
    font-size: 1.944rem;
    font-weight: 700;
}

h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.361rem;
    margin-bottom: 1.527rem;
}

h3 {
    font-size: 2.444rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

h6 {
    font-size: 1.277rem;
    line-height: 1.533rem;
    font-weight: 700;
}

h5 {
    font-size: 1.555rem;
    font-weight: 700;
}

.italique {
    font-style: italic;
}

.medium {
    font-size: 0.9rem;
}

.small {
    font-size: 0.8rem;
}

.darkBG {
    background-color: var(--indigoTransparent);
    color: white;
}

.actionButton {
    border-radius: 0.277rem;
    padding: 0.833rem 1.944rem;
    text-transform: uppercase;
    font-family: Agenda, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    border-width: 0;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    grid-gap: 1rem;
    background-color: var(--indigo);
}

    .actionButton img {
        height: 1rem;
    }

.actionButtonArrow {
    padding: 0.833rem;
    line-height: 0.2rem;
    transform: rotate(180deg);
}

.actionButtonDisabled {
    background-color: var(--iconContainerBgColor);
    color: black;
}

a.actionButton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}

footer {
    width: 100%;
    background-color: var(--indigo);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2.222rem 10%;
    box-sizing: border-box;
    margin-top: 6.666rem;
    grid-gap: 5rem;
}

.FooterColumn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 25%;
}

.FooterColumnTitle {
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    font-weight: 700;
    color: var(--baseBGColor);
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.FooterColumn a {
    color: var(--baseBGColor);
    font-size: 0.9rem;
    line-height: 1.3rem;
}

#LogoFooter {
    width: 5rem;
}

#InfoFooter {
    font-size: 0.9rem;
    line-height: 1.3rem;
    color: white;
    margin-top: 0.5rem;
}

    #InfoFooter a {
        border-bottom-color: var(--baseBGColor);
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

        #InfoFooter a:hover {
            border-bottom-color: transparent;
        }

#PartenairesFooter {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    grid-gap: 1rem;
    width: 28%;
}

.PartenairesFooterLine {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .PartenairesFooterLine:first-of-type img:first-of-type {
        height: 4.7rem;
    }

    .PartenairesFooterLine:first-of-type img:last-of-type {
        height: 1.8rem;
    }

    .PartenairesFooterLine:nth-of-type(2) img:first-of-type {
        height: 3.2rem;
    }

    .PartenairesFooterLine:nth-of-type(2) img:last-of-type {
        height: 2rem;
    }

    .PartenairesFooterLine:last-of-type img:first-of-type {
        height: 3.4rem;
    }

    .PartenairesFooterLine:last-of-type img:last-of-type {
        height: 3.1rem;
    }

#CopyrightFooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 1rem;
    text-transform: uppercase;
    border-top-color: white;
    border-top-width: 1px;
    border-top-style: solid;
    color: white;
    font-weight: 300;
    font-size: 0.777rem;
    align-items: center;
}

#introContainer {
    width: 100%;
    box-sizing: border-box;
    background-image: url('/Images/homeimage.jpg');
    background-size: cover;
}

#introContent {
    box-sizing: border-box;
    padding: 5rem 10%;
    width: 100%;
}

#homecurrentContainer {
    padding: 3rem 10%;
}

#homecurrentContainer a {
    font-weight: bold;
}



@media (orientation:portrait) {
    html {
        font-size: 2.7vh;
    }

    footer {
        flex-wrap: wrap;
        justify-content: space-between;
        grid-gap: 0;
    }

    #LogoFooter {
        height: auto;
        width: 30vw;
    }

    .FooterColumn {
        flex-direction: row;
        font-size: 5vw;
        margin-bottom: 5vh;
        max-width: none;
    }

        .FooterColumn:first-of-type {
            width: 100%;
            justify-content: space-between
        }

        .FooterColumn:nth-of-type(2), .FooterColumn:nth-of-type(3) {
            width: 45%;
        }

    .FooterColumnTitle {
        font-size: 6vw;
    }

    .FooterColumn a {
        font-size: 5vw;
    }

    #PartenairesFooter {
        width: 100%;
    }

    nav {
        display: none;
    }

    #headerRight {
        display: none;
    }
}

