body{
    margin: 0;
    padding: 0 12px 0 12px;
    font-family: "Roboto";
}



/* navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

.menu a.classactive{
  font-weight: 600;
}

.logo p {
    font-weight: bolder;
    font-size: larger;
    font-family: "Lato";
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    display: inline-block;
    margin-right: 20px;
}

.menu a {
    text-decoration: none;
    color: #000;
}

.menu-mobile{
    display: none;
}

@media screen and (max-width:920px){
    .menu, .btnconnexion{
        display: none;
    }
    .menu-mobile{
        display: inline-block;
    }
    .menu-mobile a{
        margin-right: 12px;
    }
}

/*herobanner*/

.herobanner{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.herobanner a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #ffffff00;
  width: 8.5em;
  height: 2.6em;
  border: #000 1px solid;
  border-radius: 12px;
  color: #000;
  transition: all 0.6s ease;
  font-family: "Roboto";
}

.herobanner a:hover{
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.carousel-container {
    position: relative;
    max-width: 600px;
}

.frame {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 10px;
    margin-top: 30px;
    overflow: hidden;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
          linear-gradient(45deg, transparent 50%,#03d166, #068ec4) border-box;
    border: 4px solid transparent;
    background-size: 200% 100%;
    animation: gradient 5s ease infinite;
    background-color: #068ec4;
}

@keyframes gradient {
    0% {
    background-position: 0% 50%;
    }
    
    50% {
    background-position: 100% 50%;
    }
    
    100% {
    background-position: 0% 50%;
    }
    }

.frame img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
}

.carousel-image {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
}

.carousel-image.active {
    opacity: 1;
}

.carousel-image.prev, .carousel-image.next {
    opacity: 0;
}

#divh2{
    width: 72%;
    border-top: 1px solid #ccc;
}

@media screen and (max-width:720px){
    #divh2{
        width: 88%;
    }
}

.details-herobanner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width:64%;
    gap:28px;
    margin-top: 40px;
}

.section-type{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Languages*/

.card-container {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #000;
    padding: 12px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    max-width: 352px;
}

.card-header {
display: flex;
align-items: center;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}

.card-header{
    display: flex;
    gap:28px;
}

.img-avatar {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #333;
}

.img-avatar img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
}

.card-header .text-chat {
color: black;
margin: 0;
font-size: 20px;
}

.card-body {
flex: 1;
overflow-y: auto;
}

.messages-container {
padding: 12px;
}

.message-box {
padding: 12px;
margin-bottom: 5px;
border-radius: 10px;
}
  
.container-message-right{
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.message-box.left {
    background-color: #f1f1f1;
    color: black;
    font-size: 12px;
    left: 0;
    width: 72%;
}
  
.message-box.right {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    right: 0;
    width: 72%;
    justify-self: right;
}
  
#divotherlang{
    display: flex;
    gap:28px;
    padding: 28px;
}

/*Key points*/

.gras{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-weight: 600;
  border-radius: 50%;
  padding: 12px;
}

.gras.gras1{
  background-color: #97a0d1;
}
.gras.gras2{
  background-color: #8c96d2;
}
.gras.gras3{
  background-color: #7481cd;
}
.gras.gras4{
  background-color: #6675ce;
}
.gras.gras5{
  background-color: #4559cb;
}
.gras.gras6{
  background-color: #354cd2;
}
.gras.gras7{
  background-color: #0d2ad2;
}

.divKP div{
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap:12px;
}

.section-keypoint{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#divkeypoint{
  margin-top: 24px;
  margin-bottom: 24px;
}

#divkeypoint div{
 line-height: 32px;
}

@media screen and (max-width:420px){
  #divkeypoint{
    display: flex;
    flex-direction: column;
    justify-content: left;
  }
}

.card {
  width: fit-content;
  height: auto;
  margin: 0 auto;
  background-color: #f5f5f7;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 32px;
}
 
.tools {
  display: flex;
  align-items: center;
  padding: 8px;
}
 
.circle {
  padding: 0 4px;
}
 
.box {
  display: inline-block;
  align-items: center;
  width: 12px;
  height: 12px;
  padding: 2px;
  border-radius: 50%;
}
 
.red {
  background-color: #ff605c;
}
 
.yellow {
  background-color: #ffbd44;
}
 
.green {
  background-color: #00ca4e;
}

.sectionkeypoint{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.questionKP img{
  width: 24px;
  height: auto;
}

.questionKP{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faqKP{
  max-width: 720px;
  padding-bottom: 4px;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
}

#faqKPlast{
  border-bottom: 0;
}

.answerKP{
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.answerKP li{
  line-height: 24px;
}

.faqKP.active .answerKP{
  max-height: 300px;
}

.faqKP.active img{
  transform: rotate(180deg);
}

.faqKP .questionKP img{
  transition: transform 0.5s ease-in;
}

  /*Private space*/

.section-privatespace{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#divgif{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}

.divgifimg{
  max-width: 360px;
  height: auto;
  border: 1px solid #ccc;
}

.divgifp{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-phone{
	width: 100%;
	display: grid;
	justify-content: center;
	align-content: center;
  margin-top: 38px;
}

.phone{
	width: 300px;
	height: 560px;
  background-image: url('images/gifphone.gif');
  background-size:contain; 
  background-position: center;
  background-repeat: no-repeat;
	border-radius: 3rem;
	border: 8px solid #454242;
	display: grid;
	justify-content: center;
	box-shadow: 0 0 50px 18px rgba(250, 241, 255, 0.599);
}

.notch{
	width: 150px;
	height: 18px;
	background-color: #3f3c3c;
	border-radius: 0 0 3rem 3rem;
	transform: translateY(-2px);
}

.section-inscriptionfooter{
  display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
}

.btninscription a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #ffffff00;
  width: 8.5em;
  height: 2.6em;
  border: #000 1px solid;
  border-radius: 12px;
  color: #000;
  transition: all 0.6s ease;
  font-family: "Roboto";
}

.btninscription a:hover{
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

/*Compare*/

.section-compare{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.divFAQlist {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 20px;
}

.faqRangement {
  flex: 1 1 45%;
  box-sizing: border-box;
  padding: 8px;
  margin: 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #000;
}

.faqRangement:hover{
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

.rang{
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  gap: 12px;
}

.faqRangement h3 {
  margin-top: 0;
}

@media (max-width: 720px) {
  .faqRangement {
      flex: 1 1 100%;
  }
}



/*Footer*/


#footerstart{
  display: flex;
  justify-content: center;
}

#footerend{
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 50px;

}

#parentline{
display: flex;
justify-content: center;
}

#line{
  height:100%;
  width: 70%;
  border-style:dashed;
  border-width: 1px;
  border-color: #333;
}

.underline{
  text-decoration: underline;
}

#reseaux img{
  width: 40px;
  height: auto;
  cursor: pointer;
}



/*Incription Page*/

.contact-button {
  background-color: #ffffff00;
  width: 8.5em;
  height: 2.9em;
  border: #000 1px solid;
  border-radius: 12px;
  transition: all 0.6s ease;
}

.contact-button:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}



.containerinscription{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}


.form-container-inscription {
max-width: 600px;
min-width: 340px;
background: linear-gradient(#ffffff, #ffffff) padding-box,
          linear-gradient(145deg, transparent 35%,#03d166, #068ec4) border-box;
border: 2px solid transparent;
padding: 32px 24px;
font-size: 14px;
font-family: inherit;
display: flex;
flex-direction: column;
gap: 20px;
box-sizing: border-box;
border-radius: 16px;
background-size: 200% 100%;
animation: gradient 5s ease infinite;
background-color: #068ec4;
}


@media screen and (max-width: 1119px){
  .form-container-inscription{
    width: 96%;
  }

  #titleinscription{
    font-size: 45px;
  }
}


@keyframes gradient {
0% {
background-position: 0% 50%;
}

50% {
background-position: 100% 50%;
}

100% {
background-position: 0% 50%;
}
}

.form-container-inscription button:active {
scale: 0.95;
}

.form-container-inscription .form {
display: flex;
flex-direction: column;
gap: 20px;
}

.form-container-inscription .form-group-inscription {
display: flex;
flex-direction: column;
gap: 2px;
}

.form-container-inscription .form-group-inscription label {
display: block;
margin-bottom: 5px;
color: #717171;
font-weight: 600;
font-size: 12px;
}

.form-container-inscription .form-group-inscription input {
width: 80%;
padding: 12px 16px;
border-radius: 8px;
font-family: inherit;
background-color: transparent;
border: 1px solid #414141;
}

.form-container-inscription .form-group-inscription select{
width: 80%;
padding: 12px 16px;
border-radius: 8px;
font-family: inherit;
background-color: transparent;
border: 1px solid #414141;
}

.form-container-inscription .form-group-inscription textarea {
width: 80%;
padding: 12px 16px;
border-radius: 8px;
resize: none;
height: 96px;
border: 1px solid #414141;
background-color: transparent;
font-family: inherit;
}

.form-container-inscription .form-group-inscription select:focus{
outline: none;
border-color: #e81cff;
}

.form-container-inscription .form-group-inscription input::placeholder {
opacity: 0.5;
}

.form-container-inscription .form-group-inscription input:focus {
outline: none;
border-color: #e81cff;
}

.form-container-inscription .form-group-inscription textarea:focus {
outline: none;
border-color: #e81cff;
}
.form-container-inscription form div{
margin-top: 20px;
margin-bottom: 20px;
}

#Submitinscription{
display: flex;
justify-content: center;
align-items: center;
}

#incriptionprocess{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#apresinscription{
  width: 60%;
  line-height: 30px;
}

#apresinscription p{
  text-align: center;
}

#footerinscription{
  background-color:#39708f;
}

@media screen and (max-width: 1119px){
  #apresinscription{
    width: 90%;
  }
}

/*candidature*/


#divinscriptiontuteurs{
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 24px;
}

/*tarifs*/

#wrapprice{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:3rem;
  background-color: #90b7b6;
  padding: 20px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.pricecontainer{
  background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 350px;
    padding: 20px 1px;
    margin: 10px 0;
    text-align: center;
    position: relative;
    border-radius: 10px;
    box-shadow : 0 0 5px #333;
    border: none;

}

#pricecours{
  font-size: 36px;
  font-weight: 600;
}


.timeline-container {
  display: flex;
  justify-content: space-around;
  align-items:first baseline;
  padding: 20px;
  margin: 20px;
  border-radius: 8px;
  gap: 16px;
}

.timeline-item {
  text-align: center;
  flex: 1;
  padding: 16px;
  min-width: 200px;
}
.timeline-item img {
  width: 48%;
  height: auto;
  border-radius: 8px;
}

.timeline-item img.little {
  width: 42%;
  height: auto;
  border-radius: 8px;
}
.timeline-description {
  margin-bottom: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .timeline-container {
      flex-direction: column;
      align-items: flex-start;
  }
  .timeline-item {
      margin-bottom: 20px;
  }
}

/*formulaire de contact*/

#FAQmail{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}


.form-container {
  max-width: 350px;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
              linear-gradient(145deg, transparent 35%,#03d166, #068ec4) border-box;
  border: 2px solid transparent;
  padding: 32px 24px;
  font-size: 14px;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 16px;
  background-size: 200% 100%;
  animation: gradient 5s ease infinite;
  background-color: #068ec4;
}


@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.form-container button:active {
  scale: 0.95;
}

.form-container .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #717171;
  font-weight: 600;
  font-size: 12px;
}

.form-container .form-group input {
  width: 80%;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid #414141;
}

.form-container .form-group select{
  width: 80%;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid #414141;
}

.form-container .form-group textarea {
  width: 80%;
  padding: 12px 16px;
  border-radius: 8px;
  resize: none;
  height: 96px;
  border: 1px solid #414141;
  background-color: transparent;
  font-family: inherit;
}

.form-container .form-group select:focus{
  outline: none;
  border-color: #e81cff;
}

.form-container .form-group input::placeholder {
  opacity: 0.5;
}

.form-container .form-group input:focus {
  outline: none;
  border-color: #e81cff;
}

.form-container .form-group textarea:focus {
  outline: none;
  border-color: #e81cff;
}

.centrage{
  display: flex;
  justify-content: center;
}

.pdc{
  text-decoration : none;
  color: #000;
}