@media(min-width: 481px) {}

@media(min-width: 768px) {
}

@media(min-width: 1025px) {
  /*------------------- HEADERHOME ---------------------*/
  #headerHome .overlay
  {
    background: linear-gradient(to bottom, var(--black),#00000050);
    opacity: 0.8;
  }
  #headerHome-accroche
  {
    max-width: 600px;
    margin: 0 auto;
  }
  /*------------------- INTRO / CONTENT ---------------------*/
  .home #content
  {
    z-index: 1;
  }
  .home #content .tc_content
  {
    margin-top: -200px;
  }
  /*------------------- GALLERYHOME ---------------------*/
  #galleryHome{
    height: 38em;
    font-size: 1.25vw;
    overflow: hidden;
    position: relative;
  }

  #galleryHome .gallery {
    transition: 0.6s;
  }
  #galleryHome .gallery .gallery-item{
    margin-bottom: 0;
    position: absolute;
  }
  
  #galleryHome .gallery .gallery-item:first-of-type{
    width: 17.9375em;
    height: 25.25em;
    top: 5em;
    left: 0;
    z-index: 1;
  }
  #galleryHome .gallery .gallery-item:nth-child(2){
    width: 11em;
    height: 16em;
    top: 0em;
    left: 15em;
    z-index: 6;
  }
  #galleryHome .gallery .gallery-item:nth-child(3){
    width: 9.8125em;
    height: 13em;
    top: 25em;
    left: 25em;
    z-index: 4;
  }
  #galleryHome .gallery .gallery-item:nth-child(4){
    width: 24.5625em;
    height: 34.625em;
    top: 0;
    left: 30em;
    z-index: 2;
  }
  #galleryHome .gallery .gallery-item:nth-child(1) .gallery-icon
  {
    border-bottom-right-radius:300Px;
  }
  #galleryHome .gallery .gallery-item:nth-child(4) .gallery-icon
  {
    border-radius: 300Px;
    border-bottom-left-radius:0 ;
    border-bottom-right-radius:0 ;
  }
  #galleryHome .gallery .gallery-item:nth-child(2) .gallery-icon
  {
    border-radius: 150Px;
    border-bottom-left-radius:0 ;
    border-bottom-right-radius:0 ;
  }
  #galleryHome .gallery .gallery-item:nth-child(3) .gallery-icon
  {
    border-radius: 200Px;
  }
  #galleryHome .gallery .gallery-item:nth-child(6) .gallery-icon
  {
    border-radius: 200Px;
    border-bottom-left-radius:0 ;
    border-bottom-right-radius:0 ;
  }
  #galleryHome .gallery .gallery-item:nth-child(5){
    width: 15.4375em;
    height: 17em;
    top: 12em;
    left: 57em;
    z-index: 1;
  }

  #galleryHome .gallery .gallery-item:last-of-type{
    width: 11.4375em;
    height: 17.5em;
    top: 5.125em;
    left: 69.4375em;
    z-index: 3;
  }
  /*------------------- REASSURANCES ---------------------*/
  .home #reassurances
  {
    -webkit-mask: url(../images/shapeCurve.svg);
    mask: url(../images/shapeCurve.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: bottom center;
    -webkit-mask-position: bottom center;
    padding: 200px 20px;
    padding-bottom: 650Px;
    margin-bottom: -700px;
    margin-top: -100Px;
  }
}

@media(min-width: 1281px) {
}

@media(min-width: 1481px) {
}
@media(min-width: 1681px) {
}
@media(min-width: 1800px) {
  #reassurances
  {
    margin-top: 0;
  }
}
@media(min-width: 1920px) {
  .home #reassurances
  {
    -webkit-mask-image: url(../images/shapeCurveTop.svg);
    mask-image: url(../images/shapeCurveTop.svg);
    margin-top: 0;
  }
}

@media(max-width: 1680px) {

}

@media(max-width: 1480px) {

}
@media(max-width: 1280px) {
  
}

@media(max-width: 1024px) {

  /*---------------HEADER---------------------*/
  body:not(.is-toggle-open) #header .ckmenu {
    position: relative;
    z-index: 1000
  }

  .logoParent {
    display: none;
  }

  #header .ckmenu-nav {
    top: -10px;
    padding-top: 50px
  }

  #headerGrid {
    align-items: start;
  }

  /*-------------------MDTAC---------------------*/
  .md-tac {
    text-align: center;
  }

  .title.md-tac:not(.no-after):after {
    left: 50%;
    transform: translateX(-50%);
  }
  /*------------------- INTRO / CONTENT ---------------------*/
  .home #content .tc_content img
  {
    max-height: 350px;
    object-fit: cover;
  }
  /*------------------- &&& ---------------------*/
  #galleryHome .gallery
  {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: 250px;
  }

}

@media(max-width: 767px) {
  #partenaires>.grid
  {
    display: flex;
    flex-direction: column;
  }
  #partenaires>.grid .col
  {
    width: 100%;
  }
}

@media(max-width: 480px) {}