/*---- GLOBAL ----*/
* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #eeeeee;
}
body {
    font-family: "Libertinus Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
}
body a {
    text-decoration: none;
    color: #010692;
}
body a:hover {
    color: #790101;
}

/* Header */
#header {
    position: fixed;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 10px 20px;
    z-index: 20;

    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    -o-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    -ms-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.logo {float: left;}
.logo img {
    width: 80px;
}
nav {
    float: right;
}
.main-nav {
    padding-top: 25px;
}
.item-nav {
    float: left;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

/* Container */
.container {
    width: 1024px;
    margin: 0 auto;
    padding: 20px;
}
.container-other-page {
    padding-top: 150px;
}
.img-404 {
    text-align: center;
}
.border-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}
.details-right,
.details-left {
    padding: 10px;
}
.details-right {
    float: right;
    width: 25%;
}
.details-left {
    float: left;
    width: 70%;
    background:#024cb6;
    color: #ffffff;
}
.titre-agenda,
.title-box {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px inset #dcdcdc;
    padding: 15px 0;
    margin-bottom: 15px;
}
.icon-checklist {
    float: left;
    width: 10%;
    text-align: center;
    font-size: 22px;
    color:#f3c200;
    padding-top: 6px;
}
.details-checklist {
    float: right;
    width: 90%;
    margin-bottom: 10px;
}

h1 {
    margin: 0;
    padding: 0;
    position: relative;
}
h1:after {
    content:"";
    background: #000000;
    height: 3px;
    width: 60%;
    position: absolute;
    left: 2px;
    bottom: -4px;
}
.box-agenda {
    float: right;
    width: 40%;
    border:#024cb6 1px solid;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.box-titre-agenda {
    padding: 20px;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    background:#024cb6;
}
.box-content-agenda {
    padding: 20px;
}
.box-acces-rapide {
    float: left;
    width: 55%;
}
.item-agenda {
    padding: 5px 0;
}
.box-ctn-acces-rapide {
    margin: 0 -10px;
}
.item-acces-rapide  {
    float: left;
    width: 50%;
    padding: 0 10px 10px 10px;
}
.item-acces-rapide a {
    background:#024cb6;
    color: #ffffff;
    display: block;
    padding: 30px 10px;
    transition: 0.3s;
}
.item-acces-rapide a:hover {
    background:#790101;
    color: #ffffff;
}
.item-acces-rapide  {
    display: block;
}
.btn-validation {
    border: none;
    outline: none;
    padding: 10px;
    background: #4f772d;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}
.btn-validation:hover {
    background: #31572c;
}
.validation {
    cursor: pointer;
    outline: none;
    margin-top: 20px;
}
.validation:hover .validation-option {
    border: 2px solid #449b35;
}
.validation:hover .validation-texte {
    opacity: 1;
    color: #449b35;
}
.validation-option {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #bd4444;
    top: 2px;
    left: 5px;
}
.validation-texte {
    margin-left: 50px;
    font-weight: 500;
    opacity: 0.5;
    color: #bd4444;
    padding-top: 6px;
}
.option-validee .validation-option  {
    border: 2px solid #449b35;
    background: #449b35 url(../images/icons/checked.png) center center no-repeat;

    box-shadow: 2px 0px 3px #449b35 !important;
    -o-box-shadow: 2px 0px 3px #449b35 !important;
    -ms-box-shadow: 2px 0px 3px #449b35 !important;
    -moz-box-shadow: 2px 0px 3px #449b35 !important;
    -webkit-box-shadow: 2px 0px 3px #449b35 !important;
}
.option-validee .validation-texte {
    color: #449b35;
    font-weight: 500;
    opacity: 1;
}
.content-form-contact {
    margin-top: 20px;
}
.qsn-left,
.qsn-right {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 20px;
}
.box-qsn {
    display: inline-block;
    width: 300px;
    padding: 20px;
    min-height: 350px;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.box-qsn img {
    width: 150px;
}
.ctn-qsn {
    margin-top: 15px;
    font-weight: 300;
    color:#2e2f30;
}
h3 {
    margin-top: 30px;
}
h3::before {
    content: "";
    height: 4px;
    background:#790101;
    position: absolute;
    bottom: -10px;
    left: 45%;
    right: 45%;
}
.box-valeurs {
    float: left;
    width: 25%;
}
.ctn-box-valeur {
    padding: 20px;
    text-align: center;
}
.img-valeur {
    border-radius: 50%;
    display: inline-block;
    width: 100px;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.titre-valeur {
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
}
.img-valeur img {
    width: 100px;
}
.desc-valeur {
    color:#49494a;
    font-size: 15px;
}







/* Footer */
footer {
    border-top: 1px solid #dcdcdc;
}
.section-footer {
    background: #024cb6;
}
.section-footer a {
    color: #ffffff;
}
.section-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-footer {
    width: 33.3333%;
    text-align: center;
    height: 100%;
}
.logo-footer img {
    width: 130px;
}
.nav-footer {
    font-size: inherit;
    width: 50%;
}
.copyright {
    border-top: 1px solid #dcdcdc;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 20px;
}
.text-copyright {
    font-size: 13px;
    color: #ffffff;
}
.content-nav-footer {
    width: 50%;
}
.ctn-footer-left {
    float: left;
}
.ctn-footer-right {
    float: right;
}
.titre-nav {
    text-transform: uppercase;
    color:#f3c200;
    font-size: 20px;
}
.content-nav {
    padding-top: 25px;
}
.ctn-nav div {
    padding: 10px 0;
    font-size: 14px;
}
.ctn-nav div a:hover {
    color:#f3c200;
}



/* Autres styles */
.clear {
    clear: both;
}
.align-center {
    text-align: center;
}
.position-relative {
    position: relative;
}

/* Transition color */
.transition-color {
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.transition-background {
    transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.transition-border {
    transition: border 0.3s;
    -o-transition: border 0.3s;
    -ms-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -webkit-transition: border 0.3s;
}
.transition-opacity {
    transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

/* Border radius */
.border-radius-5 {
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.border-radius-10 {
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.border-radius-50 {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.box-shadow-3 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -o-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -ms-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.no-text-select {
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
}
.fieldset {
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
    background: #ffffff;

    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    -o-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    -ms-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    -moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.fieldset-label {
    position: absolute;
    padding: 5px;
    height: 30px;
    top: -15px;
    left: 20px;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
    background: #ffffff;
}
.fieldset-content {
    padding: 20px 10px;
    font-size: 14px;
}
.underligne {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.validation {
    cursor: pointer;
    outline: none;
    margin-top: 20px;
}
.ombre-1 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -o-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
