* {
    --color-sheme-dark-blue: #0277BD;
    --color-sheme-dark-blue: #039BE5;
}@charset "UTF-8";
/* CSS pour les élements récurrents du site */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/*flottants*/
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

body {
    overflow-x: hidden;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.no-text {
    margin: 0;
    font-size: 0;
}

html, body {
    font-family: "Maven Pro", sans-serif;
    font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
    html, body {
        position: relative;
        overflow-x: hidden;
    }
}

ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}

.btn {
    background: linear-gradient(90deg, #0277BD 0%, #039BE5 100%);
    padding: 15px 24px;
    color: white;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
}

.btn:hover {
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.title {
    text-align: center;
    color: #0277BD;
    font-weight: 500;
    font-size: 28px;
}


.title::after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background: linear-gradient(90deg, #0277BD 0%, #039BE5 100%);
    margin: 10px auto 15px auto;
}

.txt {
    font-size: 17px;
    color: #525f7f;
    margin-bottom: 0;
    text-align: justify;
}

.padding10LR {
    padding-left: 10px;
    padding-right: 10px;
}

.focusList {
    font-weight: 500;
    color: #0277BD;
}

.padding20TB {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px){
    .rowML {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row !important;
        justify-content: space-around!important;
        align-items: center!important;
    }
}

.bleu {
    color: #0277BD;
}

.grid-center-S {
    margin: 0 auto;
}

@media screen and (min-width: 768px){
    .w50ML {
        width: 50%;
    }
}



@media screen and (min-width: 768px){
    .grid-left-auto-ML {
        margin: 0 0 0 auto;
    }
}

#contentConnexion {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1200;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: white;
    display: none;
}

#contentConnexion form {
    background: linear-gradient(90deg, #0277BD 0%, #039BE5 100%);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

#contentConnexion form > * {
    margin-bottom: 10px;
}

.contentChamps {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    color: white;
}

.contentChamps input {
    border: none;
    border-radius: 10px;
    height: 30px;
}

#btn-connect {
    line-height: 27px;
    width: 135px;
    height: 30px;
    color: white;
    border-radius: 10px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
    border: 2px solid white;
    text-align: left;
    padding-left: 12px;
    margin-left: auto;
    margin-right: 0;
}

#btn-connect:hover i {
    margin-left: 5px;
}

#closeConnect {
    position: absolute;
    top: 5%;
    left: calc(100% - 25px);
    font-size: 18px;
    cursor: pointer;
}

.w100 {
    width: 100%;
}

@media screen and (max-width: 768px){
    .explication {
        flex-direction: column;
    }
    .arrow-droite {
        transform: rotate(90deg);
    }

}

.arrow-droite {
    color: #0277BD;
    font-size: 40px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#alertPop {
    background-color: rgba(237, 90, 86, 1);
    width: 100%;
    height: 50px;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s cubic-bezier(0,0,.57,1);
    color: white !important;
}

#alertPop p {
    margin-bottom: 0 !important;
}
.h1title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    color: white;
}

.ctaCCGCTVO {
    background: linear-gradient( 90deg , #0277BD 0%, #039BE5 100%);
    height: 45px;
    width: 300px;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    color: white;
    border: none;
    border-radius: 10px;
    margin: 10px auto 30px auto;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    display: block;
}

#headerImgTitle {
    height: 400px;
    width: 100%;
    position: relative;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .h1title {
        font-size: 46px;
    }
}

#headerImgTitle img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

#headerImgTitle #bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,0.3);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}/* === grille S4/M12/L12 // FLEXBOX === */

/* Conteneurs */

.container {
    max-width: 1440px;
    width: 100%;
}

.flex_container {
    display: flex;
    flex-wrap: wrap;
}

/* Marges flexbox */

.between {
    justify-content: space-between;
}

.evenly {
    justify-content: space-evenly;
}

.around {
    justify-content: space-around;
}

/* Colonnes small */

.col-s-4 {
    width: 93.89%;
    flex-basis: 93.89%;
}

.col-s-3 {
    width: 69.72%;
    flex-basis: 69.72%;
}

.col-s-2 {
    width: 45.56%;
    flex-basis: 45.56%;
}

.col-s-1 {
    width: 21.39%;
    flex-basis: 21.39%;
}

/* Colonnes medium */
@media screen and (min-width: 768px) {
    .col-m-12 {
        width: 96.48%;
        flex-basis: 96.48%;
    }

    .col-m-11 {
        width: 88.28%;
        flex-basis: 88.28%;
    }

    .col-m-10 {
        width: 79.95%;
        flex-basis: 79.95%;
    }

    .col-m-9 {
        width: 71.74%;
        flex-basis: 71.74%;
    }

    .col-m-8 {
        width: 63.54%;
        flex-basis: 63.54%;
    }

    .col-m-7 {
        width: 55.34%;
        flex-basis: 55.34%;
    }

    .col-m-6 {
        width: 47.14%;
        flex-basis: 47.14%;
    }

    .col-m-5 {
        width: 38.93%;
        flex-basis: 38.93%;
    }

    .col-m-4 {
        width: 30.73%;
        flex-basis: 30.73%;
    }

    .col-m-3 {
        width: 22.53%;
        flex-basis: 22.53%;
    }

    .col-m-2 {
        width: 14.32%;
        flex-basis: 14.32%;
    }

    .col-m-1 {
        width: 6.12%;
        flex-basis: 6.12%;
    }
}

@media screen and (min-width: 1024px) {

    .col-l-12 {
        width: 98.07%;
        flex-basis: 98.07%;
    }

    .col-l-11 {
        width: 89.82%;
        flex-basis: 89.82%;
    }

    .col-l-10 {
        width: 81.57%;
        flex-basis: 81.57%;
    }

    .col-l-9 {
        width: 73.32%;
        flex-basis: 73.32%;
    }

    .col-l-8 {
        width: 65.07%;
        flex-basis: 65.07%;
    }

    .col-l-7 {
        width: 56.82%;
        flex-basis: 56.82%;
    }

    .col-l-6 {
        width: 48.57%;
        flex-basis: 48.57%;
    }

    .col-l-5 {
        width: 40.32%;
        flex-basis: 40.32%;
    }

    .col-l-4 {
        width: 32.07%;
        flex-basis: 32.07%;
    }

    .col-l-3 {
        width: 23.82%;
        flex-basis: 23.82%;
    }

    .col-l-2 {
        width: 15.57%;
        flex-basis: 15.57%;
    }

    .col-l-1 {
        width: 7.32%;
        flex-basis: 7.32%;
    }

}

/* Centrage */

.grid_center {
    margin: 0 auto;
}#firstBar {
    padding: 10px 40px;
    align-items: center;
}
#firstBar #dossierML {
    display: none;
}
@media screen and (min-width: 768px) {
    #firstBar {
        padding: 10px;
    }
    #firstBar #dossierML {
        display: block;
        height: 30px;
        border: 2px solid #0277BD;
        text-align: center;
        line-height: 26px;
        border-radius: 10px;
        color: #0277BD;
        text-transform: uppercase;
    }
    #firstBar #dossierML:hover {
        color: white;
        background: linear-gradient(90deg, #0277BD 0%, #039BE5 100%);
        border: none;
        line-height: 30px;
    }
}

#burgerBtn {
    z-index: 1000;
}
@media screen and (min-width: 768px) {
    #burgerBtn {
        display: none;
    }
}


#containNavML {
    display: none;
}
@media screen and (min-width: 768px) {
    #containNavML {
        background: linear-gradient(90deg, #0277BD 0%, #039BE5 100%);
        width: 100%;
        z-index: 1000;
        display: block;
        position: sticky;
        top: 0;
        display: block;
    }
}

#navML {
    display: none;
}

#navML {
    display: none;
}

#logoNavTop {
    width: 90px;
    height: 70px;
    object-fit: contain;
}

#logoFranceRelance {
    width: 90px;
    height: 70px;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    #logoNavTop {
        width: 200px;
    }
    #logoFranceRelance {
        width: 150px;
    }
}


.linkNavHeader {
    font-size: 16px;
    color: #1E88E5;
    background: none;
    border: none;
}

.specialLinkNavHeader {
    border: 1px solid #1E88E5 !important;
    padding: 5px 13px;
    border-radius: 10px;
    background-color: #1E88E5;
    color: white;
    font-weight: bold;
}

.specialLinkNavHeaderOrange {
    border: 1px solid #FFCA28 !important;
    padding: 5px 13px;
    border-radius: 10px;
    background-color: #FFCA28;
    color: white;
    font-weight: bold;
}


#contentLinkNavHeader {
    width: 70%;
    max-width: 820px;
    margin-left: 32px;
    align-items: center;
    display: none;
}


@media screen and (min-width: 1024px) {
    #contentLinkNavHeader {
        display: flex;
    }
}

#btnNavBurger {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    #btnNavBurger {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #navML {
        display: block;
        padding: 10px 0;
    }
    #navML ul a {
        color: white;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 500;
        position: relative;
    }
    #navML ul a:after {
        display: block;
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 1px;
        background-color: white;
        transition: 0.4s;
    }
    #navML ul a:hover:after {
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
    #navML ul a {
        font-size: 1.15em;
    }
}

#navS {
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 101vh;
    z-index: 999;
}
@media screen and (min-width: 768px) {
    #navS {
        display: none;
    }
}
#navS a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    margin-left: 15%;
}
#navS #dossier {
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    margin-top: 12px;
    margin-left: 10px;
    color: white;
    background: linear-gradient(90deg, #0277BD 0%, #039BE5 100%);
}
#navS nav {
    width: 100%;
    margin-top: 50px;
}
#navS nav ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#navS nav ul li {
    margin-bottom: 50px;
}
#navS nav ul li a {
    font-size: 5vw;
}

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 30;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #1E88E5;
    width: 200px;
    padding: 24px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #1E88E5;
    color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

#contentNavMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 999;
    display: block;
    transition: .4s;
    transform: translateX(100%);
}

#btnNavClose {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    cursor: pointer;
}

#contentCloseNavMobile {
    display: flex;
    padding: 0 40px;
    justify-content: space-between;
    width: 100vw;
    align-items: center;
    height: 90px;
}

@media screen and (min-width: 1024px) {
    #contentNavMobile {
        display: none;
    }
}

#navMobileHeader {
    height: calc(100vh - 90px);
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.linkNavHeaderM {
    color: #1E88E5;
    font-size: 24px;
    margin-bottom: 16px;
    border: none;
    background: none;
}

#ddDemarcheSlide {
    display: none;
}

#ddBuralisteSlide {
    display: none;
}

#ddAutreDemarcheSlide {
    display: none;
}

.contentDdNavMobile  {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ddNavMobile {
    display: flex;
    align-items: center;
}

.downDdNav {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-left: 8px;
}footer {
background-color: #292929;
color: white;
text-align: center;
padding: 30px 0;
margin-top: 30px;
}

footer #navFooter {
margin-bottom: 10px;
justify-content: space-around;
padding: 10px;
color: white;
text-align: left;
flex-direction: column;
align-items: center;
}

@media screen and (min-width: 1024px) {
    footer #navFooter {
        flex-direction: row;
        align-items: normal;
    }
}

footer #navFooter nav {
padding-left: 10px;
}

footer #navFooter nav a {
color: white;
}

.franchise {
    color: #0277BD !important;
}

.socialMedia {
    display: flex;
}

.oneImageMedia {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    object-fit: contain;
    filter: grayscale(0%) brightness(0%) contrast(200%) invert(100%);
    -webkit-filter: grayscale(0%) brightness(0%) contrast(200%) invert(100%);
}

.margin-bottom-24-m {
    margin-bottom: 24px;
}

#footerNavPlan {
    display: flex;
    width: 100%;
}

#footerNavPlan ul {
    margin-right: 24px;
}

#contentFooterNavPlan {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    justify-content: center;
}

#contentFooterNavPlan h1{
    width: 100%;
}