/* 27/06/23 SAB : CSS pour la page about */
#about_new .header {
  font-family: 'Courgette', cursive;
  background-color: #FFEF73;
  font-size: 36px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 45px;
}

@media (max-width: 576px) {
  #about_new .header {
    font-size: 32px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.5;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#about_new .intro {
  padding-top: 46px;
}

#about_new .intro img {
  width: 100%;
}

#about_new .intro .title {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 20px;
}

#about_new .intro .content {
  font-size: 17px;
  font-family: 'Source Sans Pro'
}

#about_new .intro .categories {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}

#about_new .intro .categories .item {
  width: 19%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}


#about_new .intro .categories .item .media img {
  width: 180px;
}

#about_new .intro .categories .item .content {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

#about_new .intro .categories .item a {
  margin-top: 16px;
  display: inline-block;
}

#about_new .intro .categories .item a img {
  width: 20px;
}

@media (max-width: 577px) {
  
  #about_new .intro {
    /*
    padding-left: 16px;
    padding-right: 16px;
    */
  }
  
  #about_new .intro .title {

  }
  
  #about_new .intro .content {

  }
  
  #about_new .intro .categories {
    text-align: left;
    margin-left: -15px;
    margin-right: -15px;
  }
  
  #about_new .intro .categories .item {
    width: 49%;
    margin-bottom: 40px;
  }
  
  #about_new .intro .categories .item .media img {
    width: 130px;
  }
  
  #about_new .intro .categories .item .content {
    font-size: 15px;
  }
  
}

#about_new .concept {
  background: #FF4B4B;
  padding-top: 120px;
  padding-bottom: 80px;
}

#about_new .concept .content {
  position: relative;
  text-align: left;
  padding-left: 160px;
}

#about_new .concept .content p {
  font-family: 'Courgette', cursive;
  font-size: 25px;
  color: white;
  font-weight: normal;
}

#about_new .concept .content .quote {
  position: absolute;
  width: 116px;
  top: -38px;
  left: 78px;
}

#about_new .concept .content b {
  color: #FFEF73;
}

#about_new .concept .author {
  color: #FFEF73;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Source Sans Pro';
  margin-top: 20px;
}

#about_new .concept .media {
  overflow: visible;
}

#about_new .concept .media img {
  width: 300px;
  position: relative;
  left: 20px;
  top: -38px;
}

@media (max-width: 577px) {
  
  #about_new .concept .content {
    padding-left: 0px;
  }
  
  #about_new .concept .content p {
    font-size: 25px;
    font-weight: normal;
  }
  
  #about_new .concept .content .quote {
    position: absolute;
    width: 140px;
    top: -38px;
    left: -100px;
  }
  
  #about_new .concept .content .quote img {
    width: 100%;
  }
  
  #about_new .concept .author {
    margin-bottom: 40px;
  }
  
}

#about_new .team {
  padding-bottom: 80px;
  overflow-x: hidden;
}

#about_new .team .title {
  margin-top: 200px;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 300;
  font-family: 'Lato';
}

#about_new .team__slider {
  margin-top: 60px;
  width: 960px;
} 

@media (max-width: 577px) {
  #about_new .team__slider {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 16px;
  }
}

#about_new .team__slider .item {
  margin-top: 90px;
  overflow: visible;
  width: 300px;
  height: 410px;
  background-color: #f4f4f4;
  position: relative;
  padding-top: 80px;
}

#about_new .team__slider .item .media {
  width: 160px;
  height: 160px;
  margin-left: -90px;
  position: absolute;
  top: -80px;
  left: 50%;
  text-align: center;
}

#about_new .team__slider .item .media img {
  height: 100%;
  width: auto;
  display: inline-block;
}

#about_new .team__slider .item .media.media_last img {
  height: auto;
  width: 100%;
  display: inline-block;
}

#about_new .team__slider .item .job {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  color: #354bcf;
  font-size: 17px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
}

#about_new .team__slider .item .description {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  font-weight: normal;
  font-family: 'Source Sans Pro';
  line-height: 1.3;
}

#about_new .team__slider .item .links {
  padding-left: 30px;
  padding-right: 30px;
}

#about_new .team__slider .item .links ul {
  margin: 0px;
  padding: 0px;
  margin-top: 12px;
  text-align: right;
}

#about_new .team__slider .item .links ul li {
  display: inline-block;
  height: 40px;
  width: 40px;
}

#about_new .team__slider .item .links ul li a {
  background: #C3EDEB;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  text-align: center;
  padding: 6px;
}

#about_new .team__slider .item .links ul li img {
  width: 18px;
  display: inline-block;
}

@media (max-width: 576px) {
  
  #about_new .team .title {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    font-family: 'Lato';
    margin-top: 80px;
  }
  
  #about_new .team__slider .item {
    margin-right: 10px;
  }
  
  #about_new .team .nav {
    margin-left: 0px;
    position: relative;
    left: -10px;
  }
}

#about_new .words {
  width: 100%;
  height: 154px;
  overflow-x: scroll;
  overflow: hidden;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}

#about_new .words .slider {
  height: 154px;
  width: 4000px;
  padding-top: 20px;
}

#about_new .words .slider>div {
  display: inline-block;
  vertical-align: top;
}

#about_new .words .slider .word {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  height: 104px;
  margin-bottom: 20px;
}

#about_new .words .slider .word span {
  font-size: 75px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Lato';
}

#about_new .words .slider .word .encart {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  cursor: arrow;
}

#about_new .words .slider .word:hover .encart {
  display: block;
}

#about_new .words .slider .word.green {
  color: #64DAD3;
}

#about_new .words .slider .word.green .encart {
  background-color: #64DAD3;
  color: white;
  height: 100%;
  border-radius: 100px;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 35px;
  text-align: center;
}

#about_new .words .slider .word.yellow .encart {
  background-color: #FFEF73;
  color: black;
  height: 100%;
  border-radius: 100px;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 35px;
  text-align: center;
}

#about_new .words .slider .word.red .encart {
  background-color: #FF4B4B;
  color: white;
  height: 100%;
  border-radius: 100px;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 35px;
  text-align: center;
}

#about_new .words .slider .word.blue .encart {
  background-color: #8A97FE;
  color: white;
  height: 100%;
  border-radius: 100px;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 35px;
  text-align: center;
}

#about_new .words .slider .word.yellow {
  color: #FFEF73;
}

#about_new .words .slider .word.red {
  color: #FF4B4B;
}

#about_new .words .slider .word.blue {
  color: #8A97FE;
}

#about_new .words .slider .icon {
  margin-top: 30px;
  width: 54px;
  margin-left: 24px;
  margin-right: 24px;
}

#about_new .words .slider .icon img {
  width: 54px;
}

@media (max-width: 576px) {
  
  #about_new .words .slider .word {
    font-size: 48px;
  }
  
}

#about_new .past {
  padding-top: 20px;
  padding-bottom: 80px;
}

#about_new .past .title {
  margin-left: 80px;
  margin-top: 200px;
  font-size: 30px;
  font-weight: 300;
  font-family: 'Lato';
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 40px;
}

#about_new .past .nav {
  margin-left: 80px;
}

#about_new .past__slider {
  margin-top: 60px;
  width: 960px;
  float: right;
  direction: rtl;
} 

#about_new .past__slider .item {
  overflow: visible;
  width: 300px;
  height: 380px;
  background-color: #f4f4f4;
  position: relative;
}

#about_new .past__slider .item .year {
  background: black;
  width: 70px;
  height: 34px;
  margin-left: -35px;
  position: absolute;
  top: -17px;
  left: 50%;
  color: #f4f4f4;
  text-align: center;
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 900;
}

#about_new .past__slider .item .media {
  
}

#about_new .past__slider .item .media img {
  width: 280px;
  margin: 10px;
}

#about_new .past__slider .item .description {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  font-weight: normal;
  font-style: italic;
  font-family: 'Source Sans Pro';
  text-align: center;
  direction: initial;
}

@media (max-width: 576px) {
  
  #about_new .past .title {
    margin-top: 40px;
    margin-left: 0px;
    font-size: 30px;
    font-family: 'Lato';
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
  }
  
  #about_new .past .nav {
    margin-left: 0px;
    position: relative;
    left: -10px;
  }
  
}

#about_new .testimonie {
  margin-bottom: 80px;
  overflow: hidden;
  
}

#about_new .testimonie .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

#about_new .testimonie .title {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}

#about_new .testimonie__slider .item {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  width: 330px;
  height: 330px;
}

#about_new .testimonie__slider .item .background {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 330px;
}

#about_new .testimonie__slider .item .background img {
  width: 330px;
}

#about_new .testimonie__slider .item .content {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 90px;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 330px;
}

#about_new .testimonie__slider .item .content .description {
  font-size: 17px;
  font-weight: normal;
  color: white;
}

#about_new .testimonie__slider .item.item_yellow .content .description {
  color: black;
}

#about_new .testimonie__slider .item .content .author {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#about_new .testimonie .nav {
  position: relative;
}

#about_new .testimonie .nav .slider_nav_left {
  position: absolute;
  top: -36px;
  left: 0px;
} 

#about_new .testimonie .nav .slider_nav_right {
  position: absolute;
  top: -36px;
  right: 0px;
} 

@media (max-width: 576px) {
  
  #about_new .testimonie {
    overflow-x: hidden;
  }
  
  #about_new .testimonie .nav {
    display: none;
  }
  
  #about_new .testimonie .title {
    padding-left: 30px;
    padding-right: 30px;
  }
  
}

.slider_nav_left {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 0.15;
}

.slider_nav_left:hover {
  opacity: 1;
}

.slider_nav_left img {
  width: 70px;
}

.slider_nav_right {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 0.15;
}

.slider_nav_right:hover {
  opacity: 1;
}

.slider_nav_right img {
  width: 70px;
}

.slick-dots {
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
  padding-left: 0px;
}

.slick-dots li {
  margin-top: 46px;
  display: inline-block;
  text-indent: 4000px;
  width: 8px;
  height: 8px;
  border: 1.5px solid black;
  border-radius: 4px;
  margin-left: 7px;
  margin-right: 7px;
}

.slick-dots li.slick-active {
  background-color: black;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.newsletter_subscription {
  background-color: #64DAD3;
  padding-top: 60px;
}

.newsletter_subscription .media {
  text-align: center;
}

.newsletter_subscription .media img {
  width: 314px;
}

.newsletter_subscription .title {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.newsletter_subscription  .sub_title {
  font-family: Courgette;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}

.newsletter_subscription ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
}

.newsletter_subscription ul li {
  padding-left: 35px;
  margin: 0;
  list-style: none;
  background-image: url('assets/img/assets/icons-check-yellow@2x.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  font-family: 'Source Sans Pro'
}

.newsletter_subscription p {
  font-size: 17px;
  font-weight: bold;
}

.newsletter_subscription input {
  width: 100%;
  border: none;
  margin-right: 10px;
}

.newsletter_subscription .form #mlb2-1437790.ml-form-embedContainer .ml-form-embedWrapper {
  background: none;
}

.newsletter_subscription .form #mlb2-1437790.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
  padding: 0px;
}

.newsletter_subscription .form #mlb2-1437790.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0px;
}

.newsletter_subscription .form #mlb2-1437790.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  border-radius: 0px!important;
  border: none!important;
  border-width: 0px!important;
  margin-right: 10px;
}

.newsletter_subscription .form #mlb2-1437790.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  margin: 0px!important;
}

.newsletter_subscription .form #mlb2-1437790.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #FFEF73!important;
  color: black!important;
  height: 50px!important;
  width: 100%;
  border: none!important;
  margin-top: 10px;
  font-size: 17px!important;
  font-weight: bold!important;
  text-transform: uppercase!important;
  border-radius: 3px!important;
}

.newsletter_subscription form .row {
  margin-left: -5px;
  margin-right: -5px;
}

.newsletter_subscription form .row>div {
  padding-left: 5px;
  padding-right: 5px;
}

.newsletter_subscription button[type="submit"] {
  background-color: #FFEF73;
  height: 50px;
  width: 100%;
  border: none;
  margin-top: 10px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
}

@media (max-width: 576px) {
  
  .newsletter_subscription  .sub_title {
    font-size: 22px;
  }
  
  .newsletter_subscription input {
    margin-bottom: 10px;
  }
  
  .newsletter_subscription ul li {
    font-size: 17px;
  }
  
}


.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

@media (max-width: 576px) {
  
  .visible-xs {
    display: block;
  }
  
  .hidden-xs {
    display: none;
  }
  
}
