.nav-item a{
    font-size: 20px !important;
    padding-right: 15px !important;
}

.parallax{
    background-image: url("../img/fondparallax1.jpg");
    height: 50vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.parallax-inner{
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px black;
    background-color: rgba(0, 0, 0, .5);
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.parallax-inner h1{
    font-size: 60px;
    transition: font-size .25s linear; 
    -o-transition: font-size .25s linear; 
    -moz-transition: font-size .25s linear; 
    -webkit-transition: font-size .25s linear; 
}

.para-ateliermaintenance h1{
    font-size: 45px !important;
    transition: font-size .25s linear; 
    -o-transition: font-size .25s linear; 
    -moz-transition: font-size .25s linear; 
    -webkit-transition: font-size .25s linear; 
}

.para-ateliermaintenance p{
    font-size: 18px;
    transition: font-size .25s linear; 
    -o-transition: font-size .25s linear; 
    -moz-transition: font-size .25s linear; 
    -webkit-transition: font-size .25s linear; 
}

.parallax-inner p{
    font-size: 20px;
    transition: font-size .25s linear; 
    -o-transition: font-size .25s linear; 
    -moz-transition: font-size .25s linear; 
    -webkit-transition: font-size .25s linear; 
}

.gris {
    color: rgb(110, 110, 110);
}

.bold-rouge{
    color: rgb(168, 4, 31);
    font-weight: bold;
}

.bold-rose{
    text-decoration: inherit;
    color: rgb(242, 12, 81);
    font-weight: bold;
    
}

.bold{
    font-weight: bold;
}

.bold-italic{
    font-weight: bold;
    font-style: italic;
    font-size: 17px;
}



.img-fluid{
    display: block;
    margin-left: auto;
    margin-right: auto
}

.service{
    text-align: center;
}

.info-formation{
    text-align: center;
}

.service svg {
    width:  50px;
    height: 50px;
}

.avis svg {
    width:  30px;
    height: 30px;
    color: #a3a3a3;
}

.avis{
    background-color: rgba(244, 244, 244, 1);
}

.info-formation svg{
    width:  50px;
    height: 50px;
}

.service h4{
    margin-top: 15px;
}

.service p{
    margin-top: 15px;
}

.carousel-inner > .carousel-item > img {
    width:640px;
    height:500px;
}

.bouton{
    background-color: rgb(242, 12, 81);
    color: white;
}

.expeparallax{
    background-image: url("../img/colis.jpg");
    height: 30vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.expeparallax-inner{
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px black;
    font-size: 45px;
}

.apropos-parallax{
    background-image: url("../img/apropos.webp");
    height: 60vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.apropos-inner{
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px black;
    font-size: 45px;
}

.img-background-apropos{
    background-image: url("../img/apropos2.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.footerparallax{
    background-image: url("../img/soudeuse2.jpg");
    height: 50vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.footerparallax-inner{
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px black;
    
}

.formation-parallax{
    background-image: url("../img/formation.jpg");
    height: 50vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.formation-parallax-inner{
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px black;
    
}

.formation-card-parallax{
    background-image: url("../img/formation.jpg");
    height: 70vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.formation-card-parallax-inner{
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px black;
    
}

.formations-card a{
    background-color: rgb(15, 157, 185); 
    border-color: rgb(15, 157, 185); 
    padding-left: 50px; 
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.formations-card a:hover{
    background-color: rgb(20, 138, 161); 
    border-color: rgb(20, 138, 161); 
}

.btn-contact button{
    background-color: rgb(15, 157, 185); 
    border-color: rgb(15, 157, 185); 
    color: white;
}

.btn-contact button:hover{
    background-color: rgb(20, 138, 161); 
    border-color: rgb(20, 138, 161); 
    color: white;
}

.btn-connexion{
    background-color: rgb(15, 157, 185) !important; 
    border-color: rgb(15, 157, 185) !important; 
    color: white !important;
}

.btn-connexion:hover{
    background-color: rgb(20, 138, 161) !important; 
    border-color: rgb(20, 138, 161) !important; 
    color: white !important;
}

.btn-programme{
    background-color: rgb(15, 157, 185) !important; 
    border-color: rgb(15, 157, 185) !important; 
    color: white !important;
}

.btn-programme:hover{
    background-color: rgb(20, 138, 161) !important; 
    border-color: rgb(20, 138, 161) !important; 
    color: white !important;
}

.btn-erreur{
    background-color: rgb(26, 37, 192) !important; 
    border-color: rgb(26, 37, 192) !important; 
    color: white !important;
}

.btn-erreur:hover{
    background-color: rgb(48, 60, 221) !important; 
    border-color: rgb(48, 60, 221) !important; 
    color: white !important;
}

.contact-text textarea{
    padding-bottom: 100px;
}

.menu-admin{
    text-decoration: none;
    color: black;
}

.menu-admin:hover{
    color: black;
}

.menu-admin p{
    font-size: 20px;
    margin-top: 20px;
}

.menu-admin p:hover{
    color: rgb(12, 133, 158);
}


.active{
    color: rgb(12, 133, 158) !important;
}

@media (max-height: 488px) { 

    .parallax-inner{
        color: white;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-shadow: 1px 1px 2px black;
        background-color: rgba(0, 0, 0, .5);
        padding-left: 150px;
        padding-right: 150px;
        padding-top: 1px;
        padding-bottom: 1px;

}

.parallax-inner h1{
    font-size: 35px;

}

.parallax-inner p{
    font-size: 15px;

}

.footerparallax-inner h3{
    font-size: 35px;

}

.footerparallax-inner p{
    font-size: 15px;

}
}

@media (max-width: 768px){
    .img-background-apropos{
        background-image: url("../img/apropos2.webp");
        height: 450px;
        width: 100vw;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
}

@media (max-width: 720px){
    .parallax-inner{
        color: white;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-shadow: 1px 1px 2px black;
        background-color: rgba(0, 0, 0, .5);
        padding-left: 1px;
        padding-right: 1px;
        padding-top: 1px;
        padding-bottom: 1px;

}
}

.pop-up{
    width: 1130px;
    background-color: rgb(239, 136, 51);
    border-radius: 25px;
    border: 1px solid rgb(243, 154, 13);
    position: fixed;
    z-index: 100;
    color: white;
    
}

.animP {
    animation: color-change 1s infinite;
    font-weight: bold;
  }
  
  @keyframes color-change {
    0% { color: rgb(255, 94, 0); }
    50% { color: rgb(186, 76, 13); }
    100% { color: rgb(255, 94, 0); }
  }

  .centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
  }

.btn-popup{
    background-color: rgb(169, 79, 0) !important; 
    border-color: rgb(169, 79, 0) !important; 
    color: white !important;
}

.btn-popup:hover{
    background-color: rgb(130, 61, 0) !important; 
    border-color: rgb(130, 61, 0) !important; 
    color: white !important;
}