/* only small desktops */
@media (min-width: 992px) and (max-width: 1200px) {
  #hero-area .contents .head-title {
    font-size: 40px;
  }
  .services-item .services-content h3 a {
    font-size: 14px;
  }
}

/* tablets */
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .services {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .services-item .services-content h3 a {
    font-size: 14px;
  }
  .services-item {
    margin-bottom: 20px;
  }
  .services-item .services-content h3.jours, .conferences-item .conferences-content h3.jours {
    font-size: 1.7rem;
  }
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .section-title {
    /*font-size: 26px;*/
    margin-bottom: 30px;
  }
  .services-item .services-content h3 a {
    font-size: 16px;
  }
  .services-item {
    margin-bottom: 20px;
  }
  .counter-section .counter p {
    font-size: 14px;
  }
}

/* mobile or only mobile */
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-sub {
    font-size: 16px;
  }
  .navbar-brand img {
    margin: 5px 0;
  }
  #hero-area .contents {
    padding: 100px 0px 60px 0px;
  }
  #hero-area .contents .head-title {
    font-size: 22px;
  }
  #hero-area .contents h5 {
    font-size: 32px;
  }
  #hero-area .contents p {
    font-size: 20px;
  }
  .services-item {
    margin-bottom: 20px;
  }
  .container-jours .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .conferences {
    padding-bottom: 25px;
  }
  .conferences-item {
    margin-bottom: 25px;
  }
  .jours-item {
    min-height: 0;
    padding: 8px 20px;
  }
  .timeline li .line-title {
    line-height: 26px;
  }
  .timeline li:first-child i {
    margin: -12px -40px;
  }
  .contact-form-area {
    padding: 40px 0px;
  }
  .footer-right-area {
    margin-top: 20px;
  }
}

@media ( max-width: 603px) {
  #pdimo {
    margin-left: .3em;
  }
}

@media (max-width: 1005px) {

  .catchphrase p{
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #jaune{
    background-color: #fecc3866;
    position: fixed;  width: 100vw;
      height: 100vh;
      margin-left: 0;
      margin-right: 0;
  }
  .date2{
    margin-top: 0;
    display: flex!important;
    flex-direction: row!important;
  }
  .dates{
    justify-content: center;
    align-items: center;
  }
  .dates p {
    line-height: normal;
  }
  #chiffres{
    font-size: 4rem;
  }
  .catchphrase div p{
    font-size: 3rem;
    line-height: normal;
  }
  .catchphrase div p#pdimo{
    margin-top: -2rem;
  }

  .container-header {
   /*background-image: url('../img/bg-header-mobile.jpg');*/
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 1rem;
  }
  .container-header p{
    font-size: 1.5rem;
  };

  .logo-img{
    width: 20rem!important;
  }

  .items{
    display: flex;
    flex-direction: column;
    align-items: center
  };
  .items div{
    align-items: center;
  }
  #baton{
    width: 10px;
  }
  .logo,
  .catchphrase,
  .date1,
  .date2,
  .info1,
  .info2,
  .std {
    display: grid;
justify-content: center;
align-items: center;
  }
  .info2{ 
    flex-direction: column;
    margin-top: 20rem ;
}
  .date1 p{
    font-size: 5rem;
    margin-top: 2rem;
  }
  .date2 p{
    font-size: 4rem;
    margin-top: 2rem;
  }
  .info1 div p{
    font-size: 2.5rem;
  }
}
@media (max-width: 430px) {
  .container-header {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 1rem;
  }
  .container-header p{
    font-size: 1.2rem;
    margin: 0
  };

  .logo img{
    width: 18rem!important;
  }

  .items{
    display: flex;
    flex-direction: column;
    align-items: center
  };
  #baton{
    width: 10px;
  }
  .logo,
  .catchphrase,
  .date1,
  .date2,
  .info1,
  .info2,
  .std {
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .info2{ 
    flex-direction: column;
    margin-top: 8rem ;
}
  .date1 p{
    font-size: 5rem;
    margin-top: 2rem;
  }
  .date2 p{
    font-size: 4rem;
    margin-top: 0;
  }
  .info1 div p{
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.2rem;
  }
  .items span {
    font-size: 3rem!important;
  }
  .items div{
    align-items: center;
    gap: 2rem!important;
  }
  .catchphrase p{
    font-size: 1.7rem;
  }
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 320px) {
  .container-header {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 1rem;
  }
  .container-header p{
    font-size: 1.2rem;
    margin: 0
  };
  .logo img{
    width: 18rem!important;
  }
  .logo,
  .catchphrase,
  .date1,
  .date2,
  .info1,
  .info2,
  .std {
    display: grid;
  justify-content: center;
  align-items: center;
  margin: 0;
  }
  .info2 p{ 
    font-size: .5rem;
}
  .date1 p{
    font-size: 3rem;
    margin-top: 1rem;
  }
  .date2 p{
    font-size: 2.5rem;
    margin-top: 0;
  }
  .info1 div p{
    font-size: 1rem;
  }
  .items span, p{
    font-size: 1rem;
  }
  .items div{
    gap: 1rem
  }
  .std p{
    font-size: 1rem;
  }
}
