:root {
    --primary: #073871;
    --cookie-primary: #073871;
    --accent: #1277FF;
    --secondary: #E7EFFE;
    --white: #FFFFFF;
    --footer:#004562;
    --bg-blue:#E9EEFD;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-size: 1.1rem;
}

h2 {
    color: var(--primary);
}

h3 {
    color: var(--primary);
    font-size: 30px;
}

.home, .legals-page {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.home h1, #fourthStep .text {
    font-size: 1.55rem;
}

.home h2 {
    font-size: 1.4rem;
}

#logo {
    width: 100%;
    height: 100px;
    background-color: var(--white);
}

#logo img {
    height: 57px;
}

#background {
    background-image: url('../assets/svg/fond-header.svg');
    background-size: cover;
}

.headerText {
    background-color: var(--primary);
    color: var(--white);
}

.footerText {
    background-color: var(--accent);
    color: var(--white);
}

#body {
    color: var(--white);
    position: relative;
    z-index: 1;
    background-color: var(--primary);
}

.background-blue {
    background-color: var(--bg-blue);
}

#firstStep {
    padding: 3.5rem 0;
}

#firstStep .scenario {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#firstStep .scenario h3 {
    color: var(--primary);
    font-size: 1.2rem;
}

#firstStep .scenario .background-rounded {
    background-color: var(--white);
    height: 5.8rem;
    width: 5.8rem;
    border-radius: 50%;
    margin: 2rem 0;
}

#firstStep .scenario img {
    height: 2.2rem;
    width: 2.2rem;
}

#firstStep .scenario span {
    color: var(--accent);
    font-size: 1.5rem;
}

#thirdStep {
    background-color: var(--white);
    height: 100%;
    padding: 3.5rem 0;
}

#thirdStep img {
    width: 100%;
}

#video .video {
    flex: 1;
    max-height: calc(100% - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}

video {
    max-width: 100%;
    max-height: 70%;
}

#fourthStep {
    padding: 3.5rem 0;
}

#fourthStep .text {
    color: var(--primary);
    font-size: 1.8rem;
}

#fifthStep {
    background-color: var(--white);
    padding: 2rem 0;
}

#fifthStep .title {
    font-size: 2rem;
    color: var(--primary);
}

.contact {
    background: transparent;
    border: none;
    min-height: 680px;
    min-width: 100%;
}

.footer {
    background-color: var(--footer);
    text-align: center;
    color: var(--white);
    padding: 45px 0;
}

.footer .illustration img {
    margin: auto;
    height: 60px;
}

.footer a {
    color: var(--white);
    text-decoration: none;
}

/*  ============================================================
    COOKIES
    ============================================================  */
#tarteaucitron {
    max-height: 82% !important;
}
#tarteaucitron #tarteaucitronServices {
    overflow: auto!important;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
    background-color: var(--white)!important;
}
#tarteaucitronRoot #tarteaucitronAlertBig span {
    color: var(--cookie-primary)!important;
}

.tarteaucitron-modal-open #tarteaucitron #tarteaucitronInfo {
    background-color: var(--secondary);
    color: var(--cookie-primary);
    border: 0;
    border-radius: 0.5rem;
    padding: 15px !important;
}

.tarteaucitron-modal-open #tarteaucitron #tarteaucitronClosePanel,
.tarteaucitron-modal-open #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
.tarteaucitron-modal-open #tarteaucitronRoot .asCatToggleBtn {
    background-color: var(--cookie-primary);
}

.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    background-color: var(--secondary);
    color: var(--cookie-primary);
}

.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background-color: var(--secondary);
    color: var(--cookie-primary);
    opacity: 0.75;
    transition: 0.5s;
}

.tarteaucitron-modal-open #tarteaucitron .tarteaucitronH3,
.tarteaucitron-modal-open #tarteaucitron .tarteaucitronReadmoreInfo,
.tarteaucitron-modal-open #tarteaucitron .tarteaucitronReadmoreOfficial {
    color: var(--cookie-primary);
}

.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronTitle + [id^=tarteaucitronDetails] {
    opacity: 0.9;
    background-color: var(--secondary);
    color: var(--cookie-primary);
    padding: 5px 20px;
}

.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny,
.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAsk .tarteaucitronDeny {
    background-color: #FF0000;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
    background-color: var(--cookie-primary)!important;
}

#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny {
    background-color: #FF0000!important;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    color: var(--cookie-primary)!important;
    background-color: var(--bg-blue)!important;
}

.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
    background-color: #40484d;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover,
.tarteaucitron-modal-open #tarteaucitron .tarteaucitronTitle,
.tarteaucitron-modal-open #tarteaucitron .asCatToggleBt,
.tarteaucitron-modal-open #tarteaucitron .tarteaucitronH1,
.tarteaucitron-modal-open #tarteaucitronRoot div#tarteaucitronSave,
.tarteaucitron-modal-open #tarteaucitron .tarteaucitronH2 {
    opacity:1;
    color: var(--cookie-primary);
    background-color: var(--white);
}

.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
.tarteaucitron-modal-open #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAsk .tarteaucitronAllow,
.tarteaucitron-modal-open #tarteaucitronRoot .tarteaucitronAllow  {
    background-color: var(--cookie-primary);
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
}
