 

body{
    background-image: url('../image/travaux.jpeg');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(172, 198, 223, 0.9); /* Couleur de fond de secours */
    transition: background-image 1s ease; 
}

.custom-background {
    background: rgb(201, 202, 202);
}

.footer-background{
    margin-top: 30px !important;
     
}
.list-unstyled li a {
    text-decoration: none;
    color: rgb(4, 4, 4) !important;
}
.list-unstyled li{
    margin: 10px;
}
.h4{
    font-family: inherit;
    font-size: 16pt;
    color: black;!important;
}

.custom-btn {
    width: 100px; /* Définir la largeur souhaitée */
}
/*design acceuil*/
.container-acceuil-main {
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: rgba(79, 100, 121, 0.9); /* Couleur de fond de secours */
  transition: background-image 1s ease; /* Transition smooth */
}

.animate__animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.animate__fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translate3d(0, 50%, 0);
  }

  to {
      opacity: 1;
      transform: none;
  }
}
.text-center-bouton{
  text-align: center;
  margin-bottom: 30px;
  margin-left: 50px;
}
.partie-main1-barbleu{
    height: 3vh;
    width: auto;
    background-color: rgb(66, 168, 246);
}
.partie-bleufooter{
  height: 3vh;
  width: auto;
  background-color: rgb(66, 168, 246);
}
header .container li a{
    color: rgb(21, 19, 28);
    font-size: 12pt;
    font-family: inherit;
}
.text-acceuil {
  padding-left: 3% !important;
  padding-top: 2% !important;
}
.text-acceuil h1{
  padding-top: 5%;
  color: #fff;
  font-family: Helvetica;
  text-align:left;
  font-size:26pt;
}
.ribbon-container {
  overflow: hidden;
  display: inline-block;
}

.ribbon {
  position: relative;
  color: #fff;
  padding: 10px;
  animation: slide 10s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.text-acceuil p{
  padding-top: 5%;
  color: #fff;
  font-family:inherit;
  text-align:left;
  font-size:14pt;
}
.custom-button {
  color: #ecf1f4;
  width: 20%;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 10px;
  border: 1px solid beige;
  border-radius: 25px;
  text-decoration: none;
}
.custom-button:hover {
  background-color: rgb(241, 237, 237) !important;
  color: rgb(17, 69, 242);
}













  
  /* Style pour le bouton de fermeture du menu lorsqu'il est survolé */
  .close-menu:hover {
    color: #030101; /* Changement de couleur du texte lors du survol */
  }
  .container-apropos{
    background-image: url('../image/code.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(4, 4, 10,0.7); /* Couleur de fond de secours */
    border-radius: 10px;

  }
  .container-apropos h1{
    color: rgba(132, 193, 225, 1.0);
    font-size: 26pt;
    font-family: inherit;
    text-align: center;
  }
  .container-apropos p{
     color: rgb(251, 253, 254);
    font-size: 13pt;
    font-family: inherit;
    text-align: left;
  }
  
  .container-contact{
    background-image: url('../image/photetudiant3.jpeg');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(70, 70, 72,1); /* Couleur de fond de secours */
    border-radius: 10px;
  }
  .container-contact h1{
    font-size: 18pt;
    text-align: left;
    font-family: inherit;
    color: white;

  }
  .container-contact form legend {
    font-size: 18pt;
    text-align: center;
    font-family: inherit;
    color: white;
    margin-right: 10px;
  }
  .container-contact p{
    font-size: 12pt;
    text-align: justify;
    color: rgba(132, 193, 225, 1.0);
  }
  .container-contact a{
    font-family: inherit;
    text-decoration: none;
    color: white;
    font-size: 15pt;
}
.form-container {
  text-align: center;
}
.container-contact ion-icon {
width: 5%;
}
.form-container input,
.form-container textarea {
    display: block;
    margin: 0 auto;
    width: 80%; /* Vous pouvez ajuster cette valeur selon vos besoins */
}
.container-contact form{
 margin: 5% !important;
  border:1px solid rgb(127, 127, 128);
  border-radius: 30px;
}
.custom-padding-top {
  padding-top: 10px; /* Vous pouvez ajuster cette valeur selon vos besoins */
}
  .col-lg-6{
    padding-top: 15px;
  }
  .background-inscription{
    background-image: url('../image/photetudiant3.jpeg');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(24, 24, 26, 0.8); /* Couleur de fond de secours */
  }
  .background-inscription h1{
    font-size: 18pt;
    text-align: center;
    font-family: inherit;
    color: white;
  }
  .background-inscription h2{
    color:rgb(240, 243, 244);
    font-size: 16pt;
    text-align: left
    /* font-family: inherit; */
  }
  .background-inscription p{
    font-size: 12pt;
    text-align: justify;
    color: rgba(132, 193, 225, 1.0);
  }
  /* .background-inscription form{
 
  } */
 /* design blog cour */
 .service-item img {
  width: 100%;
  height: 30vh;
  object-position: center;
  border-radius: 5px;
  margin-top: opx !important;
}
.service-item h1{
  font-size: 12pt;
  text-align: ce;
  font-family: inherit;
  color: white;
  margin-left: 12px;
  margin-right: 12px;
}
.service-item p{
  text-align: left;
  font-size: 12pt;
  text-align: justify;
  color: rgba(132, 193, 225, 1.0);
  margin-left: 10px;
  margin-right: 10px;
}
.service-item {
  /* padding-top: 20px; */
  /* background-color: rgb(231, 228, 228); */
  border-radius: 5px;
  border: 1px solid rgb(66, 66, 65);
}
.service-item a{
  font-size: 11pt;
  font-family: 'Times New Roman', Times, serif;
  color: #ccc;
  border:1px solid beige;
  height:6vh;
  width: 30%;
  text-align: center !important;
  background:none;
  margin-bottom: 8px;
}

.centered-link {
  display: flex;
  justify-content: center;
}


.row-cour{
  padding-top: 10px;
}
.background-cour{
  background-image: url('../image/photetudiant3.jpeg');
  background-size: 100%;
  background-position: center;
  background-blend-mode: multiply;
  background-color: rgba(27, 27, 27, 0.8);
   /* Couleur de fond de secours */
}
/* .border-colonnes{
  border: 1px solid black;
} */
.progression{
  background: white;
  height: 20vh;
}

