.contact {
  padding: 3rem;
  border: 2px solid #000;
}
.contact .h1 {
  margin-bottom: 1.5rem;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink {
  animation: blinker 1s linear 2;
  font-family: 'subFont';
}

hr.line-header-desktop {
  height: 2px;
  margin-top: -18px;
  margin-bottom: 36px;
}

.info-title.first-position {
  margin-top: 4px;
}

.info-title {
    font-size: 88px;
    padding: 0 0 24px;
    line-height: 88px;
}

.info-mission-text{
  font-size: 58px;
    padding: 0 0 48px;
    line-height: 68px;
    width: 66.6%;
}

/* .info-large-text* : supprimé — le corps de texte est stylé via
   body.page-about .blocks p dans design-system.css */

.info-half-title {
    font-size: 30px;
    padding: 0 0 12px;
    line-height: 42px;
    margin-top: 26px;
}

.info-half-text {
  margin-top: -6px;
  font-size: 18px;
  line-height: 22px;
  width: 95%;
  white-space: nowrap;
  overflow: scroll;
  text-overflow: ellipsis;
  text-overflow: fade(5%);
}


.mobile-hr {
  margin: -12px 0 24px 0;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    height: 0;  /* Remove horizontalscrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

::-webkit-scrollbar-thumb:horizontal{
        background: #000;
        border-radius: 10px;
    }

 /* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  width: 0;  
  background: transparent;  
 }

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 


.half-separator {
  margin: -12px 0 24px 0;
  width: 100%;
}

  .width-2-3 {
    width: 66.6666%;
  }

.top-separator {
  margin-top: -12px;
  width: 100%;
}

section {
  display: flex;
  flex-direction: row;
  
}

.column-6 {
  width: 50%;
}

.column-12 {
  width: 100%;
}

.info-legal {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 44px;
}

.nav-info {
  font-family: 'titleFont', sans-serif !important;
  }

.nav-info:hover { 
  font-family: 'titleFont', sans-serif !important;
}

.nav-info .square:hover { 
  background-color: black !important;
  border: 2px solid black !important;
}


@media only screen and (max-width:375px) {


  h1{
    padding: 32px 0 24px 0;
  }

  section {
  display: flex;
  flex-direction: column;
}

hr.line-header-desktop {
  display: none;
}


.width-2-3 {
    width: 100%;
  }

.column-6 {
  width: 100%;
}

.info-legal {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

button#myBtn {
    font-size: 26px;
}

.info-legal {
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 0;
}

.info-half-text {
    margin-top: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: scroll;
    text-overflow: ellipsis;
}

.info-title {
    font-size: 26px;
    padding: 0 0 18px;
    line-height: 32px;
}

/* .info-large-text* mobile — supprimé, cf design-system.css */

.info-half-title p {
    font-size: 18px;
    padding: 0 0 12px;
    line-height: 24px;
    white-space: nowrap;
    overflow: auto;
}


.accordeon p {
  display: none;
}


.info-half-title {
    font-size: 26px;
    padding: 0;
    line-height: 8px;
    margin-top: 25px;
}


.mobile-margin-top {
  margin-top: -28px
}

.info-mission-text {
    font-size: 28px;
    padding: 0;
    line-height: 36px;
    width: 100%;
  }



}

@media only screen and (min-width:376px) and (max-width: 899px) {

  h1{
    padding: 32px 0 24px 0;
  }

  .info-half-title p {
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    overflow: auto;
}

.info-half-text {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: scroll;
    text-overflow: ellipsis;
    width: 100%;
}

/* .info-large-text — supprimé, cf design-system.css */

.info-title {
    font-size: 48px;
    padding: 0 0 24px;
    line-height: 54px;
}


section {
  display: flex;
  flex-direction: column;
}

hr.line-header-desktop {
  display: none;
}


.width-2-3 {
    width: 100%;
  }

.column-6 {
  width: 100%;
}

.info-legal {
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 0;
}


button#myBtn {
    font-size: 26px;
}

.info-title {
    font-size: 26px;
    padding: 0;
    line-height: 32px;
    margin-top: 48px;
}

.column.column-4 {
  margin-top: 24px;
}

/* .info-large-text-address — supprimé, cf design-system.css */

.accordeon p {
  display: none;
}

.mobile-hr {
  margin: 8px 0 12px 0;
}

.info-half-title {
    font-size: 26px;
    padding: 0;
    line-height: 8px;
    margin-top: 25px;
}

.info-half-title.left-mobile-empty  ~ .info-half-title.left-mobile-empty {
  display: none;
}

.column + .left-mobile-empty:nth-of-type(2) {
  display: none;
}

.first-position-mobile-hr {
  margin-bottom: 24px;
}

.info-half-title .mobile-display-none {
  display: none;
  height: 0;
}

.mobile-margin-top {
  margin-top: -28px
}

.info-mission-text {
    font-size: 28px;
    padding: 0;
    line-height: 36px;
    width: 100%;
  }

}


@media screen and (min-width: 900px) and (max-width: 1100px) {

.info-half-title {
    font-size: 28px;
    padding: 0 0 12px;
    line-height: 40px;
    margin-top: 24px;
}

  .info-half-text {
    font-size: 16px;
    padding-bottom: 0 !important;
    line-height: 22px;
  }

/* .info-large-text*  — supprimé, cf design-system.css */
.info-legal {
    font-size: 14px;
    line-height: 20px;
    margin-top: 100px;
    margin-bottom: 44px;
}

.info-title.first-position {
    margin-top: 18px;
}
.info-title {
    font-size: 66px;
    padding: 0 0 28px;
    line-height: 36px;
    margin-top: 48px;
}


#myBtn {
    margin: 48px 0 24px;
    font-size: 66px;
}

#desktop-menu-hidden {
    display: none !important;
}

#desktop-menu-visible {
    display: flex !important;
}

.nav-info .square {
    width: 4px;
    height: 4px;
    border: 1px solid black;
  }

.nav-info:hover .square { 
  border: 1px solid black !important;
}

.nav-info .square:hover { 
  border: 1px solid black !important;
}

.first-position-mobile-hr {
  margin-bottom: 24px;
}

hr.desktop-line {
  margin-bottom: 8px;
}


.column.column-4 {
    width: 30%;
    margin-left: auto;
}

.info-mission-text {
    font-size: 28px;
    padding: 0;
    line-height: 36px;
    width: 100%;
    display: block;
}

}

@media screen and (min-width: 1101px) and (max-width: 1440px) {

  #desktop-menu-hidden {
    display: none !important;
}

#desktop-menu-visible {
    display: flex !important;
}

  .info-half-text {
    font-size: 18px;
    padding-bottom: 0 !important;
    line-height: 24px;
  }

  .info-third-text {
    margin-top: -6px;
    font-size: 18px;
    padding-bottom: 48px !important;
    line-height: 24px;
  }

  .info-half-title p {
    font-size: 18px;
    line-height: 24px;
}


hr.desktop-line {
  margin-bottom: 8px;
}

.column.column-4 {
    width: 24%;
    margin-left: auto;
}

}


@media screen and (min-width: 1441px) {

  #desktop-menu-hidden {
    display: none !important;
}

#desktop-menu-visible {
    display: flex !important;
}

  header {
    padding: 24px 0 24px 0 !important;
}

h1 {
  font-size: 116px;
}

.info-title {
  font-size: 88px !important;
}

  .info-half-text {
    font-size: 18px;
    padding-bottom: 0 !important;
    line-height: 28px;

  }


hr.desktop-line {
  margin-bottom: 8px;
}

.column.column-4 {
    width: 18%;
    margin-left: auto;
}

} 

