@font-face {
    font-family: 'Willy_brothers';
    src: url('../fonts/Willy_brothers.ttf');
    font-weight: normal;
    font-style: normal
}

.marque-page-droite:before{
    content: "";
    position: absolute;
    right: 17px;
    margin-top: 1px;
    border-color: #FFF #FFF #f32577 #f32577;
    border-style: solid;
    border-width: 0px 20px 20px 0px;
    height: 0px;
    width: 0px;
    display: block;
    -moz-box-shadow: 0pt 2px 1px rgba(0, 0, 0, 0.2), -2px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0pt 2px 1px rgba(0, 0, 0, 0.2), -2px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0pt 2px 1px rgba(0, 0, 0, 0.2), -2px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 4;
}
.marque-page-gauche:before{
    content: "";
    position: absolute;
    right: 0px;
    border-color: #FFF #FFF #f32577 #f32577;
    border-style: solid;
    border-width: 0px 20px 20px 0px;
    height: 0px;
    left: 17px;
    margin-top: 1px;
    width: 0px;
    transform: rotate(90deg);
    display: block;
    z-index: 4;
}
.progression-1:before{
    content: "1/2";
    position: absolute;
    right: 10px;
    font-weight: bold;
    padding: 2px;
    font-size: 14px;
    border-radius: 15px;
    border: solid #f32577 1px;
    background-color: #f32577;
    color: white;
    z-index: 4;
    top: calc(100% - 62px);
}
.progression-2:before{
    content: "2/2";
    position: absolute;
    right: 10px;
    font-weight: bold;
    padding: 2px;
    font-size: 14px;
    border-radius: 15px;
    border: solid #f32577 1px;
    background-color: #f32577;
    color: white;
    z-index: 4;
    top: calc(100% - 64px);
}
#formulaire fieldset{
    display: none;
}
.premiere-diapo{
    display: flex;
}
.premiere-diapo .icone{
    margin: auto;
}
.deuxieme-diapo{
    display: none;
}
.deuxieme-diapo .icone{
    margin: auto;
}
@media (max-width: 768px){
    .icone{
        padding: 20px 20px 20px 0px;
    }
}
.g-pa-t3P{
    padding: 10px 3.57143rem 10px 3.57143rem !important;
}
.grecaptcha-badge{
    z-index: 4;
    display: none;
}

/* Taille caractère accroche zone background home */
@media (max-width: 575px){
    .accroche-home-mobile{
        /*top: 60px;*/
    }
}

@media (min-width: 576px) and (max-width: 639px){
    .accroche-home h2{
        font-size: 1.6rem;
    }
    .chiffre-home h3{
         font-size: 0.8rem;       
    }
}

@media (min-width: 640px) and (max-width: 719px){
    .accroche-home h2{
        font-size: 1.4rem;
    }
    .chiffre-home h3{
         font-size: 1.2rem;       
    }
}

@media (min-width: 720px) and (max-width: 767px){
    .accroche-home h2{
        font-size: 1rem;
    }
    .chiffre-home h3{
         font-size: 1rem;       
    }
}

@media (min-width: 768px) and (max-width: 799px){
    .accroche-home h2{
        font-size: 1.1rem;
    }
    .chiffre-home h3{
         font-size: 1.1rem;       
    }
}

@media (min-width: 800px) and (max-width: 899px){
    .accroche-home h2{
        font-size: 1.2rem;
    }
    .chiffre-home h3{
         font-size: 1.2rem;       
    }
}

@media (min-width: 900px) and (max-width: 1023px){
    .accroche-home h2{
        font-size: 1.35rem;
    }
    .chiffre-home h3{
         font-size: 1.35rem;       
    }
}


@media (min-width: 1024px) and (max-width: 1199px){
    .accroche-home h2{
        font-size: 1.6rem;
    }
    .chiffre-home h3{
         font-size: 1.4rem;       
    }
}

@media (min-width: 1200px) and (max-width: 1279px){
    .accroche-home h2{
        font-size: 1.8rem;
    }
    .chiffre-home h3{
         font-size: 1.6rem;       
    }
}

@media (min-width: 1280px) and (max-width: 1366px){
    .accroche-home h2{
        font-size: 2rem;
    }
    .chiffre-home h3{
         font-size: 1.6rem;       
    }
}

@media (min-width: 1440px){
    .accroche-home h2{
        font-size: 2.6rem;
    }
}

@media (min-width: 1920px){
    .accroche-home h2{
        font-size: 3rem;
    }
    .chiffre-home h3{
         font-size: 1.8rem;       
    }
}

/* Taille zone background home */
@media (min-width: 1367px){
    .g-height-home{
        height: 600px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px){
    .g-height-home{
        height: 460px;
    }
}

@media (min-width: 768px) and (max-width: 1023px){
    .g-height-home{
        height: 360px;
    }
}

@media (min-width: 576px) and (max-width: 767px){
    .g-height-home{
        height: 330px;
    }
}

@media (max-width: 575px){
    .g-height-home-mobile{
        height: 520px;
    }
}

@media (min-width: 992px){
    .navbar-nav{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 991px){
    #formulaire .btn-previous{
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px){
    .accroche-home{
        /*top: -10px;
        left: -60px;*/
    }   
}

@media (max-width: 1199px) {
    .mosaique-test{
        background-color: #f32577!important;
    }
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1200px) and (max-width: 1279px) {
    #titre-test{
        /*font-size: 2.04286rem !important;*/
        font-size: 1.34286rem !important;
    }
    
    #paragraphe-test{
        font-size: 1rem !important;
    }
    #top{
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .mosaique-test{
        background-image: url(../images/mosaique/nouvelle/2024/10/21/mosaique-1200px.png);
        background-size: initial;
        background-color: #f32577!important;
    }
  
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1280px) {
    .mosaique-test{
        background-image: url(../images/mosaique/nouvelle/2024/10/21/mosaique-1280px.png);
        background-size: initial;
        background-color: #f32577!important;
    }
  
}

.button-ctc-2{
    top: 130px;
}

@media (max-width: 575px) {
    .button-ctc-2{
        top: 105px;
    }
}

object, embed {
    width: 100%;
    height: 100%;
}

.item object{
	width: 100%;
	height: 100%;
}

.image-preview-pdf.item {
        height: 500px!important;
    }
	
@media only screen and (min-width: 1280px) {
    .image-preview-pdf.item {
        width: 49%!important;
    }
}

@media only screen and (max-width: 1279px) {
    .image-preview-pdf.item {
        width: 100%!important;
    }
}

/*------------------------------------
  Colors
------------------------------------*/

/* Complementary Colors
------------------------------------*/
.g-color-rose-unicis {
    color: #f32577 !important;
}

.g-color-bleu-unicis {
    color: #006EA5 !important;
}

/*------------------------------------
  Background Colors
------------------------------------*/

/* Complementary Colors
------------------------------------*/
.g-bg-rose-unicis {
    background-color: #f32577 !important;
}

.g-bg-rose-unicis--hover:hover {
    background-color: #f32577 !important;
}

.g-bg-bleu-unicis {
    background-color: #006EA5 !important;
}

.g-bg-bleu-unicis--hover:hover {
    background-color: #006EA5 !important;
}

.g-width-100x {
    width: 100% !important;
}

.g-cursor-pointer{
    cursor: pointer;
}