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

@media(min-width: 768px){
  #banner .title small {
      opacity: .8;
      top: -50px;
      font-size: 80Px;
  }
}

@media(min-width: 1025px){
  /*--------------------------------------------*/
  .title small
  {
    font-size: 100px;
    top: -50px;
  }
  /*-----------------HEADER-------------------*/
  .fixHead #header
  {
    position: fixed;
    top: 0;
  }

  #header
  {
    padding: 10px;
  }
  /*-----------------HEADERHOME-------------------------*/
  body .vegas-container.imageDiapo,#headerHome-content {
      width: calc(100% - 70px);
      left: initial;
      margin-left: auto;
      right: 0;
  }
  #headerHome:before {
      background-color: var(--secondary-color);
      height: 90%;
  }
  #headerHome
  {
    margin-top: -1px;
  }
  /*------------------CONTENT / INTRO ----------------------*/
  .home #content
  {
    padding: 140px 20px;
  }
  
  .textContent
  {
    padding: 100Px 50px;
    z-index: 1;
  }
  .home #content .title:after,#news .title::after {
      content: "";
      width: 220px;
      position: absolute;
      left: -240px;
      top: calc(50% - 30px);
      height: 1px;
      border: none;
      border-bottom: 2px solid var(--primary-color);
  }
  .home #content .tc_content {
      font-size: 20px;
      line-height: 1.6;
  }
  /*-------------------SECTIONS------------------*/
  .section_txt
  {
    position: relative;
    z-index: 2;
  }
  /*------------------METSHOME-----------------------*/
  #metsHome .wrap-element
  {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
  }
  #metsHome .widget_mets
  {
    grid-template-columns: repeat(2,1fr);
  }
  #metsHome .elemmets
  {
    align-items: center;
  }
  .item_mets .element-title span
  {
    padding-right: 20px;
  }
  .item_mets .element-title span:after {
      content: "";
      position: absolute;
      left: 100%;
      width: 100%;
      border-bottom: dashed 1px;
      bottom: 8px;
      z-index: 0;
  }
  /*-----------------NEWS-----------------------*/
  #news .wrapper_inner_slider
  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  #news .categoryInfos
  {
    font-family: var(--font-alt);
    text-transform: initial;
  }
  #news .content_slider
  {
    padding: 50px 0;
    padding-left: 100px;
  }
  #news .thumbnail_slider
  {
    height: 100%;
  }
  #news .thumbnail_slider img
  {
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
  }
  #news .ckslidercontrols :is(.prev,.next,.ckctrldiv)
  {
    bottom: -50px;
  }
  /*------------------METS-----------------------*/
  #mets::before
  {
    --size: calc(100% - 40px);
    width: var(--size);
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  /*--------------------VINS----------------------*/
  .vinsImg
  {
    min-height: 200Px;
  }
  .item_vins img
  {
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
  }
  .wrapVins
  {
      padding: 100px;
  }
  .item_vins:nth-child(even) .wrapVins
  {
    order: -1;
  }
  /*-------------------PAIEMENTS--------------------*/
  #paiements
  {
    padding: 30Px;
  }
  #logos-list li:not(:last-of-type) {
      margin-right: 40px;
  }
  /*-------------------FOOTER------------------------*/
  .infohoraires_other
  {
    text-align: left;
  }
  #infoouvertureFooter .title
  {
    margin-bottom: 80px;
  }
}

@media(min-width: 1281px){
  .navigmenu .naviglink.lvl-0
  {
    padding: 20px 14px;
    font-size: 15Px;
  }
  #header {
      padding: 10px 30px 7px 70px;
  }
}

@media(min-width: 1481px){
  #headerHome-accroche
  {
    font-size: 3.5em;
  }
}

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

@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 .adresse span,#header .portable span,#header .horaires span,#header .fixe span,#header .mail span,#header .horaires.nomodal .titlehoraires,#header #infoadresse
  {
    text-align: center;
  }
  #header .ckmenu-nav {
      top: 0;
      padding-top: 50px
  }
  #headerGrid
  {
    align-items: start;
  }
  #logo
  {
    padding-top: 60Px;
  }
  .navigmenu
  {
    display: grid;
  }
  /*-------------------MDTAC---------------------*/
  .md-tac  {
    text-align: center;
  }
  .title.md-tac:not(.no-after):after  {
    left: 50%;
    transform: translateX(-50%);
  }
  .title:not(.no-after):after
  {
    display: none;
  }
  /*-------------------INTROCONTENT-------------------*/
  .imgContent
  {
    min-height: 500px;
  }
  .title:not(.no-after):after
  {
    bottom: -10px;
  }
  /*------------------SECTIONS-----------------*/
  .wrap-text
  {
    max-width: 700Px;
    margin: 0px auto;
  }
  /*--------------------CONTENT / INTRO ---------------------*/
  .home .wrappercontent
  {
    max-width: 700Px;
    margin: 0 auto;
    width: 100%;
  }
  /*------------------- GALLERYHOME ---------------------*/
  #galleryHome .gallery {
      grid-auto-rows: 300px;
      grid-template-columns: repeat(2, 1fr);
  }
  /*------------------METS-----------------------*/
  .wrapMets
  {
    text-align: center;
  }
  .item_mets .element-title
  {
    justify-content: center;
  }
  /*------------------CITATIONS-------------------*/
  .citationsHome blockquote {
      max-width: 80%;
      padding: 40px!important;
  }
  blockquote p
  {
    font-size: 20px!important;
  }
  #infoouvertureFooter
  {
    max-width: 400Px;
    margin: 0 auto;
  }

}

@media(max-width: 767px){
  /*---------------------LOGO-------------------*/
  #logo
  {
    flex-direction: column;
  }
  /*-------------CITATIONS-----------------------*/
  blockquote:before {
      font-size: 90px;
      height: 70px;
      left: -25px;
  }
}

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