* {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Orbitron&family=Rubik:wght@300&display=swap');

@font-face {
    font-family: 'Mulish', sans-serif;
    src: url('fonts/Mulish-VariableFont_wght.ttf') format('ttf');
}

@font-face {
    font-family: 'Mulish', sans-serif;
    src: url('./fonts/Mulish-Italic-VariableFont_wght.ttf') format('ttf');
}

@font-face {
    font-family: 'Ruda', sans-serif;
    src: url('./fonts/Ruda-VariableFont_wght.ttf') format('ttf');
}

@font-face {
    font-family: 'Orbitron', sans-serif;
    src: url('./fonts/Orbitron-VariableFont_wght.ttf') format('ttf');
}

@font-face {
    font-family: 'Rubik', sans-serif;
    src: url('./fonts/Rubik-VariableFont_wght.ttf') format('ttf');
}

@font-face {
    font-family: 'Public Sans', sans-serif;
    src: url('./fonts/PublicSans-VariableFont_wght.ttf') format('ttf');
}

@font-face {
    font-family: 'Spartan', sans-serif;
    src: url('./fonts/Spartan-VariableFont_wght.ttf') format('ttf');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/fontawesome-webfont.eot') format('eot'),
        url('./fonts/fontawesome-webfont.svg') format('svg'),
        url('./fonts/fontawesome-webfont.ttf') format('ttf'),
        url('./fonts/fontawesome-webfont.woff') format('woff'),
        url('./fonts/fontawesome-webfont.woff2') format('woff2'),
        url('./fonts/FontAwesome.otf');
}

body {
    background: rgba(0, 113, 189, 0.05);
    color: #004674;
    font: 1rem 'Mulish', 'Arial', sans-serif;
    font-weight: 100;
}



h1 {
    font-family: 'Orbitron', 'Arial', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.08rem;
    line-height: 3.4rem;
}

h2 {
    font-family: 'Orbitron', 'Arial', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
    padding-top: 1rem;
    line-height: 2.8rem;
}

h3 {
    font-family: 'Mulish', 'Arial', sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 300;
}

p {
    font-family: 'Mulish', 'Arial', sans-serif;
    font-size: 1.2rem;
    line-height: 2.1rem;
    font-weight: 100;
}

hr {
    border-top: #0E9FFD .08em solid;
}

/************************************************
            MENU
*************************************************/
nav {
    background-color: #ffffff;
    box-shadow: 0 0.05em 0.2em rgb(0, 70, 116);
    overflow: hidden;
    /* Ne rien montrer en dehors de la navigation */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

nav ul {
    display: block;
    align-items: baseline;
    margin: 0;
    padding: 1em 2em;
    list-style-type: none;
    max-height: 3.6em;
}

nav li {
    display: inline-block;

}

nav a {
    display: inline-block;
    padding: 0.2em 1em 0.6em;
    color: rgba(0, 113, 189, 0.8);
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1.4rem;
}

nav a:hover {
    box-shadow: 0.7em 0.7em 1em 0 rgba(255, 255, 255, 0.3) inset, -0.5em -0.5em 0.75em 0 rgba(0, 70, 116, .25) inset;
    border-radius: 1.5em;
    max-width: 20em;
}

nav li:last-child {
    /* Le bouton de menu */
    position: absolute;
    /* Déplacer le bouton de menu hors du flux */
    right: 2em;
    top: 0.8em;
    /* Se déplacer vers le haut, à la même distance que la hauteur du menu */
    /*background-image: linear-gradient(to right, rgba(237, 22, 37, 0.3) 0, rgba(255, 255, 255, 1) 3em);*/
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 1) 3em);
    padding-left: 8rem;
    box-shadow: 0.18em 0.25em 0.38 -0.07 rgba(237, 22, 37, 0.1);
}

nav a:nth-last-child() {
    right: 1em;
    bottom: 0.36em;
    background-image: linear-gradient(to right, rgba(237, 22, 37, 0.3) 0, rgba(255, 255, 255, 1) 3em);
    padding-left: 4rem;
    box-shadow: 0.18em 0.25em 0.38 -0.07 rgba(237, 22, 37, 0.1);
    border-radius: 2.5em;
}

nav li:nth-last-child(2) {
    /* Le bouton de fermeture */
    display: none;
}

nav#menu:target {
    height: auto;
    padding: 0;
}

nav#menu:target ul {
    max-height: none;
}

nav#menu:target li {
    display: block;
}

nav#menu:target a {
    display: block;
    padding: 0 2em;
    background-color: rgba(255, 255, 255, 0.05);
}

nav#menu:target a:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

nav#menu:target li:not(:first-child) {
    margin-top: 0.12em;
}

nav#menu:target li:last-child {
    display: none;
}

nav#menu:target li:nth-last-child(2) {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-left: 0.12em solid rgb(19, 51, 61);
}

nav#menu-bis:target {
    height: auto;
    padding: 0;
}

nav#menu-bis:target ul {
    max-height: none;
}

nav#menu-bis:target li {
    display: block;
}

nav#menu-bis:target a {
    display: block;
    padding: 0 2em;
    background-color: rgba(255, 255, 255, 0.05);
}

nav#menu-bis:target a:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

nav#menu-bis:target li:not(:first-child) {
    margin-top: 0.12em;
}

nav#menu-bis:target li:last-child {
    display: none;
}

nav#menu-bis:target li:nth-last-child(2) {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-left: 0.12em solid rgb(19, 51, 61);
}

/************************************************************
        HEADER - LOGO ET SLOGAN
**************************************************************/
.bloc-titre {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #004674;
    padding: 2em 2em 2em 3em;
}

.admin {
    background: #004674;
    text-align: right;
    padding-top: .2em;
    padding-right: .8em;
    color: #ffffff;
}

.photoTitre {
    margin-right: 0%;
    margin-left: 0%;
    max-width: 100%;
    padding-right: 3em;
}

.tittle {
    color: #FFFFFF;
    padding-top: 0.5em;
    line-height: 2rem;
    text-align: center;
}

/*********************************
        1er PARTIE VIDEO
************************************/
.card {
    background: #fff;
    font-size: 1.2rem;
    font-weight: 200;
    margin: 0;
    padding: .5em 1em;
    border-radius: 0.75em;
    box-shadow: 0.1em 0.1em 0.75em 0 rgba(237, 22, 37, 0.1), -0.5em -0.5em 0.75em 0 rgba(255, 255, 255, 0.09);
}

.card-sourcing {
    padding: .5em 1em;
}


.card img:hover {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.columns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.6em;
    row-gap: 1.6em;
}

.columns>* {
    flex-basis: calc(calc(30em - 100%) * 999);
    flex-grow: 1;
}

.slogan-box {
    text-align: center;
    padding: 0 0.5em 0.5em;
}

.slogan,
.slogan strong {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 3.8rem;
    letter-spacing: -0.06rem;
}

.slogan strong {
    color: #ED1625;
}

figcaption {
    float: right;
}

/*********************************
   1 er PARTIE SECTION-RECRUTEMENT
*********************************/
.autre-section {
    font-size: 1.2rem;
    background: #fff;
    margin: 0;
    padding: .5em 1em;
    box-shadow: 0.1em 0.1em 0.75em 0 rgba(237, 22, 37, 0.1), -0.5em -0.5em 0.75em 0 rgba(255, 255, 255, 0.09);
    border-radius: 0.75em;
    flex-grow: 0.80;
}


.liste {
    padding-top: 2rem;
    padding-left: 1.5rem;
}

.liste h3 P {
    padding-bottom: 1.5em;
}

.photo-post-info {
    margin: .5em;
}

.photo-post-info img {
    margin-top: 1em;
    margin-left: 45%;
    width: 40%;
    max-width: 70%;
    -webkit-transform: rotate(12deg) scale(1);
    transform: rotate(12deg) scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.photo-post-info img:hover {
    margin-left: 30%;
    margin-top: 10%;
    /*rotate: -9deg;*/
    -webkit-transform: rotate(-9deg) scale(1);
    transform: rotate(-9deg) scale(1);
}

/***************************************
        CARTE 
****************************************/
.container-carte {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Carte entière recto-verso */
.post-wrap {
    font-size: 1.2rem;
    padding: 1em;
    min-width: 16em;
    max-width: 26em;
    height: 30em;
}

.post {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 2S;
    transform-style: preserve-3d;
}

/*  Face avant et arrière */
.post-front,
.post-back {
    position: absolute;
    width: auto;
    height: 100%;
    /*overflow: hidden;*/
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0.75em;
    box-shadow: 0.1em 0.1em 0.75em 0 rgba(237, 22, 37, 0.1), -0.5em -0.5em 0.75em 0 rgba(255, 255, 255, 0.09);
}

/*
.post-back {
    transform: rotateY(180deg);
}

.post-wrap:hover .post {
    transform: rotateY(180deg);
}
*/
.post-front p {
    padding: 1.6em 0;
    text-align: left;
}

.post-info {
    padding: 0.6em;
    text-align: center;
}

.post-img {
    padding: 1.8em;
}

/*
.post-back {
    padding: .6em 1.25em .6em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
*/
/************************
    DIVERS
**************************/
section {
    width: 100%;
    margin: auto;
}

.padding-top1 {
    padding-top: 1em;
}

.padding-top3 {
    padding-top: 3em;
}

.padding-top5 {
    padding-top: 10em;
}

.padding-bottom2 {
    padding-bottom: 2em;
}

.padding1 {
    padding: 1em;
}

.padding3 {
    padding: 0.5em;
}

.margin {
    margin: 3em 4em;
}

.margin-top2 {
    margin-top: 2em;
}

.responsive {
    width: 100%;
    height: auto;
}

.responsive-sourcing {
    width: 90%;
    height: auto;
}

.centre {
    text-align: center;
}

video {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0.75em;
}

.droite {
    float: right;
    padding-right: 0.5rem;
}

.red {
    color: #ED1625;
}

/**************************************
        BOUTON
***************************************/

a {
    text-decoration: none;
    text-transform: uppercase;
}

button,
.bouton {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: .8rem;
    letter-spacing: 0.06rem;
    width: auto;
    padding: 0.6em 1em;
    border: hidden;
    align-items: center;
    cursor: pointer;
    border-radius: 1.5em;
    display: flex;
    height: 2.4em;
    justify-content: center;
    float: right;
    margin: 2em 2em 2em 0;
    box-shadow: 0.3em 0.3em 0.75em 0 rgba(0, 70, 116, 0.25), -0.5em -0.5em 0.75em 0 rgba(255, 255, 255, 0.3);
}

.cancel {
    background-color: #ED1625;
    color: #f1f1f1;
}

.cancel a {
    background-color: #ED1625;
    color: #f1f1f1;
}

.send {
    background-color: #f1F1F1;
    color: #ED1625;
}

.send a {
    background-color: #f1F1F1;
    color: #ED1625;
}

input {
    border: hidden;
}

button:hover {
    box-shadow: 0.7em 0.7em 1em 0 rgba(255, 255, 255, 0.3) inset, -0.5em -0.5em 0.75em 0 rgba(0, 70, 116, .25) inset;
}

.bouton:hover {
    box-shadow: 0.7em 0.7em 1em 0 rgba(255, 255, 255, 0.3) inset, -0.5em -0.5em 0.75em 0 rgba(0, 70, 116, .25) inset;
}


/******************************************
        ILS EN PARLENT
********************************************/
.columns-parle {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 1.5%;
}

.columns-parle>* {
    flex-basis: calc(calc(27em - 100%) * 999);
    flex-grow: 1;
}

.columns-parle .card {
    margin-top: 1em;
}

.titre-sect {
    text-align: center;
    padding: 1em 0.6em;
    font-family: Orbitron, Arial, sans-serif;
    font-weight: 200;
    font-size: 1.8rem;
}

.image-ronde {
    overflow: hidden;
    box-shadow: 0.3em 0.3em 0.75em 0 rgba(237, 22, 37, 0.1), -0.5em -0.5em 0.75em 0 rgba(255, 255, 255, 0.09);
    height: 8em;
    width: 8em;
    border-radius: 50%;
}

.glyph {
    color: #FA6E78;
    font-weight: 900;
    font-size: 6rem;
}

.glyph1 {
    color: #FA6E78;
    font-weight: 900;
    font-size: 6rem;
    float: right;
}

/************************************************
        CARROUSEL
*************************************************/
.carousel {
    margin-top: 2em;
    margin-bottom: 6em;
}

.slider {
    padding-top: 3em;
}

.slick-slide {
    margin: 0 1.25em;
}

.slick-slide img {
    width: 100%;
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 15%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: 15%;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/***************************************************
        FOOTER
***************************************************/
footer {
    background-color: #004674;
    padding: 1em;
    color: #ffffff;
}

.footer {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.container-footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto;
    align-items: center;
    column-gap: .5em;
}

.card1 {
    font-size: 1.2rem;
    font-weight: 200;
    padding: 1em;
    /*width: 100%;*/
}

img .logo-footer {
    width: 200px;
    height: auto;
}

.card1 .logo-linkedin {
    width: 75px;
    height: auto;
}

.footer address {
    padding: .6em 1em;
}

address a {
    color: #ffffff;
    text-transform: lowercase;
}

.adresse {
    padding-left: .8em;
    margin-bottom: .6em;
}

.nous-contacter {
    /*margin: 0 1em;*/
    line-height: 1.6rem;
}

.nous-contacter img {
    padding-top: .8em;
    width: 24px;
}

.contact {
    padding-left: 1.3em;
}

.reseau {
    text-align: center;
    padding: 1em;
}

.reseau img {
    width: 4em;
}

.reseau p {
    padding-bottom: 1.8em;
}

.equipe {
    padding-left: 4em;
    text-align: left;
}

.equipe h2 {
    padding-top: 0;
}

.real {
    margin: 1em 0;
}

/*******************************************************
        MODAL GENERAL
*********************************************************/
/* Modal est caché par défaut */
.modal {
    display: none;
    position: absolute;
    left: 2%;
    top: 15em;
    max-width: 98%;
    border-radius: 12px;
    border: #ED1625 2px solid;
    background-color: #fcfdfe;
    /*padding: .1em;*/
    width: 96%;
    height: auto;
    z-index: 110;
}

.animate {
    -webkit-animation: animatezoom 0.7s;
    animation: animatezoom 0.7s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/*******************************************************
    Rubrique
********************************************************/
.rubrique {
    /*margin: 5em;*/
    padding: .6em;
}

/*******************************************************
        MODAL CONTACT
*********************************************************/
.container-form {
    background-color: #fff;
    margin-top: 5em;
    padding: 2.5em 1.4em;
    border-radius: 1.5em;
    max-width: 100%;
    box-shadow: 0.1em 0.1em 0.75em 0 rgba(237, 22, 37, 0.1), -0.5em -0.5em 0.75em 0 rgba(255, 255, 255, 0.09);
    /*box-shadow: 0 0 10px 1px rgba(61, 61, 61, 0.19), 0 0 15px 1px rgba(63, 63, 63, 0.23);*/
    color: #004674;
}

.container-form.complete {
    visibility: hidden;
}

.container-form .header {
    padding-bottom: 1.5em;
}

.form-control {
    position: relative;
}

.form-control label {
    font-weight: bold;
    font-size: 0.9rem;
}

.form-control input,
.container-form textarea {
    margin-top: O.1em;
    display: block;
    width: 100%;
    padding: 0.5em;
    border-radius: .5em;
    border: 0.1em solid #0E9FFD;
    background: rgba(14, 159, 253, .12);
    font-family: 'Mulish', 'Arial', sans-serif;
    font-size: 1.2rem;
}

.form-control i {
    position: absolute;
    top: 29px;
    right: 10px;
    font-size: 24px;
    visibility: hidden;
}

.form-control input:focus {
    outline: none;
}

.form-control.success input {
    border: 2px solid green;
}

.form-control.success .fa-smile-o {
    color: green;
    visibility: visible;
}


/* Animation code to move form fields */
@keyframes inputMove {
    0% {
        transform: translateX(5px);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0px);
    }
}

/* Ajout des propriétés de l'animation au sélecteur CSS d'erreur */
.form-control.error input {
    border: 2px solid red;
    animation-name: inputMove;
    animation-duration: .5s;
    /* animation-iteration-count: 3; */
}

.form-control.error .fa-frown-o {
    color: red;
    visibility: visible;
}

.container.complete .fa {
    visibility: hidden;
}

.form-control .errorMessage {
    visibility: hidden;
    margin: 0.1em 0 0.5em 0;
    font-weight: bold;
    font-size: 0.9rem;
}

.form-control.error .errorMessage {
    visibility: visible;
    color: red;
}

button:focus {
    outline: none;
}

.complete-modal {
    visibility: visible;
    position: fixed;
    top: 35%;
    left: 41%;
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 5px;
    width: 300px;
    max-width: 100%;
    box-shadow: 0 0 10px 1px rgba(61, 61, 61, 0.19), 0 0 15px 1px rgba(63, 63, 63, 0.23);
    color: green;
    text-align: center;
}

.box-enveloppes {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh
}

.complete-envoi {
    margin: 0 auto;
    padding: 0 2em 2em;
    border-radius: .75em;
    width: 15em;
    max-width: 100%;
    box-shadow: 0 0 10px 1px rgba(61, 61, 61, 0.19), 0 0 15px 1px rgba(63, 63, 63, 0.23);
    color: green;
    text-align: center;
    z-index: 110;
}

.container.complete .complete-modal {
    visibility: visible;
}

/* Code d'animation pour déplacer les bulles vers le haut */
@keyframes animCircle {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100vh);
        opacity: 0;
    }
}

.animate-circles {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: -10vh;
    z-index: 90;
}

.animate-circles.complete {
    visibility: visible;
}


.animate-circles div {
    animation: animCircle 7s infinite linear;
}

.animate-circles div:nth-child(1) {
    animation-delay: 5s;
}

.animate-circles div:nth-child(3) {
    animation-delay: 2s;
}

.animate-circles div:nth-child(7) {
    animation-delay: 6s;
}

.animate-circles div:nth-child(5) {
    animation-delay: 4s;
}

.animate-circles div:nth-child(9) {
    animation-delay: 4s;
}

.animate-circles div:nth-child(8) {
    animation-delay: 2s;
}

.env-red {
    height: 3em;
    width: auto;
    transform: rotate(0.06turn);
}

.env-blue {
    height: 2.8em;
    width: auto;
    transform: rotate(0.02turn);
}

.env-ciel {
    height: 2.4em;
    width: auto;
}

.env-green {
    height: 2em;
    width: auto;
}

.env-orange {
    height: 2.5em;
    width: auto;
    transform: rotate(-0.04turn);
}

.form-img {
    padding: 0 .2em;
}

/* Style bouton ENVOYER */
.bout-envoi {
    padding: 0 1em;
    background-color: #004674;
    color: #f1f1f1;
    width: auto;

}

.form-button {
    display: flex;
    margin-left: 0.7em;
    float: right;
}

.croix-fermeture {
    position: absolute;
    top: -1em;
    right: 1em;
    width: 2em;
    height: 2em;
    border-radius: 25%;
    color: #fff;
}

strong {
    font-weight: 900;
}

::-webkit-input-placeholder {
    color: #004674;
    opacity: 0.7;
    /* Firefox */
}

::-moz-placeholder {
    color: #004674;
    opacity: 0.7;
    /* Firefox */
}

:-ms-input-placeholder {
    color: #004674;
    opacity: 0.7;
    /* Firefox */
}

::-ms-input-placeholder {
    color: #004674;
    opacity: 0.7;
    /* Firefox */
}

::placeholder {
    color: #004674;
    opacity: 0.7;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #004674;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #004674;
}

.error {
    color: #ED1625;
}

/*******************************************************
        REGIE-FORFAIT
*********************************************************/

.regie-box {
    text-align: center;
    padding: 1em;
}

.regie-slogan {
    padding: 0.2em 0;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: -0.06rem;
}

.regie-slogan strong {
    color: #ED1625;
}

.regie-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    padding: 1.5em 0;
}

.regie-columns>* {
    flex-basis: calc(calc(30em - 100%) * 999);
    flex-grow: 2;
}

.regie-centre {
    text-align: center;

    flex-grow: 2;
    box-shadow: 0.7em 0.7em 1em 0 rgba(255, 255, 255, 0.3) inset, -0.5em -0.5em 0.75em 0 rgba(0, 70, 116, .25) inset;
    border: rgba(0, 70, 116, .25) 0.01vw solid;
}

.regie-img {
    padding: 0.6em;
}

.regie-centre h1 {
    font-family: 'Orbitron';
    color: #ED1625;
    font-weight: 700;
    font-size: 2.3rem;
    letter-spacing: 0.1rem;
}

.regie-centre sub {
    font-weight: 400;
    font-size: 1.3rem;
}

.regie-centre-text {
    padding: 1.2em 0;
    text-align: center;
}

.regie-centre-text h2 {
    color: #0E9FFD;
}

/************Animation du text*****************/
.anim-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: animate2 .7s infinite ease-in-out;
}

.box-anim-text {
    padding: 2em 0 0.2em;
}

@keyframes animate2 {
    50% {
        transform: translate(-50%, -47%);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}

/**********************************************/

.regie-drt h3,
.regie-gch h3 {
    padding: 2em;
}

.regie-drt h4,
.regie-gch h4 {
    padding: 1em 0;
}

.trait-blanc {
    width: 90%;
    margin-left: 5%;
    margin-right: auto;
    background-color: #ffffff;
    height: .25em;
    border-radius: .2em;
    margin-top: 1.25em;
    margin-bottom: 2em;
}

.trait {
    width: 20%;
    margin-left: 0;
    margin-right: auto;
    background-color: #0E9FFD;
    height: 0.25em;
    border-radius: 0.2em;
    margin-top: 1.25em;
    margin-bottom: .6em;
}


details {
    color: #0071BD;
}

/*------------  CERCLES  ----------------*/

.container-cercle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh;
}

.loader {
    max-width: 10rem;
    width: 40%;
    height: auto;
    stroke-linecap: round;
}

circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-origin: 170px 170px;
    will-change: transform;
}

circle:nth-of-type(1) {
    stroke-dasharray: 550px;
}

circle:nth-of-type(2) {
    stroke-dasharray: 500px;
}

circle:nth-of-type(3) {
    stroke-dasharray: 450px;
}

circle:nth-of-type(4) {
    stroke-dasharray: 300px;
}

circle:nth-of-type(1) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

circle:nth-of-type(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

circle:nth-of-type(3) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

circle:nth-of-type(4) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
    50% {
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    50% {
        transform: rotate(360deg);
    }
}

/********************************************************
        A PROPOS    
********************************************************/

.box-apropos {
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    height: auto;
    background: #004674;
}

.container-apropos {
    display: grid;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
}

.apropos-img {
    /*display: grid;*/
    width: auto;
    height: 100%;
    border: #004674 solid 2em;
}

.apropos-img img {
    width: 100%;
    height: auto;

}

.apropos-text {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.2em;
}

.apropos-text p {
    letter-spacing: 0.03rem;
    color: #ddd;
}

.apropos-titre {
    display: block;
    padding: 3em 0;
}

.apropos-text b {
    color: #ffffff;
}

.diva {
    max-width: 100%;
}

.div1 {
    width: 50%;
    height: auto;
}

.img1 {
    height: auto;
}

/****************************************************
  MODAL LISTE DES REFERENCES
*****************************************************/
.container-ref {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-ref {
    color: #0071BD;
    padding: 3em 2em;
}

.ref a {
    color: #0071BD;
    line-height: 2.5em;
}

/*-----------------------------------------------------------
    NOUS REJOINDRE
------------------------------------------------------------*/
#nousRejoindre {
    margin-top: 1em;
}


.box-offres-emploi h1 {
    margin-top: 1.5em;
    margin-left: 1em;
}

.offres-emploi {
    padding: 1.5em 1em 6em;
}

/*--------------------------------------------------------------
        TABLRAU DEBORD
---------------------------------------------------------------*/
.container-tableau-de-bord {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: .5em;
}

.annonce label {
    padding: 2em;
}

.annonce {
    width: 100%;
}

#publicationAnnonce {
    margin: .5em;
}

.post-annonce,
.post-offre {
    margin: .1em;
    background: #fff;
    padding: 1em;
    border-radius: 0.75em;
    box-shadow: 0.1em 0.1em 0.75em 0 rgba(237, 22, 37, 0.1), -0.5em -0.5em 0.75em 0 rgba(255, 255, 255, 0.09);
}

textarea.post-offre {
    width: 92%;
    color: #004674;
    border: hidden;
}

textarea.post_titre {
    font-weight: 400;
    font-size: 1.5em;
    font-family: Orbitron;
}

textarea.post-contenu {
    font-size: 1.3rem;
    font-weight: 200;
    font-family: Mulish;
    line-height: 2rem;
    font-weight: 100;

}

.offre {
    text-align: left;
    padding-left: .3em;
}

.toutes-annonces {
    margin: .5em;
    padding: 1.5em .1em 6em;

}

.toutes-annonces h2 {
    font-size: 1.1rem;
}

.toutes-annonces p {
    font-size: .9em;
    line-height: 1.5rem;
}

.toutes-annonces-label {
    font-size: .8em;
}


.coche {
    width: 25px;
    height: 25px;
}

.container-offre {
    padding: 3em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.show1 {
    justify-self: start;
}

.show2 {
    justify-self: start;
    align-items: center;
}

/*-------------------------------------------------
 Document Liste Admin
 --------------------------------------------------*/
.document {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 2em;

    background: #fff;
    padding: 1em 1.2em 2em;
    border-radius: 0.75em;
    box-shadow: 0.1em 0.1em 0.75em 0 rgba(237, 22, 37, 0.1), -0.5em -0.5em 0.75em 0 rgba(255, 255, 255, 0.09);
}

.document-email {
    font-family: Mulish;
    font-size: 1rem;
    color: #004674;
    text-transform: unset;
}

.document-email:hover {
    font-weight: 400;
    text-decoration: underline;
}

.emetteur {
    padding-left: 2em;

}

/*-------------------------------------------------------------
    Formulaire Log admin
---------------------------------------------------------------*/
.box-login {
    display: flex;
    justify-content: center;
}

.container-form-login {
    background-color: #fff;
    width: 100%;
    margin-top: 5em;
    padding: 2.5em 1.4em;
    border-radius: 1.5em;
    max-width: 100%;
    box-shadow: 0.1em 0.1em 0.75em 0 rgba(237, 22, 37, 0.1), -0.5em -0.5em 0.75em 0 rgba(255, 255, 255, 0.09);
    /*box-shadow: 0 0 10px 1px rgba(61, 61, 61, 0.19), 0 0 15px 1px rgba(63, 63, 63, 0.23);*/
    color: #004674;
}

@media only screen and (max-width: 1025px) {
    .container-form-login {
        width: 45%;
    }

    .fa-2x {
        display: none;
    }
}

/***************************************************************************
    Tableau de la liste des documents
**************************************************************************/
table {
    border-spacing: 0;
    background: #DFF0F8;
    border: #0E9FFD 2px solid;
    border-radius: .4em;
    box-shadow: 0.3em 0.3em 0.75em 0 rgba(0, 70, 116, 0.25), -0.5em -0.5em 0.75em 0 rgba(255, 255, 255, 0.3);
}

table th,
table td {
    border: #999 1px solid;
    padding: .5em 1em;
}

.pair {
    background: #dab0da;
}

.impair {
    background: #dfd0df;
}

table button {
    font-size: 0.6rem;
    float: none;
}


.bouton-liste {
    border: hidden;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 2.5em;
    text-decoration: none;
    font-size: 1.1rem;
    color: #ED1625;
    letter-spacing: 0.06rem;
    width: auto;
    padding: 0.4em .6em;
    margin: 1em;
    box-shadow: 0.3em 0.3em 0.75em 0 rgba(0, 70, 116, 0.25), -0.5em -0.5em 0.75em 0 rgba(255, 255, 255, 0.3);
}


/*************************************************
        MEDIA QUERRY
*************************************************/
@media screen and (max-width:1920px) {
    body {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1025px) {
    nav a {
        font-size: .8rem;
    }

    /**** POLICE ****/

    h1 {
        font-size: 1.8rem;
        line-height: 3rem;
    }

    h2 {
        font-size: 1.4rem;
        padding-top: 2.4rem;
    }

    h3 {
        font-size: 1.2rem;
        line-height: 2.1rem;
    }

    p {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    .slogan,
    .regie-slogan {
        font-size: 2.4rem;
        line-height: 2.6rem;
        font-weight: 800;
    }

    .slogan strong,
    .regie-slogan strong {
        font-size: 2.6rem;
    }

    .card1 {
        padding-top: 2em 0;
    }

    .card1 .logo-footer {
        width: 50%;
        height: auto;
    }

    .card1 .logo-linkedin {
        width: 20%;
        height: auto;
    }

    .equipe {
        padding-left: 1em;
        text-align: center;
    }

    .nous-contacter {
        padding: 0;
        margin: 0;
    }

    .contact {
        padding: 0;
    }

    .footer address {
        padding: 0;
    }

    .reseau p {
        padding-bottom: .5em;
    }
}

@media screen and (max-width: 769px) {

    /**** MENU ****/
    nav a {
        font-size: .7rem;
        padding-left: .6;
        padding-right: .6;
        font-weight: 600;
        letter-spacing: 0;
        line-height: .3rem;
    }


    /**** VIDEO 1er Partie ****/
    .card {
        padding: 2em;
    }

    .columns {
        gap: 1.6em;
    }

    .slogan,
    .regie-slogan {
        font-size: 2rem;
        line-height: 2.2rem;
        font-weight: 700;
    }

    .slogan strong,
    .rgie-slogan strong {
        font-size: 2.2rem;
    }

    /**** 1er Partie Recrutement ****/

    .autre-section {
        margin: 0 .6em;
        padding: 2em;
    }

    /**** CARTE ****/

    .post-wrap {
        min-width: 18em;
        width: 50em;
        height: 45em;
    }

    /**** DIVERS *****/

    .padding3 {
        padding: 1.8em;
    }

    .paddingLeft {
        padding-left: 2em;
    }

    .margin {
        margin: 1em;
    }

    .margin4 {
        padding: 1em;
    }

    /**** BOUTON ****/

    button,
    .bouton {
        height: 2em;
        font-weight: 300;
        font-size: 1.1rem;
    }

    /**** ILS EN PARLENT ****/

    .image-ronde {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .message {
        border-left: #0071BD 0.06em solid;
        padding-left: 1em;
        margin-left: 1em;
    }

    .nom {
        text-align: left;
    }

    /**** CAROUSSEL ****/

    .slick-slide img {
        width: 50%;
    }

    /**** FOOTER ****/

    .container-footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .card1 {
        padding-top: 1.5em 0;
    }

    .card1 .logo-footer {
        width: 50%;
        height: auto;
    }

    .card1 .logo-linkedin {
        width: 20%;
        height: auto;
    }

    .equipe {
        padding-left: 1em;
        text-align: center;
    }

    .nous-contacter {
        padding: 0;
        margin: 0;
    }

    .contact {
        padding: 0;
    }

    .footer address {
        padding: 0;
    }

    .reseau p {
        padding-bottom: .5em;
    }

    /**** MODAL CONTACT Formulaire moins large sur les grands écrans ****/

    .formulaire {
        left: 5%;
        max-width: 90%;
    }

    .form-img {
        padding: 0 10em;
    }

    /**** REGIE - FORFAIT ****/

    .regie-centre h2 {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .regie-centre h1 {
        font-size: 2.2rem;
        line-height: 5rem;
        font-weight: 650;
    }

    .regie-centre sub {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .regie-centre-text p {
        font-size: 2.1rem;
        font-weight: 700;
        line-height: 2.2em;
    }

    .responsive-sourcing {
        width: 70%;
    }

    /**** CERCLE ****/
    .loader {
        width: 100%;
    }

    /**** A PROPOS ****/

    /**** POLICE ****/

    h1 {
        font-size: 1.4rem;
        line-height: 1.6em;
    }

    h2 {
        font-size: 1.1rem;
        padding-top: 1.5rem;
    }

    h3 {
        font-size: 1rem;
        line-height: 2rem;
    }

    p {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }


    .container-apropos {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }

    .apropos-text {
        padding: 1.8em 3em;
    }

    .apropos-text p {
        font-size: 1.3rem;
        line-height: 2.25rem;
    }

    .apropos-img {
        border: #004674 solid 6em;
    }

    /**** NOUS REJOINDRE ****/
    #nousRejoindre {
        margin: 1em;
    }

    /**** TABLEAU DE BORD ****/
    .publication {
        width: 70%;
    }

    .toutes-annonces-label {
        font-size: 1.3em;
    }

    .toutes-annonces p {
        font-size: 1.2em;
        line-height: 1.8rem;
    }

    .toutes-annonces h2 {
        font-size: 1.4rem;
    }

    /**** DOCUMENTS LISTE ADMIN ****/
    .document {
        width: 90%;
        margin: 5em;
        padding: 1em;
    }

    .container-apropos {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media (max-width: 450px) {

    .card {
        padding: 1em;
    }

    .columns>* {
        flex-basis: calc(calc(50em - 20%)* 999);
    }

    .container-footer {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .slogan,
    .regie-slogan,
    .regie-slogan strong {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .card1 {
        padding-top: 1em 0;
    }

    .card1 .logo-footer {
        width: 50%;
        height: auto;
    }

    .card1 .logo-linkedin {
        width: 15%;
        height: auto;
    }

    .equipe {
        padding-left: 1em;
        text-align: center;
    }

    .nous-contacter {
        padding: 0;
        margin: 0;
    }

    .contact {
        padding: 0;
    }

    .footer address {
        padding: 0;
    }

    .reseau p {
        padding-bottom: .5em;
    }

    .apropos-text p {
        font-size: 1.1rem;
        line-height: 1.7rem;
    }
}