
/* Responsive adjustments */
@media screen and (max-width: 678px) and (min-width: 375px) {
  #inputRegion {
      padding-left: 48px !important; /* Adjust this value as needed */
      width: 21em !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
  #inputRegion {
      padding-left: 6em !important; /* Adjust this value as needed */
      width: 24em !important;
  }
}

@media (max-width: 768px) {
  .page {
    padding: 2rem 0.5rem 0rem !important;
}
.framePrgrm {
  height: 59em;
}
  .titreX{
    margin-top: -2em !important;

  }
  .titreX2{
    margin-top: 1.5em;

  }
  .attitre{
    margin-top: 2em;
  }
  .titre{
    padding-left: 0.7em;
  }
  .form-right {
    padding: 1%;
    left: 0%;
    /* Adjust the positioning for smaller screens */
    top: 0%;
    /* Adjust the positioning for smaller screens */
    font-size: 10px;
  }

  .form-right h2,
  p {
    font-size: 18px;
  }

}

@media (max-width: 768px) and (min-width: 546px) {
  .form-right {
    padding: 7%;
    /* Ajuster le rembourrage selon vos besoins */
    left: 52%;
    /* Ajuster la position pour les écrans de taille moyenne */
    top: -70%;
    /* Ajuster la position pour les écrans de taille moyenne */
  }
}
/* Styles pour la réactivité */
@media only screen and (max-width: 600px) {

  .hero{
    margin-top: -5rem;
  }
  .bloc-right-slider {
    padding: 2%;
  }
  .program{
    grid-template-columns: 1fr 1fr !important;
  }
  .titre::before{
    position: relative;
    right: 9.5%;
  }
  .section-left h2:after{
    position: relative;
    bottom:55px ;
  }
  .form-right{
    padding: 1% 0 7% 0 !important;
    border-radius: 0;
    margin-top: 4%;
  }
  .bloc-right-slider h3,
  
  #program h2,
  #program p,
  #title-event {
    font-size: 29px !important;

  }

#titre-two-event,
.fst-p {
  font-size: 135% !important;
  font-weight: 700;
  text-align: center;
}

li,
#event-about {
  font-size: 17px !important;
}

.section h2 {
  font-size: 15px;
  text-align: left;
}
.section-header-two{
  padding: 0% !important;
  margin-top: 15rem;
}
.section-header p {
  font-size: 15px;
  text-align: justify;
}

.section-header span {
  font-size: 15px;
}

.btn-get-started {
  padding: 5% 30% !important;
  margin-left: 2%;
}

.carousel-control-next,
.carousel-control-prev {
  display: none;
}

}
@media screen and (max-width: 992px) {
  .footer-bloc {
    margin-bottom: 0;
    height: 45%;
    width: 50%;
}
.row.gy-4 {
  flex-direction: column !important;
}
.footer .footer-links {
  margin-bottom: 0;
}
.col-lg-4 {
  flex: 0 0 auto;
  width: 100% !important;
}

.adresses2 {
    width: 1000% !important;
    display: flex;
    padding: 0 1.5em !important;
    justify-content: center;
    align-items: center;
}
.adresses {
    display: flex;
    width: 100% !important;
    justify-content: center;
    align-items: center;
}
.imglogEd{
    width: 50%;
}

}
@media (max-width: 786px) {
  .hero {
      height: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .section-header {
      font-size: 18px; /* Adjust this value as needed */
  }
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height:40px ;

  }

  .section-header span {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  section#hero {
    padding: 7em 0.5em 3em 0.5em;
}
.titlefist {

  justify-content: center;
  padding-bottom: 1em;
}
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background-color: #FCB900;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: #0A3E46;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 0px 20px;
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    color: #0e1d34 !important;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(14, 29, 52, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background:#0A3E46;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(14, 29, 52, 0.8);
    z-index: 9996;
  }
}
@media (min-width: 1024px) {
  .call-to-action {
    background-attachment: fixed;
  }
  #inputRegion {
    width: 33em !important;
}
}
@media (min-width: 545px) and (max-width:1024px) {
  #inputRegion {
    width: 27.5em !important;
}
}
@media (min-width: 546px) and (max-width:768px) {
  #inputRegion {
    width: 20em !important;
}
}
@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
@media (min-width: 360px) and (max-width: 740px) {
  .hero {
    height: 100% !important;
}
}
@media (min-width: 360px) and (max-width: 740px) {
  .hero {
    height: 100% !important;
}
}
@media (min-width: 546px) and (max-width: 768px) {
  .hero {
    height: 100% !important;
}
}
@media (min-width: 320px) and (max-width: 546px) {
  .hero {
    height: 100% !important;
}
}
@media (min-width: 320px) and (max-width: 858px) {
  .hero {
    height: 100% !important;
}
}
@media (min-width: 375px) and (max-width: 546px) {
  .hero {
    height: 100% !important;
}
}
@media (min-width: 414px) and (max-width: 896px) {
  .hero {
    height: 100% !important;
}
}
@media (min-width: 280px) and (max-width: 653px) {
  .btn-get-started {
    padding: 5% 10% !important;
    margin-left: 20%;
}
}
@media (min-width: 390px) and (max-width: 844px) {
  .hero {
    height: 100% !important;
}
}
@media (min-width: 280px) and (max-width: 320px) {
  .hero {
    height: 100% !important;
}
}
@media (min-width: 425px) and (max-width: 844px) {
  .hero {
    height: 100% !important;
}
}
@media (max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
  .hero{
    height: 100%;
  }
  .header{
    position: absolute;
    top: 0px;
  }
}
/* Media queries pour la mise en page responsive */
@media screen and (min-width: 768px) {
  .program {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }
}
