/*Educ-ai
***************************************/
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Bubblegum+Sans&display=swap');
.educai {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-size: cover;
  background-image: url("../img/bg-educ-ai.png");
}
.educai .Titre {
  padding-bottom: 30px;
}
.educai h3 {
  font-family: 'Baby Monsta';
  font-size: 22px;
  font-weight: 500
}
.educai p {
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1.35;
}
.educai p font {
  font-family: 'Baby Monsta';
  color: #e12852
}
.Btn-icons {
  font-size: 22px;
  font-family: 'Baby Monsta';
  letter-spacing: 4px;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}
.btn-prof a {
  color: #eb8b23 !important;
}
.btn-eleve a {
  color: #7faf43 !important;
  
}
.btn-parent a {
  color: #f04e6a !important;
}
.btn-prof a, .btn-eleve a, .btn-parent a {
  transition-duration: 0.4s;
}

.btn-prof a img, .btn-eleve a img, .btn-parent a img {
  position: relative;
  z-index: 10;
}
/*.btn-prof a:hover, .btn-eleve a:hover, .btn-parent a:hover {
  padding-left: 10px;
  font-size: 24px;
  text-decoration: none;
}*/
.arrow-right-btn {
  animation: slidebtnarrow 1s ease-in-out infinite;
  display: inline-block;
      font-family: 'Baby Monsta';
          position: relative;
    left: 5px;
    top: 3px;
}
.educ-ai-img-1 {
  position: relative;
  z-index: 10
}
.educ-ai-img-2 {
  margin-top: -100px;
}
.educai .over-shape img {
  position: absolute;
  z-index: 1;
}
.educai .over-shape .CloudS {
  top: 165px;
  right: 530px;
  /*-webkit-animation: animationFramesOne 25s infinite linear;
	animation: animationFramesOne 25s infinite linear;*/
  -webkit-animation: left2right 10s linear 0s infinite;
  animation: left2right 10s linear 0s infinite;
}
.educai .over-shape .CloudB {
  top: 115px;
  right: 200px;
  /*-webkit-animation: animationFramesOne 25s infinite linear;
	animation: animationFramesOne 25s infinite linear;*/
  -webkit-animation: left2right 10s linear 0s infinite;
  animation: left2right 10s linear 0s infinite;
}
@-webkit-keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px);
  }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
}
@-moz-keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px);
  }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
}
@-o-keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px);
  }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
}
@keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px);
  }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
}

@-webkit-keyframes slidebtnarrow {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(4px);
    /* IE 9 */
    -webkit-transform: translateX(4px);
    /* Chrome, Safari, Opera */
    transform: translateX(4px);
  }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
}
@-moz-keyframes slidebtnarrow {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(4px);
    /* IE 9 */
    -webkit-transform: translateX(4px);
    /* Chrome, Safari, Opera */
    transform: translateX(4px);
  }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
}
@-o-keyframes slidebtnarrow {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(4px);
    /* IE 9 */
    -webkit-transform: translateX(4px);
    /* Chrome, Safari, Opera */
    transform: translateX(4px);
  }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
}
@keyframes slidebtnarrow{
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(4px);
    /* IE 9 */
    -webkit-transform: translateX(4px);
    /* Chrome, Safari, Opera */
    transform: translateX(4px);
  }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
}

/************** Mobile **************/

@media screen and (max-width:1300px) {
}
/** Large **/
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1024px) {
}
/** Meduim **/
@media screen and (max-width:992px) {
}
@media screen and (max-width:820px) {
    .educai .over-shape .CloudB, .educai .over-shape .CloudS {
    display: none
  }
}
/** Small **/
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  .educ-ai-img-2 {
    margin-top: 0;
  }
  .Btn-icons {
    font-size: 16px;
  }
  .btn-prof a:hover, .btn-eleve a:hover, .btn-parent a:hover {
    padding-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width:480px) {
}
@media screen and (max-width:400px) {
  .Btn-icons a{
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width:380px) {
    .Btn-icons a{
    font-size: 12px;
}

}

/************************ V2 ***************************/
.platform-panel{ 
    min-height: 630px;
    padding: 0 30px;
    text-align: center;
}
.platform-panel img{ padding-bottom: 15px;
}
.platform-panel h1{ 
font-size: 20px;
text-transform: inherit;
font-family: "Bubblegum Sans", sans-serif;
}
.platform-panel p{ text-align: center;
font-size: 18px;

}
.educai-panel {
  background-image: url(../img/educaimg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 450px;
}
.mindia-panel {
  background-image: url(../img/maindiaimg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
    background-size: 740px;
}
.EducaiBtnsapps{ 
  display: flex;
      flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
        margin-top: 40px;
    margin-right: 55px;
}
.MindiaBtnsapps{ 
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: 90px;
  margin-left: 55px;
}
.EducaiBtnsapps a, .MindiaBtnsapps a{ 
  text-decoration: none;
  
}
.EducaiBtnsapps .Btn-icon, .MindiaBtnsapps .Btn-icon{ 
 margin-top: 15px;
}
.btn-prof a span, .btn-eleve a span, .btn-parent a span {
  display: block;
  padding: 10px;
  padding-left: 90px;
  padding-right: 25px;
  border-radius: 16px;
  font-size: 22px;
  font-family: "Bubblegum Sans", sans-serif;
  position: relative;
}

.btn-eleve a span
 {
  background-color: #edfeec;
  color:#0da708;
  border:2px solid #94f186;
}
.btn-parent a span
 {
  background-color: #fde5ee;
  color:#fa094a;
  border:2px solid #fe8ab6
}
.btn-prof a span
 {
  background-color: #fef9eb;
  color:#ff7d00;
  border:2px solid #fed05b
}

.btn-eleve a:hover span
 {
  background-color: #dcf7db;
  border:2px solid #81e173;
}
.btn-parent a:hover span
 {
  background-color: #f7dce6;
  border:2px solid #e5759f
}
.btn-prof a:hover span
 {
  background-color: #f9efd4;
  border:2px solid #e5b846
}

.btn-eleve a span img
 {
 position: absolute;
  left: 10px;
    bottom: -16px;
    width: 54px;
}
.btn-parent a span img
 {
 position: absolute;
  left: 10px;
    bottom: -16px;
    width: 80px;
}
.btn-prof a span img
 {
 position: absolute;
  left: 10px;
    bottom: -16px;
    width: 64px;
}

.platform-column:first-child{
  background-image: url(../img/app-separ.png);
  background-position: top right;
  background-repeat: no-repeat;
  width: 1px;
  height: 100%;
}
h1.section-admission{
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}
h1.section-admission::after{
   content: "";
    position: absolute;

    left: 50%;
    bottom: -14px;

    transform: translateX(-50%);

    width: 100px;
    height: 4px;

    background: #16a9e0;
    border-radius: 10px;
}







#Admission{ padding-left: 50px; padding-right: 50px; position: relative;}
.signature2{position: absolute; top: 55px; left: 0; width: 325px; z-index: 10;}
.leftbox {
      height: 100%;
  padding-top: 20px !important;
  border: 4px solid #ffffff70 !important;
  border-radius: 25px !important;
  background: linear-gradient(180deg, #def5ff 0%, rgba(255, 255, 255, 0.9) 40%) !important;
  box-shadow:
    0 15px 35px rgba(50, 100, 80, 0.08),
    0 2px 6px rgba(0, 0, 0, 0.025) !important;
z-index: 100;
}

.rightbox {
      height: 100%;
  padding-top: 20px !important;
  border: 4px solid #ffffff70 !important;
  border-radius: 25px !important;
  background: linear-gradient(180deg, #fff4dc 0%, rgba(255, 255, 255, 0.9) 40%) !important;
  box-shadow:
    0 15px 35px rgba(50, 100, 80, 0.08),
    0 2px 6px rgba(0, 0, 0, 0.025) !important;
z-index: 100;
}
.BottomEtablissement{
padding-right: 200px !important;
}
.leftbox .studentimg {
    top: auto;
    right: 0;
    bottom: 0;
    width: 270px;
}
.rightbox .studentimg {
    top: auto;
    right: 0;
    bottom: 0;
    width: 220px;
}
.leftbox span{
 position: relative;
 top: -5px;
 color:#007ab7
}
.rightbox span{
 position: relative;
 top: -5px;
 color:#df9c00
}
.TopEtablissement img.iconsadmis{
 width: 60px;
}
.leftbox h5, .rightbox h5 {
    margin: 10px 0 0;
}
.leftbox h5 {
    color: #000 !important;
}
.rightbox h5 {
    color:#000 !important
}
.signtaure1{
  position: absolute;
  width: 100px;
  left: 40px;
  bottom: 6px;
}
.Mediatheque, #Admission {
    background-image: url(../img/bgadmis.png) !important;
}
.school-map {
    width: 100%;
    border-radius: 24px 24px 0 0;
    height: 430px;
    overflow: hidden;

    border: 1px solid rgba(20, 80, 120, 0.10);

    box-shadow:
        0 18px 45px rgba(25, 65, 95, 0.10),
        0 4px 12px rgba(25, 65, 95, 0.05);

    background: #fff;
}
#Admission p {
    font-size: 17px !important;
    font-weight: 500;
        line-height: 1.5;
        margin: 0;
}
#Admission ul li {
    background: #f1f1f1;
        width: fit-content;
            padding: 8px 60px 4px 20px;
    margin: 7px;
    border-radius: 15px;
}
.school-map iframe {
    display: block;
    width: 100%;
    height: 492px;
    border: 0;
    transform: translateY(-62px);
}
.buttonadmis{
 background-color: #008bd0 !important;
 border-color: #008bd0  !important;
 color: #fff !important;
 font-weight: 500;
}
.buttonadmis:hover {
    background: #007ab7 !important;
    border-color: #007ab7 !important;
    color: #fff !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Baloo 2", sans-serif !important;
    font-weight: 700 !important;
    text-transform: inherit !important;
}
body {
    font-family: "Baloo 2", sans-serif !important;
}
.section-admission{
text-transform: inherit;
}
.section-admission font{
color: #008bd0;
}
.title-admission{ font-weight: 600; text-transform: uppercase !important; letter-spacing: 3px; color: #000 !important;}
#Espaceparents .B-Jcl a {
    font-size: 24px !important;
    font-weight: 600 !important;
    background: url(../img/right-chevron.svg) no-repeat right 18px top 18px !important;
    background-size: 25px !important;
}
#Espaceparents h3 {
    font-weight: 600 !important;
    color: #7ebf37 !important;
}

footer {
    background-image: url(../img/bgcontact.png) !important;
    background-size: cover !important;
    width: 100%;
}
.footer-left {
    background: none !important
}

.footerform h4 {
    color: #008bd0 !important;
    font-family: "Baloo 2", sans-serif !important;
    padding-bottom: 5px;
    padding-top: 10px;
}
.footer-left h3 {
    font-size: 20px;
    color: #008bd0 !important;
    font-weight: 500 !important;
}
.footer-left p {
    color: #2b2b2b !important;
    font-weight: 500 !important;
    text-align: left !important;
}
.contact1 h4 {
    color: #008bd0;
    font-family: "Baloo 2", sans-serif !important;
    padding-top: 20px !important;
    text-transform: inherit !important;
}
p.largeview textarea, p.largeview input {
    width: 95% !important;
}
p.largeview input.button {
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #008bd0 !important;
    border-radius :5px !important;
    margin: 5px auto !important;
    background: #008bd0 !important;
    color: #fff !important;
    cursor: pointer;
}
#back-top span {
    background: rgb(0 139 208) url(../img/cd-top-arrow.svg) no-repeat center 50% !important;
}
.navigation .navbar .navbar-nav li a {
    font-family: "Baloo 2", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform:inherit !important;
}
.activites p {
    text-align: center !important;
}
#Admission p.frp {
    padding-right: 0 !important;
    padding-top: 18px;
}
.Activites {
    background-image: url(../img/bg-technologies-2.png) !important;
}

.inscdate{
   padding: 0 25px 0 10px; top:0; width: 112px;
}

















@media screen and (max-width:1024px) {
  .hero-row{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .educai-panel {
    background-size: 250px;
}
.mindia-panel {
  

    background-size: 420px;
}
.navigation .navbar .navbar-nav li a {
    font-size: 15px !important;
}
.navigation .navbar .navbar-nav {
     margin-right: 0 !important
}
.footerform {
      margin-top: 65px;
    text-align: center;
}

}

@media screen and (max-width:992px) {
.platform-column:first-child {
    background-image:none !important;
}
.signature2, .admisfooter{ display: none;}
#Admission ul li {

    padding: 8px 15px 4px 15px;
}
}

@media screen and (max-width:480px) {
h1.section-admission {
    font-size: 35px;
}
.buttonadmis {

    font-size: 14px;
}
.buttonadmis img{
  width: 24px !important;
}

  .educai-panel {
    background-size: 250px;
}
.EducaiBtnsapps{
    margin-top: 5px;
    margin-right: -15px;
}

.mindia-panel {
          margin-top: 40px;

    background-size: 420px;
}
.MindiaBtnsapps{ 
          margin-top: 20px;
        margin-left: -15px;
}
#Admission{
  padding-left: 10px;
  padding-right: 10px;
}
.leftbox, .rightbox {
        padding: 10px !important;
    }
    .studentimg {
    z-index: 0 !important;
            opacity: 0;
}
.BottomEtablissement{
  padding-right: 0 !important;
}
    #Espaceparents .B-Jcl a {
        font-size: 18px !important;

    }
    .footerform {
         margin-top: 0 !important 
    }
    .inscdate{
           padding: 0 10px 0 10px;
        top: 0;
        width: 100px;
}
}