@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

@font-face {
    font-family: 'ionicons';
    src: url(fonts/ionicons.ttf);
}

html {
  scroll-behavior: smooth;
}

body{
    font-family: 'Didact Gothic', sans-serif;;
}

.banner{
    text-align: center;
    padding-top: 180px;
}

.navbar{
    width: 100%;
    position: fixed;
    background-color: rgb(240, 240, 240);
    z-index: 99;
}

.logoMenu{
    height: 90px;
}


.nav-link{
    padding-bottom: 0px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #767676;
}

.nav-item.active{
    color: black;
}

.nav-item{
    font-size: 20px;
    text-transform: uppercase;
}

a.nav-link
{
    position: relative;
}

a.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

a.nav-link:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.dropdown-item{
    font-size: 17px;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link{
    color: rgb(0, 0, 0);
}

.main{
    height: 100vh;
}

.text{
    font-size: 30px;
    padding-top: 290px;
}

.text span{
    font-size: 42px;
    font-weight: bold;
}

.quote{
    opacity: 0;
    font-size: 32px;
    font-style: italic;
    animation: fadein 0.75s ease-out 3s forwards;
}


span.author{
    opacity: 0;
    font-size: 30px;
    padding-top: 10px;
    animation: fadein 0.75s ease-out 3.5s forwards;
}

#passeport{
    opacity: 0;
    animation: fadein 0.75s ease-out 0.5s forwards;
}

#qualite{
    opacity: 0;
    padding-left: 100px;
    padding-top: 32px;
    animation: fadein 0.75s ease-out 1s forwards;

}

#conseil{
    opacity: 0;
    padding-left: 245px;
    padding-top: 32px;
    animation: fadein 0.75s ease-out 1.5s forwards;
}

#formation{
    opacity: 0;
    padding-left: 359px;
    padding-top: 32px;
    animation: fadein 0.75s ease-out 2s forwards;
}

@keyframes fadein{
    100% { opacity: 1; }
}

.txtDownload{
    font-weight: bold;
    font-size: 13px;
    color: #1579c3;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 10px;
}

.dnbtn {
    border-radius: 50px;
    position: relative;
    color: #1579c3;
    transform: translate(-50%, -50%);
    padding: 22px 0 0 0;
    width: 100px;
    height: 100px;
    bottom: 20%;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
  }
  
  .dnbtn:before {
    font-family: 'ionicons';
    content: '\f2dd';
    font-size: 50px;
    color: #1579c3;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: .3s;
  }
  
  .dnbtn:hover:before {
    display: none;
  }
  
  .dnbtn:hover:after {
    content: 'TÉLÉCHARGER';
    font-style: italic;
    color: #a64ba0;
    font-size: 15px;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: .3s;
    animation: fadein .3s;
  }
  
  .dnbtn:hover {
    width: 160px;
  }
  
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeout {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }


.logoExpertise{
  text-align: center;
  padding-bottom: 65px;
}

.logoFormamanagement{
    text-align: center;
    padding-bottom: 40px;
}

.logoFormamanagement h2{
    padding-top: 35px;
}

.logoFormamanagement img{
    height: 300px;
}

.formamanagement{
    padding-top: 50px;
    padding-bottom: 80px;
}

.contentForma{
    font-size: 23px;
}

.formaButton{
    text-align: center;
}

.button {
    background-color: white;
    border: 2px solid rgb(69, 116, 204);
    color: rgb(69, 116, 204);
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-weight: bold;
}

.button:hover {
    background-color: rgb(69, 116, 204);
    color: white;
}

a.button:hover{
    text-decoration: none;
}


.logoQui{
    padding-bottom: 65px;
    padding-top: 35px;
}

.qui{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 150px;
    margin-top: 90px;
    background-color: #f0f0f0;
}


h2{
    font-size: 42px;
    font-weight: bold;
}

.expertise{
    padding-top: 80px;
    padding-bottom: 100px;
}

.expertiseDetails, .cible{
    font-size: 23px;
}

.cible{
    font-style: italic;
}

#qualiopi{
    padding-left: 22px;
}

.expertiseDetails span{
    font-size: 20px;
    font-weight: bold;
    color: rgb(69, 116, 204);
    padding-right: 7px;
}

.paraphLeft, .paraphRight{
    font-size: 23px;
}


.modalites{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: #f0f0f0;
}

.logoModalite{
    padding-bottom: 65px;
    padding-top: 20px;
}

.logoModalite img{
    height: 230px;
}

.modalitesDetails{
    font-size: 22px;
}

.modalitesDetails h3{
    font-size: 25px;
    font-weight: bold;
    color: rgb(69, 116, 204);
    padding-bottom: 5px;
}

.presentielle img{
    height: 80px;
}

.distancielle img{
    height: 80px;
}

.hybride{
    padding-top: 50px;
}

.hybride img{
    height: 80px;
}

.retourQuali{
    position: relative; /* Nécessaire pour que les tampons soient positionnés par rapport à ce conteneur */
    padding-top: 75px;
}

.retourQuali h4{
    font-size: 22px;
    color: rgb(69, 116, 204);
}

.retourQuali img{
    height: 40px;
}

.noteQuali{
    font-size: 25px;
    color: rgb(69, 116, 204);
}

.manageFirstSem{
    margin-top: 3rem;
}

.contact{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.logoContact{
    padding-bottom: 65px;
    padding-top: 20px;
}

.logoContact img{
    height: 250px;
}

.contactDetails{
    font-size: 22px;
}

.formContact{
    text-align: left;
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
}

label{
    font-size: 20px;
    font-weight: bold;
}

.miscInfo{
    font-size: 23px;
    font-weight: bold;
    padding-top: 45px;
    padding-left: 25px;
    text-align: left;
}

.declarInfo{
    font-style: italic;
    padding-top: 15px;
    font-size: 17px;
}

.datadock img{
    padding-top: 45px;
    height: 150px;
}

.certifInfo{
    font-size: 19px;
    font-weight: bold;
}

.certifInfo img{
    height: 203px;
}

.societeInfo{
    font-size: 12px;
    background-color: rgb(40, 60, 124);
    text-align: center;
    font-style: normal;
    position: absolute;
    bottom: 0;
    width: 95%;
    color: white;
}

.boldNum{
    font-weight: bold;
}

.fas{
    color: rgb(69, 116, 204);
    padding-right: 5px;
}

.navMenuFooter span{
    padding-right: 7px;
}

footer{
    padding: 15px;
    font-size: 20px;
    background-color: #f0f0f0 ;
}

footer a:hover{
    text-decoration: none;
}

.reseauxFooter{
    text-align: center;
    font-size: 40px;
}

.fab.fa-facebook-square{
    padding-right: 5px;
}

.miscFoot{
    text-align: right;
}

.PolEtConf{
    padding-top: 140px;
    padding-bottom: 50px;
}

.paraphPol{
    padding-top: 25px;
    font-size: 18px;
}

.mentionsLegales{
    padding-top: 140px;
    padding-bottom: 50px;
}

.paraphMentions{
    padding-top: 15px;
    font-size: 18px;
}

.services .formations{
    margin-left: auto;
}

.services .auto{
    margin-right: auto;
}

.logoServices {
    text-align: center;
}

.services {
    padding-top: 30px;
    padding-bottom: 200px;
}

.services .auto h3{
    color: #A64CA0;
}

.services .formations h3{
    color: rgb(54, 90, 158);
}

.services .row {
    padding-top: 80px;
}

.services h3{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}



.logoServices img{
    height: 230px!important; 
    padding-top: 80px;
    padding-bottom: 20px;
}

.services p {
    font-size: 23px;
    text-align: center;
    margin-top: 5px;
}

.blocForma {
    background-color: #D19973;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 30px;
    border: 2px solid rgb(94 147 247);
    color: whitesmoke;
}

.blocAudit {
    background-color: #2E75B6;
    width: 300px;
    height: 296.5px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 30px;
    border: 2px solid #D19973;
    color: whitesmoke;
}


@media (max-width: 1200px){

    .detailContact{
        padding-top: 50px;
    }

    .miscInfo{
        padding-top: 10px;
        padding-left: 0px;
    }

    .societeInfo{
        position: relative;
        margin-top: 40px;
        width: 100%;
    }

    .qui{
        margin-top: 150px;
    }
}

@media (max-width: 1199px){

    .certifInfo img{
        height: 290px;
    }

    .datadock img{
        padding-top: 60px;
        height: 220px;
    }

    .declarInfo{
        padding-bottom: 20px;
    }

    .services .auto {
        margin-top: 50px;
    }

}

@media (max-width: 990px){


    .text{
        padding-top: 200px;
    }

    .left{
        padding-bottom: 50px;
    }

    .txtDownload{
        padding-top: 15px;
    }

    .datadock img{
        padding-top: 50px;
        height: 180px;
    }

    
    .certifInfo img{
        height: 230px;
    }
    
}

@media (max-width: 767px){
    .right{
        text-align:center;
    }

    #formation{
        padding-left: 245px;
    }

    #conseil{
        padding-left: 200px;
    }

    #qualite{
        padding-left: 75px;
    }

    .certifInfo img{
        height: 170px;
    }

    .datadock img{
        padding-top: 10px;
        height: 165px;
    }
}

@media (max-width: 766px){
    a.nav-link:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 0px;
        bottom: 0;
        left: 0;
        background-color: rgb(0, 0, 0);
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out;
      }

    a.nav-link:hover:before {
        visibility: hidden;
        transform: scaleX(0);
    }
}

@media (max-width: 695px){
    
    .footer{
        font-size: 15px;
    }

    .reseauxFooter{
        font-size: 30px;
    }
}

@media (max-width: 585px){

    .miscInfo{
        font-size: 20px;
    }

    .footer{
        font-size: 15px;
    }

    #formation{
        padding-left: 215px;
    }

    #conseil{
        padding-left: 160px;
    }

    #qualite{
        padding-left: 55px;
    }

    .certifInfo img{
        height: 160px;
    }

    .datadock img{
        padding-top: 15px;
        height: 150px;
    }

}

@media (max-width: 555px){


    .fab.fa-facebook-square {
        padding-right: 0px;
    }
    
}

@media (max-width: 521px){

    .certifInfo img{
        height: 140px;
    }

    .datadock img{
        padding-top: 15px;
        height: 125px;
    }
    
}

@media (max-width: 510px){
    #formation{
        padding-left: 150px;
    }

    #conseil{
        padding-left: 130px;
    }

    #qualite{
        padding-left: 40px;
    }

    .text{
        font-size: 25px;
        padding-top: 150px;
    }
    
    .text span{
        font-size: 35px;
    }
}

@media (max-width: 460px){

    .certifInfo img{
        height: 115px;
    }

    .datadock img{
        padding-top: 20px;
        height: 100px;
    }
    
}

@media (max-width: 450px){

    #formation{
        padding-left: 110px;
    }

    #conseil{
        padding-left: 85px;
    }

    #qualite{
        padding-left: 10px;
    }
}

@media (max-width: 390px){

    .text span{
        font-size: 30px;
    }

    .quote{
        font-size: 28px;
    }

    .logoModalite img{
        height: 180px;
    }

    .logoContact img{
        height: 200px;
    }

    .miscInfo{
        font-size: 14px;
    }

    #formation{
        padding-left: 140px;
    }

    #conseil{
        padding-left: 110px;
    }

    #qualite{
        padding-left: 45px;
    }

    .qui{
        margin-top: 250px;
    }

    .menuFooter{
        text-align: center;
    }

    .miscFoot{
        text-align: center;
    }

    .footMenuElem{
        padding-top: 3px;
    }

    .polEtConfFooter{
        padding-top: 3px;
    }

    .MentionsLegalesFooter{
        padding-top: 3px;
    }

    
    .certifInfo img{
        height: 100px;
    }

    .datadock img{
        padding-top: 20px;
        height: 100px;
    }
}

@media (max-width: 368px){
    
    #formation{
        padding-left: 120px;
    }

    #conseil{
        padding-left: 95px;
    }

    #qualite{
        padding-left: 20px;
    }
}


@media (max-width: 356px){
    
    #formation{
        padding-left: 105px;
    }

    #conseil{
        padding-left: 85px;
    }

    #qualite{
        padding-left: 12px;
    }

    .certifInfo img{
        height: 95px;
    }

    .datadock img{
        padding-top: 20px;
        height: 80px;
    }
}

@media (max-width: 347px){
    
    #formation{
        padding-left: 105px;
    }

    #conseil{
        padding-left: 85px;
    }

    #qualite{
        padding-left: 12px;
    }
}

@media (max-width: 340px){

    .logoMenu{
        height: 70px;
    }

    .text{
        padding-top: 100px;
    }

}

@media (max-width: 331px){
    
    #formation{
        padding-left: 93px;
    }

    #conseil{
        padding-left: 75px;
    }

    #qualite{
        padding-left: 5px;
    }

    
    .datadock img{
        padding-top: 20px;
        height: 70px;
    }
}


@media (max-width: 320px){
    
    #formation{
        padding-left: 75px;
    }

    #conseil{
        padding-left: 63px;
    }

    #qualite{
        padding-left: 2px;
    }

    .certifInfo img{
        height: 90px;
    }
}

@media (max-width: 302px){
    
    #formation{
        padding-left: 65px;
    }

    #conseil{
        padding-left: 61px;
    }
}

@media (max-width: 291px){
    
    #formation{
        padding-left: 53px;
    }

    #conseil{
        padding-left: 55px;
    }
}


.tampons-container {
    position: relative; /* Maintient la logique du conteneur */
}

.tampon {
    opacity: 0; /* Caché par défaut */
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #345694;
    border: 4px solid #345694da;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: white;
    white-space: nowrap;
    box-shadow: 0 0 2px rgba(0, 45, 170, 0.5), 0 0 2px rgba(0, 11, 170, 0.2);
}

/* Position initiale */
.tampon1 {
    top: -30px;
    left: -200px;
    transform: translate(-50%, -50%);
}

.tampon2 {
    top: -50px;
    right: -160px;
    transform: translate(50%, -50%);
}

/* Animation */
@keyframes tamponAnimation1 {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(5) rotate(30deg);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.3) rotate(-25deg);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) rotate(-25deg);
    }
}

@keyframes tamponAnimation2 {
    0% {
        opacity: 0;
        transform: translate(50%, -50%) scale(4) rotate(-30deg);
    }
    50% {
        opacity: 1;
        transform: translate(50%, -50%) scale(1.3) rotate(25deg);
    }
    100% {
        opacity: 1;
        transform: translate(50%, -50%) scale(1) rotate(25deg);
    }
}

/* Classes d'animation */
.tampon-animate1 {
    animation: tamponAnimation1 1s ease-out forwards;
}

.tampon-animate2 {
    animation: tamponAnimation2 1s ease-out forwards;
}

/* Responsive Design */
@media (max-width: 1750px) {
    .tampon1 {
        left: -150px; /* Rapproche légèrement à gauche */
    }
    .tampon2 {
        right: -120px; /* Rapproche légèrement à droite */
    }
}

@media (max-width: 1650px) {
    .tampon1 {
        left: -120px; /* Rapproche légèrement à gauche */
    }
    .tampon2 {
        right: -80px; /* Rapproche légèrement à droite */
    }
}

@media (max-width: 1605px) {
    .tampon {
        display: none; /* Masque complètement les tampons */
    }
}

