* {
    margin: 0; 
    padding: 0;
    text-decoration: none;
    list-style: none;
}

@font-face {
    font-family: 'LemonMilk';
    src: url('LEMONMILK-Regular.otf');
}

@font-face {
    font-family: 'Utendo';
    src: url('Utendo-Medium.ttf');
}

body {
    font-family: 'Utendo' !important;
    background-color: rgb(255, 248, 238) !important;
}

h1 {
  margin-bottom: 0 !important;
}

.ContactTabContainer {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}

.ContactTabContainer.show {
  opacity: 1;
  pointer-events: auto;
}

.ContactTab { 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1cm;
  border-radius: 6mm;
  background-color: rgb(0, 23, 31); 
  font-size: 24px;
  color: rgb(255, 248, 238);
}

.ContactTab p { 
  margin: 5mm;
  text-align: center;
}

.ContactTab h2 { 
  margin-bottom: 1cm;
  font-size: 3rem;
  text-align: center;
  color: rgb(0, 168, 232);
}

.ContactTab h4 { 
  margin-bottom: 0px;
  font-size: 2rem;
  color: rgb(0, 126, 167);
}

.CloseButton{
  position: absolute;
  top: 0;
  right: 0; 
  transform: translate(50%, -50%);
  width: 100px;
  height: 100px;
  background-color: rgb(255, 248, 238);
  border-radius: 2cm;
  cursor: pointer;
}
.CloseButton:hover{
  background-color: rgb(223, 217, 209) !important;
  transition: background-color 0.3s;
}
.CloseButton:active{
  background-color: rgb(196, 173, 142) !important;
  transition: background-color 0.3s;
}

.CloseButton img {
  padding: 20px;
  max-width: 100%;
  max-height: 100%;
}

.Header {
    background-color: rgb(0, 23, 31);
    padding: 20px;
    width: 100%;
    position: fixed;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .RGEQualipac {
    position: absolute;
    left: 3%;
    display: flex;
    flex-direction: column;
  }
  .RGEQualipac p{
    text-align: center;
    color: rgb(255, 248, 238);
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .RGEQualipac img{
    height: 100px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2mm;
  }
  
.LogoImage{
  display: inline-block;
  background-color: rgb(255, 248, 238);
  height: 80px;
  width: 80px;
  border-radius: 2cm;
  justify-content: center;
}

.LogoImage img{
  height: 80%;
  width: 80%;
  margin: 8px;
}

.Logo {
    text-decoration: none;
    margin: 0 !important;
    
  }

.Logo h1{
    text-decoration: none;
  }


.HeaderTittle {
  display: inline;
  color: aliceblue;
  vertical-align: middle;
  padding-left: 5mm;
  font-weight: bold;
  font-size: 3em;
  font-family: 'Utendo';
  margin: 0 !important;
  }

.Header .NavLinks ul{
  display: flex;  
  margin-bottom: 0;
}

.Header .NavLinks ul p{
  color: rgb(255, 248, 238);
  margin-bottom: 0;
  padding-top: 1.5mm;
}

.Header .NavLinks ul li{
  margin: 0 10px;
  font-size: 2rem;
}

.Header .NavLinks a{
  text-decoration: none;
  color: rgb(0, 126, 167);
  border-bottom: 5px solid rgb(0, 126, 167);
  cursor: pointer;
  transition: border-bottom 0.2s, color 0.2s;
}
.Header .NavLinks a:active{
  color: red !important;
  border-bottom: 5px solid red !important;
}

.Header .NavLinks a:hover{
  color: rgb(0, 168, 232);
  border-bottom: 5px solid rgb(0, 168, 232);
}

.TittleBox {
  width: 100%;
}

.Tittle {  
  text-align: center;
  padding-top: 100px;
  color: rgb(0, 23, 31);
  font-size: 3rem;
}

.TitleContainer {
  display: flex;
  justify-content: center;
}
.TitleContainer h1{
  font-size: 3rem;
}

.BackgroundTitle {
  background-color: rgb(0, 52, 89);
  width: 300px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.BackgroundTitle h1 {
  text-align: center;
  color: rgb(0, 168, 232);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
.boutton {
  margin-top: 4mm;
  margin-inline: 2mm;
  vertical-align: middle;
  display: inline;
  float: right;
  }

  .paragraphBoxContainer{
    padding: 5mm; 
    padding-inline: 200px;
}
  
  .paragraphBox{
      margin-left: auto;
      margin-right: auto;
      padding: 5mm;
      background-color: rgb(0, 23, 31);
      border-radius: 20px;
  }
  .paragraphBox p{
    font-size: 1.5rem;
  }
  
  .fit-picture {
    padding-right: 2mm;
    float: left;
    height: fit-content;
    
  }
  
  .carouselContainer {
  height: auto;
  width: 300px;
  }

  .paragraph {
    background-color: transparent;
    background-color: rgb(0, 23, 31);
    padding: 4mm;
    border-radius: 20px;
    margin-inline: 2cm;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.5rem;
  }

  .carousel-item img {
    margin: 0 auto;
    height: 600px;
    border-radius: 10px;
  }

  .containerBox {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    padding-bottom: 40px;
    padding-top: 2cm;
    margin-inline: 2mm;
    flex-direction: row;
  }

.servicesBox {
  background-color: rgb(0, 126, 167);
  margin: 1cm;
  padding-inline: 3cm;
  border-radius: 5mm;
}

.SchemaContainer {
  display: flex;
  justify-content: center;
  padding-bottom: 2cm;
}
.SchemaContainer img{
  margin-left: auto;
  margin-right: auto;
  border-radius: 5mm;
}


.TittleIcon {
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.Icon {
  height: 128px;
  width: 128px;
  margin-left: 20px;
}

.servicesTitle {
  background-color: rgb(0, 168, 232);
  width: 40%;
  height: 70px;
  top: 40px;
  border-radius: 5mm;
  display: flex;
  justify-content: center;
  align-items: center; 
  padding-top: 2mm;
}

.servicesTitle h2{
  color: rgb(255, 248, 238);
  margin: 0 !important;
  font-size: 2.5em;
}

.carousel-control-prev {
  left: auto !important;
  right: 8cm;
}

.carousel-control-next {
  right: auto !important;
  left: 8cm;
}

.carousel-control-next-icon {
  background-image: url('Img/ArrowCarouselR.png') !important;
}

.carousel-control-prev-icon {
  background-image: url('Img/ArrowCarouselL.png') !important;
}

.TittleIcon2,
.Icon2 {
  display: flex;
  align-items: center;
}

.TittleIcon2 {
  padding-top: 50px;
}

.Icon2 {
  height: 128px;
  width: 128px;
  margin-left: auto;
  margin-right: 20px;
}

.servicesTitle2 {
  background-color: rgb(0, 168, 232);
  width: 40%;
  height: 70px;
  border-radius: 5mm;
  display: flex;
  justify-content: center;
  align-items: center; 
  padding-top: 2mm;
}

.servicesTitle2 h2 {
  color: rgb(255, 248, 238);
  margin: 0;
  font-size: 2.5em;
}

.containerBox2 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 2cm;
  padding-bottom: 40px;
  flex-shrink: 0;
}

.bottomBar {
  background-color: rgb(0, 23, 31);
  width: 100%;
  height: auto + 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.BottomText {
  margin-left: 20px;
  width: 450px;
}
.BottomText p {
  color: rgb(255, 248, 238);
}


/*__________________________________________________________________________________________________________*/
/*__________________________________________________________________________________________________________*/
/*__________________________________________________________________________________________________________*/
/*__________________________________________________________________________________________________________*/
/*__________________________________________________PHONE PART______________________________________________*/
/*__________________________________________________________________________________________________________*/
/*__________________________________________________________________________________________________________*/





@media screen and (max-width: 1200px) {

  body {
    font-size: 1.2rem;
  }


  .RGEQualipac{
    left: 1%;
  }
  .RGEQualipac p{
    font-size: 1rem;
    width: 100px;
    text-align: center;
  }
  .RGEQualipac img{
    height: 80px;
  }

  .paragraphBoxContainer{
    padding-inline: 30px;
  }
  
  .containerBox {
    flex-direction: column !important;
  }

  .carouselContainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 600px;
}

.carousel .carousel-item {
  height: 1200px;
  width: 600px;
}

.carousel-control-prev {
  left: auto !important;
  right: 16cm;
}

.carousel-control-next {
  right: auto !important;
  left: 16cm;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 1200px;
    width: 600px;
}

.paragraphBox p{
  font-size: 2rem !important;
}

.paragraph{
  margin-inline: 0px;
  font-size: 2rem;
}

.servicesTitle {
  width: 20cm;
  margin-left: auto;
  margin-right: auto;
}

.servicesBox {
  padding-inline: 30px;
}

.SchemaContainer {
  display: flex;
  justify-content: center;
  padding-bottom: 2cm;
}
.SchemaContainer img{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5mm;
}

.containerBox2 {
  flex-direction: column !important;
}

.servicesBox2 {
    width: 20cm;
  padding-inline: 30px;
}

.servicesTitle2 {
  width: 20cm;
  margin-left: auto;
  margin-right: auto;
}
}

  