* {
    box-sizing: border-box;
}

html {
    font-size: 62.5% !important;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem !important;
    margin: 0 auto !important;
    background-image: linear-gradient(to right, rgba(253,228,225,0), rgba(253,228,225,1));
   
}

#slideshow,
#slideContainer,
#header {
    display: none;
    height: 0px !important;
}

#navigHead a {
    font-size: 1.4rem !important;
}

#navigHead li {
    display: none !important;
}
#footer {
    display: none !important;
}
.container {
    /* border: 5px solid cadetblue;*/
    max-width: 1080px !important;
    margin: 0 auto !important;
}

hr {
    display: none !important;
}

h1 {
    /*border: 3px solid tomato;*/
    margin: 0 !important;
    color: #222222 !important;
    font-size: 2.8rem !important;
    line-height: 3.6rem !important;
}

h2 {
    /*border: 3px solid tomato;*/
    margin: 0 !important;
    color: #222222 !important;
    font-size: 2.2rem !important;
    line-height: 2.8rem !important;
    font-weight: bold !important;
}

h3 {
    /*border: 3px solid tomato;*/
    margin: 0 !important;
    color: #222222!important;
    font-size: 1.8rem !important;
    line-height: 2.6rem !important;
}


h4 {
    /*border: 3px solid tomato;*/
    margin: 0 !important;
    color: #006374 !important;
    font-size: 1.7rem !important;
    line-height: 2.4rem !important;
    padding-top: 20px !important;
}

header {
    margin: 50px 0;
}

header img {
    width: 100% !important;
}


.clear {
    clear: both;
}

p {
    font-size: 1.6rem !important;
    line-height: 2.2rem !important;
}

.texteCenter {
    text-align: center !important;
}

.texte {
    padding: 20px 0 !important;
}

a {
    font-size: 1.6rem !important;
    text-decoration: none !important;
}


ul {
    margin-top: 0px !important;
    margin-left: 20px !important;
}

ul li {
    list-style: disc !important;
    color: #ff4b33 !important;
    line-height: 2.5rem !important;
    margin-left: 20px !important;
    padding-top: 5px !important;
}

ul .texte {
    color: #222222 !important;
    font-size: 1.6rem !important;
}

.gras {
    font-weight: bold !important;
}

.texteNoir {
    color: #222222 !important;
}

.texteCorail {
    color: #ff4b33 !important;
}

.texteBlanc {
    color: #FFFFFF !important;
}

.texteBleuClair {
    color: #5AD5D9 !important;
}

.texteViolet {
    color: #4B218E !important;
}

.texteBleuFonce {
    color: #1A283E !important;
}

.texteBleuClair {
    color: #4283D1 !important;
}

.texteRoseDark {
    color: #D81E88 !important;
}

.texteBleu {
    color: #FF4B33 !important;
    text-decoration: underline !important;
}

.texteVert {
    color: #006374 !important;
}

.center {
    text-align: center !important;
}

.boutonCorail {
    color: #ffffff !important;
    border-radius: 50px !important;
    background-color: #ff4b33 !important;
    padding: 10px 24px !important;
    font-size: 1.7rem !important;

}

.boutonBlanc {
    color: #FF4B33 !important;
    border: 1px solid #FF4B33 !important;
    border-radius: 50px !important;
    background-color: #FFFFFF !important;
    padding: 10px 24px !important;
    font-size: 1.7rem !important;

}
.boutonCorailPetit {
    color: #ffffff !important;
    border-radius: 50px !important;
    background-color: #ff4b33 !important;
    padding: 10px 15px !important;
    font-size: 1.5rem !important;

}

.boutonBlancPetit {
    color: #ff4b33 !important;
    border: #FF4B33 1px solid !important;
    border-radius: 50px !important;
    background-color: #ffffff !important;
    padding: 10px 15px !important;
    font-size: 1.5rem !important;
}


.imgCenter {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.fontSize12 {
    font-size: 1.2rem !important;
}

.fontSize14 {
    font-size: 1.4rem !important;

}

.fontSize15 {
    font-size: 1.5rem !important;

}

.fontSize17 {
    font-size: 1.7rem !important;
    line-height: 2.3rem !important;
}

.fontSize18 {
    font-size: 1.8rem !important;
    line-height: 2.4rem !important;
}

.fontSize20 {
    font-size: 2rem !important;
    line-height: 2.6rem !important;
}

.fontSize22 {
    font-size: 2.2rem !important;
}

.espace10 {
    margin-top: 10px !important;
}

.espace5 {
    margin-top: 5px !important;
}

.espace20 {
    margin-top: 20px !important;
}

.espace30 {
    margin-top: 30px !important;
}

.espace40 {
    margin-top: 40px !important;
}

.espace50 {
    margin-top: 50px !important;
}

.espace100 {
    margin-top: 100px !important;
}

#navigFoot li:first-child {
    display: none !important;
}

.mt40 {
    margin-top: 40px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.spacer {
    border-bottom: 1px solid #EDE8E6 !important;
}

.lien {
    color: blue !important;
    text-decoration: underline !important;
}

.underline {
    text-decoration: underline !important;
}
.encadreCorail {
    border: 3px solid #FF4B33!important;
    padding: 2px !important;
}
.encadreGris {
    border-radius: 8px !important;
    border: 2px solid #F2F2F2 !important;
    padding: 20px !important;
}
.encadreRoseDark {
    border-radius: 8px !important;
    border: 1px solid #D81E88 !important;
    padding: 20px !important;
}
.encadreRose {
    border-radius: 8px !important;
    background: #F4B5D4 !important;
}
.AplatBleuClair {
    background: #5AD5D9 !important;
    padding: 5px 10px !important;
}

.AplatBlanc {
    background: #FFFFFF !important;
    border-radius: 8px !important;
    padding: 20px !important;
}
.AplatRose {
    background: #F4B5D4 !important;
    border-radius: 8px !important;
}
.AplatBeige {
    background: #E4D8C4 !important;
    border-radius: 8px !important;
    padding: 20px !important;
}
.AplatCorail {
    background: #FF4B33 !important;
    color: #FFFFFF !important;
    padding: 5px 10px !important;
}

.AplatGris {
    background: #F2F2F2 !important;
    border-radius: 8px !important;
    padding: 20px !important;
}

.AplatBleu {
    background: #4283D1 !important;
    border-radius: 8px !important;
}


/* CODE LP */

/*.bgdegrade {
     /*background-image: linear-gradient(to right, rgba(228,216,196,0), rgba(228,216,196,1));*/
    /*background-image: linear-gradient(to right, rgba(255,153,163,0), rgba(237,232,230,1));*/
    /*background-image: linear-gradient(to right, rgba(255,221,224,0), rgba(255,221,224,1));*/
    /*background-image: linear-gradient(to right, rgba(252,173,162,0), rgba(252,173,162,1));
    background-image: linear-gradient(to right, rgba(253,228,225,0), rgba(253,228,225,1));
}*/

.bgGris {
     background: #F2F2F2 !important;
}

#menu {
    
    margin: 0 auto !important;
    display: flex !important;
    justify-content: space-around !important;
    
}

#menu ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    /*background: #FFFFFF !important;*/
     border: 1px solid #FF4B33;
    border-radius: 30px !important;
}

#menu li {
    padding: 10px 24px !important;
    margin: 0 !important;
    font-size: 1.8rem !important;

}

#menu ul li {
    list-style-type: none !important;
}

a .actif {
    border-radius: 30px !important;
    background: #FF4B33 !important;
    color: #FFFFFF !important;
    width: 290px !important;
}

a .passif{
    border-radius: 0 50px 50px 0 !important;
    /*background: #FFFFFF !important;*/
    color: #FF4B33 !important;
    width: 240px !important;
}

li .passif {
    list-style-type: none !important;
}

.flexContainer, .flexContainerLogo {
    display: flex !important;
    flex-direction: row !important;
    align-content: space-around !important;
}

.flexContainerCol {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
}

.logoMH, .logoSNCF {
    width: 50% !important;
    padding-top: 20px !important;
}

.logoSNCF img {
    width: 15% !important;
    text-align: right !important;
}
.logoSNCF {
    text-align: right !important;
}

.icone, .icone2 {
    width: 20% !important;
    align-self:center !important;
      text-align: center !important;
}

.texte {
    width: 80% !important;
    text-align: center !important;
}

.Col1, .Col2, .Col3, .Col4 {
    width: 30% !important;
}

.Col2 {
    margin: 0 20px !important;
}

.Col3 {
    margin-right: 20px !important;
}

.Col1 img, .Col2 img, .Col3 img, .Col4 img {
    width: 50% !important;
}


.texteGauche {
    width: 70% !important;
}
.visuelDroite {
    width: 30% !important;
    padding: 0 20px !important;
    align-self: center !important;
}

.visuelDroite img {
    width: 80% !important;
}

.note {
    width: 8% !important;
}

.note img {
    width: 80% !important;
}
.texte1 {
    width: 90% !important;
}

.visuel {
    width: 40% !important;
    text-align: center !important;
    margin-top: -100px;
    overflow: hidden;
}

.visuel img {
    width: 100% !important;
    transform: translateY(50px);
  
}
.texteVisuel {
    width: 60% !important;
    align-self: center !important;
}
.texteVisuel p {
    padding: 0 20px !important;
}
.btn {
    padding: 20px !important;
}
.numero {
    width: 5% !important;
    align-self: center !important;
    margin-right: 10px !important;
    
}
.texteNumero {
    width: 95% !important;
    align-self: center !important;
}
.circle {
    width: 32px;
    height: 32px;
    padding: 3px;
    border-radius: 20px;
    background: #FF4B33;   
    text-align:center;
}
.puces p {
    padding: 0 20px !important;
}

.Gauche {
    width: 45% !important;
    padding: 20px !important;

}
.Droite {
    width: 55% !important;
    padding: 20px !important;
}
.faq {
    width: 40% !important;
   
}
.EC {
    width: 60% !important;
    text-align: center !important;
}

.plus {
    width: 32px;
    height: 32px;
    padding: 3px !important;
    border-radius: 30px;
    background: #FF4B33;   
    text-align: center !important;
    display: inline-block !important;
    margin: 10px !important;
}

/* POPUP */
.btnPopup {
    padding: 10px 20px;
    font-size:1.6rem;
    cursor: pointer;
    text-align: center;
}

/*.btnPopup:hover {
    background: #FFFFFF;
}*/

.overlay{
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0, 0.5);
    width: 100%;
    height: 100%;
    display: none; 
    z-index: 99;
}

.popup {
    margin: 10% auto;
    width:90%;
    background-color: #F2F2F2;
    border-radius: 5px;
    padding: 20px;
    
}

.btnClose {
    float: right;
    cursor: pointer;
    font-size: 2.3rem;
    color: #FF4B33;
} 
.bgBlanc {
     background: #FFFFFF !important;
}
.flexContainer3logos {
    display: flex !important;
    flex-direction: row !important;
    align-content: space-around !important;
    justify-content: center !important;
    align-items: center !important;
}


.logo, .logomgc {
    width : 20% !important;
}

.logo img {
    width : 80% !important;

}

.logomgc img {
    width : 30% !important;

}

/* MEDIAS QUERIES */
@media only screen and (max-width: 450px) {
    #navigHead a {
        font-size: 1.2rem !important;
    }

    ul#navigHead {
        width: 100% !important;
    }

    h1 {
        font-size: 2.2rem !important;
        line-height: 2.8rem !important;
        padding: 20px !important;
    }

    h2 {
        font-size: 2.0rem !important;
        line-height: 2.6rem !important;
    }

    h3 {
        font-size: 1.8rem !important;
        line-height: 2.4rem !important;
        color: #FF4B33 !important;
    }

    .hide {
        display: none !important;
    }

    .show {
        display: block !important;
    }

    .flexContainer,
    .flexContainerCol {
        flex-flow: column !important;
    }


    .espace50,
    .espace100 {
        margin-top: 30px !important;
    }

    .intro {
        padding: 0 20px !important;
    }

    .logoSNCF img {
        width: 40% !important;
        text-align: right !important;
    }

    .flexContainer,
    .ColGauche,
    .ColDroite,
    .Col1,
    .Col2,
    .Col3,
    .Col4,
    .texteGauche,
    .visuelDroite,
    .note,
    .texte1,
    .visuel,
    .texteVisuel,
    .Gauche,
    .Droite,
    .faq,
    .EC,
    #menu {
        width: 100% !important;
    }

    .AplatGris {
        margin-left: 0px !important;
    }

    .Col2,
    .Col3,
    .Col4,
    .EC {
        margin-top: 20px !important;
    }

    .fontSize18 {
        font-size: 1.6rem !important;
        line-height: 2.2rem !important;
        padding: 0 20px !important;
    }

    .texteGauche p,
    .texte1 p {
        padding: 0 20px !important;
    }

    .texteNumero {
        text-align: center !important;
    }

    .EC {
        text-align: left !important;
    }

    .circle .fontSize18 {
        padding: 0 !important;
    }

    .Col1 img,
    .Col2 img,
    .Col3 img,
    .Col4 img {
        width: 30% !important;
    }

    .visuelDroite {
        text-align: center !important;
    }

    .visuelDroite img {
        width: 70% !important;
    }

    .note,
    .visuel {
        text-align: center !important;
    }

    .note img {
        width: 20% !important;
        margin-bottom: 20px !important;
    }

    .visuel img {
        width: 40% !important;
        margin-bottom: 40px !important;

    }

    .texteVisuel .fontSize18 {
        padding: 0 !important;
    }

    a .actif {
       
        background: #FF4B33 !important;
        color: #FFFFFF !important;
        width: 100% !important;
    }

    a .passif {
      
        /*background: #FFFFFF !important;*/
        color: #FF4B33 !important;
        width: 100% !important;
    }
   
}

@media only screen and (max-width: 750px) {
    h1 {
        font-size: 2.2rem !important;
        line-height: 2.8rem !important;
    }

    h2 {
        font-size: 2.0rem !important;
        line-height: 2.6rem !important;
    }

    h3 {
        font-size: 1.8rem !important;
        line-height: 2.4rem !important;
    }


    .hide {
        display: none !important;
    }

    .show {
        display: block !important;
    }

    .flexContainer {
        flex-flow: column !important;

    }

    .espace50 {
        margin-top: 30px !important;
    }

    .intro {
        padding: 0 20px !important;
    }
    .visuel {
        margin: auto;
        margin-top: 0;
        overflow: unset !important;
    }
    
    .visuel img {
        width: 100% !important;
        transform: unset !important;
    } 
      .flexContainer3logos{
            flex-direction: column !important;
    }
}
