@font-face {
    font-family: Avenir;
    src: url("../upload/police/AvenirLTStd-Light.otf");
}

@font-face {
	font-family: Avenir;
    font-weight: bold;
	src: url('../upload/police/AvenirLTStd-Black.otf');
}

a[x-apple-data-detectors] {
    color: inherit ;
    text-decoration: none ;
    font-size: inherit ;
    font-family: inherit ;
    font-weight: inherit;
    line-height: inherit ;
}

body {
    background-image:url(/images/fond_noir_double.jpg);
    background-size:100%;
    background-color: #171717;
    font-family: Avenir;
    margin:0px;
}

img,svg {
    height: auto;
}

.videoHome {
    margin-top: 3.9vh;
    width: 100vw;
}

.swiperVert {
    width: 100%;
    height: 100%;
}

.containerNav {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    transform: rotateZ(2.5deg);
    align-items: flex-end;
}

.containerMenu {
    transform: rotateZ(2.5deg);
    height: 100%;
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navBarre {
    z-index:11;
    position: fixed;
    top: 15px;
    left: -1%;
    background-color: #171717;
    background-image: url(/images/navbar/fond.png);
    background-size: cover;
    background-position: center;
    width: 102%;
    transform: rotateZ(-2.5deg);
    margin-top: -56px;
}

.navBarreBorcerBottom {
    position: absolute;
    bottom: -11px;
    background: #18F6EF;
    background: -moz-linear-gradient(left, #4280C0 0%, #18F6EF 100%);
    background: -webkit-linear-gradient(left, #4280C0 0%, #18F6EF 100%);
    background: linear-gradient(to right, #4280C0 0%, #18F6EF 100%);
    width: 100%;
    height: 25px;
    transform: rotateZ(0.6deg);
}

.navBarre .logo {
    width: 280px;
}

.div_icone_menu {
    display: flex;
}

.icone_menu {
    cursor: pointer;
    padding: 0;
  }

.line {
    fill: none;
    stroke: url(#Gradient1);
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
    stroke: #18F6EF;
    stroke-opacity: 0.8;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.menu {
    position: fixed;
    height: 550px;
    transform: rotateZ(-3deg);
    margin-top: -56px;
    overflow: hidden;
    background-color: #1C1C1C;
    z-index: 10;
}

.icone_espace_client {
    width: 30px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;

}

.icone_lang {
    width: 20px;
    margin-top: 16px;
    margin-right: 10px;
    cursor: pointer;
}

.icone_lang_ru {
    width: 20px;
    margin-top: 16px;
    margin-right: 10px;
    cursor: pointer;
}

.sectionMenu {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    border-right: none;
    border-top: none;
    height: fit-content;
}

.sectionMenu legend {
    color: #18F6EF;
    padding: 10px 15px;
    margin-right: 35px;
    border-radius: 20px;
    border: 2px solid #18F6EF;
    margin-left: -30px;
    background-color: #1C1C1C;
}

.sectionMenu a:hover  {
    color: #18F6EF;
}

.sectionDoubleLigne {
    width: 100px;
}

.titreMenuEspacePro {
    position: relative;
    background: #18F6EF;
    background: -moz-linear-gradient(left, #4280C0 0%,#18F6EF  100%);
    background: -webkit-linear-gradient(left, #4280C0 0%,#18F6EF  100%);
    background: linear-gradient(to right, #4280C0 0%, #18F6EF 100%);
    padding: 10px 15px 10px 40px;
    border-radius: 20px;
    cursor: pointer;
    margin-left: -15px;
    color: black;
    text-decoration: none;
}

.titreMenuEspacePro:hover {
    background-color: white;
}

.titreMenuEspaceProMobil {
    font-weight: bold;
}

.titreMenuEspaceProMobil svg {
    width: 222px;
    margin-top: -11px;
}

.titreMenuEspaceProMobil:hover {
    fill: white;
}

.imgEspaceProMenuMobil {
    position: absolute;
    top: 16%;
    left: 3%;
    width: 35px;
}

.imgEspaceProMenu {
    position: absolute;
    top: 17%;
    left: 4%;
    width: 13%;
}

.divContactMenu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.textContactMenu span {
    font-weight: normal;
}

.langSelect {
    display: flex;
    padding-top: 14px;
    margin-right: 10px;
}

.icone_lang_select {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.fleche_lang {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-top: 4px;
}

.divSelectLang {
    position: absolute;
    left: -18px;
    background-image: url(/images/navbar/fond.png);
    background-position: 66% 73%;
    width: 60px;
    opacity:0;
    visibility: hidden;
    height: 51px;
    padding-top: 5px;
    border-bottom: 17px solid #32add2;
}

.icone_lang_no_select {
    margin-left: 17.5px;
    margin-top: 12px;
    width: 25px;
    cursor: pointer;
}

.icone_lang_no_select_ru {
    margin-left: 17.5px;
    margin-top: 12px;
    width: 25px;
    cursor: pointer;
}

footer .background {
    background-color: #171717;
    background-size: contain;
    background-repeat: repeat;
    position: absolute;
    left: 0;
    width: 100%;
}

.textContactMenu span {
    font-weight:normal;
}

.btnBrochure:hover {
    color:black;
    text-decoration: none;
}

.menuFooter a {
    color:white;
    text-decoration: none;
}

.txtFooterCondi {
    text-align: center;
    color: white;
    font-size: 10px;
    padding-top: 30px;
    padding-bottom: 5px;
}

.menuFooter a:hover {
    color:#18F6EF;
}

.backgroundBlanc {
    background-image: url("/images/fond blanc.jpg");
    background-size: 100%;
    background-repeat: repeat;
    width: 100%;
}

.hoverTextWhite {
    color: white;
}

.hoverTextWhite:visited {
    color: white;
}

.hoverTextWhite:hover {
    color:#32add2;
}

.hoverTextBlack {
    color: black;
}

.hoverTextBlack:visited {
    color: black;
}

.hoverTextBlack:hover {
    color:#32add2;
}

.divTitreSection {
    margin-top: 5vh;
    margin-bottom: 5vh;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.divTitreSection img {
    width: 100px!important;
}

.divTitreSection h1 {
    margin-left: -75px;
}

.divTitreSectionDouble {
    margin-top: 5vh;
    margin-bottom: 5vh;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.divTitreSectionDouble img {
    width: 120px!important;
}

.divTitreSectionDouble h1 {
    margin-left: -75px;
}

h1 {
    font-size: 3em;
    font-weight: bold;
}

.refNoBlue {
    color: white;
}

.iconeLK {
    margin-bottom: -8px;
    margin-left: 5px;
    width: 24px;
}

@media (max-width: 576px) {

    p, ul,div {
        font-size: 16px;
    }

    .sectionS {
        position: relative;
        padding-left: 4%;
        padding-right: 4%;
    }

    .sectionL {
        position: relative;
        padding-left: 4%;
        padding-right: 4%;
    }

    .backgroundBlanc {
        background-image: url("/images/fond blanc - vertical.jpg");
    }

    .videoHome {
        margin-top: 54px;
    }

    h1 {
        font-size: 6vw;
    }

    .divTitreSection h1 {
        margin-left: -55px;
    }

    .divTitreSection img {
        width: 75px!important;
    }

    .divTitreSectionDouble img {
        width: 100px!important;
    }

    .containerNav {
        align-items: center;
    }

    .navBarre .logo {
        width: 180px;
    }    

    .icone_espace_client {
        width: 25px;
        margin-top: 7px;
    }

    .icone_lang {
        width: 18px;
        margin-top: 12px;
    }

    .icone_menu_svg {
        width: 40px;
        margin-left: -3px;
    }

    .tailleNavbar {
        height: 95px;
    }

    .tailleMenu {
        left: -4%;
        top: -425px;
        width: 108%;
    }    

    .divMenu {
        transform: rotateZ(2.5deg);
        margin-top: 80px;
        margin-left: 11vw;
        width: 100%;
        height: 100px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
    }

    .fontSizeTitreSection {
        font-size: 0.6em;
        font-weight: bold;
        margin-right: 15px!important;
    }

    .sectionMenu a  {
        color: white;
        width: 75%;
        font-size: 0.8em;
        margin-top: 15px;
        cursor: pointer;
        text-decoration: none;
    }

    .margeBtnEspaceProMenu {
        display: none;
    }

    .imgEspaceProMenuMobil {
        top: 1.5px!important;
        left: 3px;
        width: 40px;
    }

    .Header {
        margin-left: 12px;
        font-size: 3.5vw;
        color: white;
        font-weight: bold;
        margin-top: 10px;
        line-height: 30px;
    }

    .divContactMenu {
        position: absolute;
        bottom: 75px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .imgContactMenu {
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
    }

    .divMenuEspaceProMobil {
        display: block;
        text-align: center;
        margin-top: -100px;
    }

    .iconeNoMobile {
        display: none;
    }

    .iconeMobile {
        display: block;
    }

    .margeTelSection {
        margin-right: -77px;
    }

    .imgActualiteTempoMenu {
        width: 300px;
        margin-left: -9px;
        height: max-content;
        margin-top: -185px;
    }

    .actualiteTempoMobil {
        display: block;
    }

    .actualiteTempoPC {
        display:none;
    }

    /* footer */
    .logoFooter {
        margin-top: 10%;
        margin-bottom: 5%;
        width: 80%;
        margin-left: 10%;
    }

    .menuFooter {
        margin-top: 20px!important;
        color: white;
        line-height: 30px;
        text-align: center;
    }

    .textFooterCoord {
        color: white;
        font-size: 18px;
        margin-top: 30px;
        text-align: center;
    }

    .textFooterCoord span {
        font-size: 20px;
        font-weight: bold;
    }


    .textContactMenu {
        color: white;
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .btnBrochure {
        color: black;
        text-decoration: none;
        padding: 10px 20px;
        background: rgb(24,246,239);
        background:  linear-gradient(90deg, rgba(66,128,192,1) 0%,rgba(24,246,239,1) 100%);
        border-radius: 22px;
        font-weight: bold;
    }

    .textContactMenuHeader {
        color: white;
        font-size: 14px;
        font-weight: bold;
        margin-top: 1%;
        width: 70%!important;
    }

    .divContactFooter {
        margin-top: 35px;
        text-align: center;
    }

    .divContactFooter img {
        width: 80px;
        margin-bottom: 10px;
        height: 80px;
    }
    
    .divBtnBrochure {
        padding-top: 5px;
        padding-bottom: 25px;
        text-align: center;
        font-size: 3vw;
    }

    .container {
        width: 94%!important;
    }

    /* Tarte au citron */
    #tarteaucitronIcon #tarteaucitronManager img {
        width: 40px!important;
        height: 40px!important;
    }
}

@media (min-width: 576px) and (max-width:767px) {

    .videoHome {
        margin-top: 8vh;
    }

    .divMenuEspaceProMobil {
        margin-top: -27px;
    }

    .imgActualiteTempoMenu {
        width: 100%!important;
        height: max-content!important;
        margin-top: -25px!important;
    }

    .textContactMenuHeader {
        margin-top: 7px!important;
    }
}

@media (min-width: 576px) and (max-width:992px) {
    p, ul, div {
        font-size: 18px;
    }

    .sectionS {
        position: relative;
        width: 90%;
        margin-left: 5%!important;
    }

    .sectionL {
        position: relative;
    }

    .backgroundBlanc {
        background-image: url("/images/fond blanc - vertical.jpg");
    }

    .videoHome {
        margin-top: 9vh;
    }
    
    .divTitreSection img {
        width: 85px!important;
    }

    .divTitreSection h1 {
        margin-left: -65px;
    }

    h1 {
        font-size: 2em;
    }

    .containerNav {
        align-items: center;
    }

    .tailleNavbar {
        height: 120px;  
    }

    .tailleMenu{
        left: -2%;
        top: -400px;
        width: 104%;
    }

    .divMenu {
        transform: rotateZ(2.5deg);
        margin-top: 80px;
        width: 100%;
        height: 100px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
    }

    .margeTelSection {
        margin-right: -10%;
    }

    .fontSizeTitreSection {
        font-size: 1em;
        font-weight: bold;
    }

    .sectionMenu a  {
        color: white;
        font-size: 0.9em;
        margin-top: 15px;
        cursor: pointer;
        width: 70%;
        text-decoration: none;
    }

    .margeBtnEspaceProMenu {
        display: none;
    }

    .textContactMenuHeader {
        margin-left: 30px;
        font-size: 1em;
        color: white;
        font-weight: bold;
        line-height: 25px;
        margin-top: 9px;
    }

    .textContactMenu {
        color: white;
        font-size: 19px;
        font-weight: bold;
        text-align: center;
    }

    .imgContactMenu {
        width: 60px;
        height: 60px;
    }

    .divMenuEspaceProMobil {
        display: block;
        text-align: center;
        margin-top: 0px;
    }

    .iconeNoMobile {
        display: block;
    }

    .iconeMobile {
        display: none;
    }

    .imgActualiteTempoMenu {
        width: 500px;
        height: max-content;
        margin-top: -14px;
    }

    .divContactMenu {
        margin-top: -34px;
    }

    .actualiteTempoMobil {
        display: none;
    }

    .actualiteTempoPC {
        display:block;
    }

    .titreMenuEspaceProMobil svg {
        width: 242px;
        margin-top: 0px;
        margin-left: 58px;
    }

    /* FOOTER */
    .logoFooter {
        margin-top: 10%;
        margin-bottom: 2%;
        width: 50%;
        margin-left: 25%;
    }

    .menuFooter {
        margin-top: 20px!important;
        color: white;
        line-height: 30px;
        text-align: center;
    }

    .textFooterCoord {
        color: white;
        font-size: 18px;
        margin-top: 30px;
        text-align: center;
    }

    .textFooterCoord span {
        font-size: 20px;
        font-weight: bold;
    }

    .btnBrochure {
        color: black;
        text-decoration: none;
        padding: 10px 20px;
        background: rgb(24,246,239);
        background:  linear-gradient(90deg, rgba(66,128,192,1) 0%,rgba(24,246,239,1) 100%);
        border-radius: 22px;
        font-weight: bold;
    }

    .textContactMenu {
        color: white;
        font-size: 19px;
        font-weight: bold;
        text-align: center;
    }

    .divContactFooter {
        margin-top: 35px;
        text-align: center;
    }

    .divContactFooter img {
        width: 80px;
        height: 80px;
        margin-bottom: -6px;
        margin-top: 12px;
    }

    .divBtnBrochure {
        padding-top: 5px;
        padding-bottom: 25px;
        text-align: center;
    }


    
}

@media (min-width: 992px) and (max-width:1200px) {

    p, ul, div {
        font-size: 15.5px;
    }    

    .sectionS {
        position: relative;
        width: 90%;
        margin-left: 5%!important;
    }

    .sectionL {
        position: relative;
    }

    .tailleNavbar {
        height: 120px;
    }

    .tailleMenu{
        left: -2%;
        top: -400px;
        width: 104%;
    }

    .divMenu {
        transform: rotateZ(2.5deg);
        margin-top: 80px;
        width: 100%;
        height: 100px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
    }

    .margeBtnEspaceProMenu {
        padding-top: 10px;
    }

    .fontSizeTitreSection {
        font-size: 1em;
        font-weight: bold;
    }

    .sectionMenu a  {
        color: white;
        font-size: 0.9em;
        margin-top: 15px;
        cursor: pointer;
        text-decoration: none;
    }


    .textContactMenuHeader {
        margin-left: 35px;
        font-size: 1.6em;
        color: white;
        font-weight: bold;
        margin-top: 15px;
        line-height: 37px;
    }

    .imgContactMenu {
        width: 100px;
        height: 100px;
    }

    .divMenuEspaceProMobil {
        display: none;
    }

    .iconeNoMobile {
        display: block;
    }

    .iconeMobile {
        display: none;
    }

    .imgActualiteTempoMenu {
        width: 700px;
        height: max-content;
        margin-top: -25px;
    }

    .actualiteTempoMobil {
        display: none;
    }

    .actualiteTempoPC {
        display:block;
    }

    /* FOOTER */

    .logoFooter {
        margin-top: 5%;
        margin-bottom: 2%;
        width: 25%;
    }

    .menuFooter {
        margin-top: 13px;
        color: white;
        line-height: 30px;
        padding-left: 9%!important;
    }

    .textFooterCoord {
        color: white;
        font-size: 12px;
        margin-top: 17px;
        line-height: 20px;
    }

    .textFooterCoord span{
        font-size: 15px;
        font-weight: bold;
    }

    .btnBrochure {
        color: black;
        text-decoration: none;
        padding: 10px 20px;
        background: rgb(24,246,239);
        background:  linear-gradient(90deg, rgba(66,128,192,1) 0%,rgba(24,246,239,1) 100%);
        border-radius: 22px;
        font-weight: bold;
        font-size: 0.8em;
    }

    .textContactMenu {
        color: white;
        font-size: 14px;
        margin-left: 20px;
        font-weight: bold;
        margin-top: 2px;
    }

    .divContactFooter {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 35px;
    }

    .divContactFooter img {
        width: 55px;
        height: 55px;
    }

    .divBtnBrochure {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
}

@media (min-width: 1200px) and (max-width:1400px) {

    .sectionS {
        position: relative;
        width: 70%!important;
        margin-left: 15%!important;
    }

    .sectionL {
        position: relative;
    }

    p, ul, div {
        font-size: 14.35px;
    }

    .tailleNavbar {
        height: 125px;
    }

    .tailleMenu{
        left: -2%;
        top: -397px;
        width: 104%;
    }

    .divMenu {
        transform: rotateZ(2.5deg);
        margin-top: 80px;
        width: 100%;
        height: 100px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
    }

    .margeBtnEspaceProMenu {
        padding-top: 10px;
    }

    .fontSizeTitreSection {
        font-size: 1em;
        font-weight: bold;
    }

    .sectionMenu a  {
        color: white;
        font-size: 0.9em;
        margin-top: 15px;
        cursor: pointer;
        text-decoration: none;
    }


    .textContactMenuHeader {
        margin-left: 35px;
        font-size: 1.6em;
        color: white;
        font-weight: bold;
        margin-top: 15px;
        line-height: 37px;
    }

    .imgContactMenu {
        width: 100px;
        height: 100px;
    }

    .divMenuEspaceProMobil {
        display: none;
    }

    .iconeNoMobile {
        display: block;
    }

    .iconeMobile {
        display: none;
    }

    .imgActualiteTempoMenu {
        width: 660px;
        height: max-content;
        margin-top: -55px;
    }

    .actualiteTempoMobil {
        display: none;
    }

    .actualiteTempoPC {
        display:block;
    }

    /* FOOTER */

    .logoFooter {
        margin-top: 5%;
        margin-bottom: 2%;
        width: 25%;
    }

    .menuFooter {
        margin-top: 13px;
        color: white;
        line-height: 30px;
        padding-left: 10%!important;
    }

    .textFooterCoord {
        color: white;
        font-size: 12px;
        margin-top: 17px;
        line-height: 20px;
    }

    .textFooterCoord span{
        font-size: 15px;
        font-weight: bold;
    }

    .btnBrochure {
        color: black;
        text-decoration: none;
        padding: 10px 20px;
        background: rgb(24,246,239);
        background: linear-gradient(90deg, rgba(66,128,192,1) 0%,rgba(24,246,239,1) 100%);
        border-radius: 22px;
        font-weight: bold;
        font-size: 1.1em;
    }

    .textContactMenu {
        color: white;
        font-size: 17px;
        margin-left: 20px;
        font-weight: bold;
        margin-top: 10px;
    }

    .divContactFooter {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 35px;
    }

    .divContactFooter img {
        width: 75px;
        height: 75px;
    }

    .divBtnBrochure {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
}

@media (min-width: 1400px) {
    .sectionS {
        position: relative;
        width: 70%!important;
        margin-left: 15%!important;
    }

    .sectionL {
        position: relative;
    }

    p, ul, div {
        font-size: 16.6px;
    }

    .tailleNavbar {
        height: 125px;
    }

    .tailleMenu{
        left: -2%;
        top: -397px;
        width: 104%;
    }

    .divMenu {
        transform: rotateZ(2.5deg);
        margin-top: 80px;
        width: 100%;
        height: 100px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
    }

    .margeBtnEspaceProMenu {
        padding-top: 10px;
    }

    .fontSizeTitreSection {
        font-size: 1em;
        font-weight: bold;
    }

    .sectionMenu a  {
        color: white;
        font-size: 0.9em;
        margin-top: 15px;
        cursor: pointer;
        text-decoration: none;
    }

    .textContactMenuHeader {
        margin-left: 35px;
        font-size: 1.6em;
        color: white;
        font-weight: bold;
        margin-top: 15px;
        line-height: 37px;
    }

    .imgContactMenu {
        width: 100px;
        height: 100px;
    }

    .divMenuEspaceProMobil {
        display: none;
    }

    .iconeNoMobile {
        display: block;
    }

    .iconeMobile {
        display: none;
    }

    .imgActualiteTempoMenu {
        width: 760px;
        height: max-content;
        margin-top: -25px;
    }

    .actualiteTempoMobil {
        display: none;
    }

    .actualiteTempoPC {
        display:block;
    }

    /* FOOTER */

    .logoFooter {
        margin-top: 5%;
        margin-bottom: 2%;
        width: 25%;
    }

    .menuFooter {
        margin-top: 13px;
        color: white;
        line-height: 30px;
        padding-left: 14%!important;
    }

    .textFooterCoord {
        color: white;
        font-size: 12px;
        margin-top: 17px;
        line-height: 20px;
    }

    .textFooterCoord span{
        font-size: 15px;
        font-weight: bold;
    }

    .btnBrochure {
        color: black;
        text-decoration: none;
        padding: 10px 20px;
        background: rgb(24,246,239);
        background:  linear-gradient(90deg, rgba(66,128,192,1) 0%,rgba(24,246,239,1) 100%);
        border-radius: 22px;
        font-weight: bold;
        font-size: 1.1em;
    }

    .textContactMenu {
        color: white;
        font-size: 19px;
        margin-left: 20px;
        font-weight: bold;
        margin-top: 6px;
    }

    .divContactFooter {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 35px;
    }

    .divContactFooter img {
        width: 80px;
        height: 80px;
    }

    .divBtnBrochure {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.modalDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.modalConteneur {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12;
}

.modalBackground {
    position: relative;
    background: #18F6EF;
    background: -moz-linear-gradient(left, #4280C0 0%, #18F6EF 100%);
    background: -webkit-linear-gradient(left, #4280C0 0%, #18F6EF 100%);
    background: linear-gradient(to right, #4280C0 0%, #18F6EF 100%);
    width: 660px;
    height: 254px;
    padding: 5px;
    border-radius: 20px;
}

.modalContenue {
    position: relative;
    background-image: url(/images/fond_noir_popup.jpg);
    background-size: 100%;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.modalContenue > p {
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
}

.fondGrisModal {
    z-index: 11;
    background-color: black;
    opacity: 0.5;
}

.modalTitre {
    top: 40px;
    font-weight: bold;
    font-size: 21px;
}

.modalText {
    top: 116px;
    font-style: italic;
}

.modalClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    fill: white;
    cursor: pointer;
}

@media (max-width: 720px) {

    .modalBackground {
        width: 275px;
        height: 300px;
    }
    .modalTitre {
        top: 35px;
        font-weight: bold;
        font-size: 18px;
    }

    .modalText {
        top: 145px;
        font-style: italic;
    }
}