/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/

/* STYLE GENERAL */
h1,
h2,
h3,
p {
  letter-spacing: 0px !important;
}
strong {
  font-family: "Flama-bold";
}

em {
  font-family: "Flama-italic";
}

#boxed-wrapper {
  overflow: unset;
}

.displaynone {
  display: none !important;
}

#contactez-nous,
#nosclients,
#quisommesnous,
#certifications-competences,
#engagementrse,
#nosoffres,
#rencontrons-nous {
  max-width: 1920px;
  margin: auto !important;
}

#content {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 1024px) {
  #content {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 640px) {
  #content {
    margin-bottom: 30px !important;
  }
}

/* FIN STYLE GENERAL */

/* STYLE MENU BURGER */
#menuslideshow {
  display: none;
}
.fusion-social-networks-wrapper {
  /* Permet de retirer le margin:-10px posant souci sur certains écrans */
  margin: 0;
  margin-top: -10px;
}
#containerMenu {
  z-index: 15;
}
#containerMenu .header-text ul {
  margin: 0;
}
.column-menu-ordi .fusion-column-wrapper {
  height: 43px;
}
/* Réseaux sociaux menu ordinateur */
.icon-rs-inline,
.icon-rs-inline-last {
  height: 100%;
  align-items: center;
  display: flex;
}
.icon-rs-inline {
  margin-right: 10px;
}
.icon-rs-inline-last {
  margin-right: 70px;
}
#menuslideshow [class^="rsgroupe-"],
#menuslideshow [class*=" rsgroupe-"] {
  /* Ajouter tout ces bloc */
  font-size: 25px;
}

/*  */
@media screen and (max-width: 1024px) {
  #containerMenu {
    z-index: 55;
  }
  .menu-tabmob {
    z-index: 10000;
    min-height: 43px;
  }
  .page-burger {
    display: table-cell;
    vertical-align: middle;
    margin-right: 70px;
  }

  .burger {
    width: 25px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
    -moz-transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
    -o-transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
    transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
  }

  .burger > span {
    display: block;
  }

  .burger > span:before {
    content: "";
    display: inline-block;
    width: 70%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 13px;
    right: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
    -moz-transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
    -o-transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
    transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
  }

  .burger > span:after {
    content: "";
    display: inline-block;
    width: 70%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
    -moz-transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
    -o-transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
    transition: all cubic-bezier(0.5, 0.1, 0.15, 1) 250ms;
  }

  /*.burger:hover > span:after,
  .burger:hover > span:before {
    width: 25%;
  }*/

  .burger.active {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 30px;
    width: 30px;
  }

  .burger.active > span:before {
    right: 18%;
    top: 13.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 61%;
  }

  .burger.active > span:after {
    left: 18%;
    top: 13.5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 61%;
  }

  .burger.active:hover > span:after,
  .burger.active:hover > span:before {
    width: 61%;
  }

  #menuslideshow {
    display: flex;
    position: absolute;
    right: -50vw;
    z-index: 9999;
    top: 0px;
    height: 100vh;
    transition: all 0.5s ease;
    width: 50% !important;
    margin-top: -20px;
    margin-bottom: 0;
    min-height: 530px;
  }
  #menuslideshow .fusion-column-wrapper {
    margin: 0 !important;
  }
  #menuslideshow.active {
    right: 0;
    transition: all 0.5s ease;
  }
  #menuslideshow:first-child {
    padding-top: 100px;
  }
  #menuslideshow ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
  }
  #menuslideshow ul li {
    padding-bottom: 40px;
  }
  #menuslideshow ul li a {
    color: #ffffff;
    font-family: "Flama";
  }
  #social-slideshow {
    text-align: center;
    position: absolute;
    bottom: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    left: 5px;
  }
  #social-slideshow a {
    margin-right: 10px;
  }
  #menumobile {
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 9999999;
    background-color: #00000066 !important;
  }

  #menuslideshow [class^="rsgroupe-"],
  #menuslideshow [class*=" rsgroupe-"] {
    font-size: 50px;
  }

  #social-slideshow:after {
    content: "";
    position: absolute;
    bottom: -30px;
    margin-left: -10px;
    width: 8px;
    height: 8px;
    background-color: #fff;
  }
}
@media screen and (max-width: 640px) {
  #menuslideshow {
    right: -100%;
    width: 100% !important;
  }
  body {
    /* Permet de cacher la ligne de droite qui s'affiche quand on est sur mobile */
    overflow-x: hidden;
  }

  #menuslideshow [class^="rsgroupe-"],
  #menuslideshow [class*=" rsgroupe-"] {
    font-size: 35px;
  }
  .page-burger {
    margin-right: 40px;
  }
  #social-slideshow:after {
    bottom: -20px;
  }
}

/* FIN STYLE MENU  */


/* SWITCH LANG */
.header-lang ul{
  display: flex;
  margin: 0;
}

.header-lang li {
  list-style-type: none;
}
.header-lang ul li {
  margin: 0 10px
}

.header-lang ul li a {
  color: #ffffff;
}

.header-lang ul li a:hover,.header-lang ul li a.active {
  color: #b8233e;
}

.header-separateur-carre {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
  margin-right: 20px;
}
/* RESPONSIVE */
.bloc-switch-resp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .bloc-switch-resp {
    display: block;
  }

  .bloc-switch-resp > div > div {
    width: max-content;
    display: flex;
    align-items: center;
  }

  .header-lang-resp ul {
    display: inline-flex;
    align-items: center;
    margin-left: 0px;
    padding-left: 50px;
  }

  .header-lang-resp ul li {
    list-style-type: none;
    margin: 0 17px;
  }

  .header-lang-resp ul li a {
    color: #ffffff;
  }

  .header-lang-resp ul li a.active {
    position: relative;
  }

  .header-lang-resp ul li a.active::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
  }

  .header-separateur-carre-resp {
    margin-left: 18px;
  }

  .header-separateur-carre-resp img {
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .header-lang-resp ul {
    padding-left: 30px;
  }
}
/* END SWITCH LANG */

/* STYLE DU LAYOUT HEADER */
.header-text ul {
  list-style: none;
  display: flex;
  column-gap: 40px;
}
.header-text a {
  color: #fff;
}
.header-text a:hover {
  color: #fff;
}
.header-text li:after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 0.5s ease-in-out;
}
.header-text li:hover:after {
  transform: scaleX(1);
  transition: transform 0.5s ease-in-out;
}
/* FIN STYLE DU LAYOUT HEADER */

/* STYLE HOME IMAGE */

.home-img {
  max-width: 942px !important;
  width: 100%;
}

.home-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-home-img {
  position: absolute !important;
}

@media screen and (max-width: 1024px) {
  .home-img {
    max-width: 627px !important;
  }

  .home-background-img {
    background-position: 65% center !important;
  }
}

@media screen and (max-width: 640px) {
  .home-img {
    max-width: 400px !important;
  }
}

/* FIN STYLE HOME IMAGE */

/* STYLE QUI-SOMMES-NOUS  */
#qui-sommes-nous {
  padding-top: 20px;
}

#quisommesnous {
  max-width: 1586px;
  margin: auto;
  position: relative;
}

#quisommesnous > div {
  max-width: 100% !important;
}

.logo-groupe-transatlantic-marques,
.logo-mediaspot-marques {
  padding: 0 20px;
  background-color: #ededed;
}

.logo-rse {
  padding: 0;
}

@media screen and (max-width: 1600px) {
  #quisommesnous {
    max-width: 1586px;
    padding: 0 50px;
  }
}

@media screen and (max-width: 1024px) {
  .logo-rse {
    max-width: 200px !important;
  }
}
@media screen and (max-width: 640px) {
  .logo-rse {
    max-width: 160px !important;
  }
}

.container-marques
  .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column:before {
  content: "";
  display: block;
  border: 2px solid #b8233e;
  width: 100%;
  position: absolute;
  height: 32px;
  border-bottom: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.container-marques
  .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column:after {
  content: "";
  display: block;
  border: 2px solid #b8233e;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 32px;
  border-top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.container-marques {
  max-width: 1113px;
  margin: auto;
}

.container-marques * {
  line-height: 0;
}

/* Marques */

#top-mark,
#bottom-mark {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#top-mark {
  top: 0;
  width: 625px;
  z-index: 50;
}

#top-mark img {
  height: 79px;
  width: auto;
}

#middle-mark {
  height: 295px;
  max-width: 1113px;
  margin: auto !important;
}

#middle-mark > div {
  align-items: center;
}

#middle-mark img {
  height: 67px;
  width: auto;
}

#bottom-mark {
  bottom: 0;
  width: 367px;
  z-index: 51;
}

.bottom-mark-en {
  width: unset !important;
}

#bottom-mark img {
  width: auto;
  height: 69px;
}

@media screen and (max-width: 1024px) {
  #top-mark img {
    height: auto;
  }

  #middle-mark img {
    height: 42px;
    width: auto;
  }

  #middle-mark {
    height: 190px;
  }

  #top-mark {
    width: 400px;
  }

  #bottom-mark {
    width: 235px;
  }

  #bottom-mark img {
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  #quisommesnous {
    padding: 0 30px !important;
  }
}

@media screen and (max-width: 650px) {
  #middle-mark img {
    height: 36px;
  }
  #middle-mark div span {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #top-mark {
    width: 240px;
  }

  #bottom-mark {
    width: 145px;
  }

  #middle-mark {
    height: 115px;
  }
}

@media screen and (max-width: 550px) {
  #middle-mark img {
    height: auto;
    width: 80%;
  }
}

/* Section Counter boxes */

.fusion-counters-box .fusion-counter-box {
  width: max-content !important;
}

.counter-box-marques {
  max-width: 1483px;
  margin: auto !important;
  justify-content: space-between;
  display: flex;
  padding: 0;
  width: 100%;
}

.counter-box-marques::before,
.counter-box-marques::after {
  content: unset !important;
}

.counter-box-marques .counter-box-container.progress-animation:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #b82240;
  height: 25px;
  margin-bottom: 25px;
  transform-origin: 0% 50%;
  animation: 2s progressbar;
}

@keyframes progressbar {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.counter-box-marques .content-box-percentage.content-box-counter {
  font-family: "Flama-Bold";
}
.counter-box-marques .counter-box-content {
  line-height: 29px;
  margin-top: 12px;
}

#quisommesnous .content-box-percentage {
  font-size: 40px !important;
}
.fusion-counters-box .fusion-counter-box .counter-box-container {
  padding: 0 !important;
	min-height:161px;
}
@media screen and (max-width: 1024px) {
  .counter-box-marques .counter-box-wrapper {
    width: 30% !important;
  }
	.fusion-counters-box .fusion-counter-box .counter-box-container {
	    padding: 0 !important;
		min-height:unset;
	}
}
/* background images */

/*.background-image-groupe:before {
  content: "";
  width: 110vw;
  height: 650px;
  position: absolute;
  background-image: url(https://www.groupetransatlantic.com/wp-content/uploads/2022/03/groupe_transatlantic_vague.png);
  left: -5%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
*/

.background-image-groupe:before {
  content: "";
  width: 100vw;
  height: 630px;
  position: absolute;
  background-image: url(https://www.groupetransatlantic.com/wp-content/uploads/2022/03/groupe_transatlantic_vague.png);
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(-50%);
  bottom: -370px;
  max-width: 1920px;
  height: calc(310px + 320 * ((100vw - 1024px) / 896));
  bottom: calc(-110px + -260 * ((100vw - 1024px) / 896));
}

.background-image-groupe-contacteznous:before {
  content: "";
  width: 110vw;
  height: 650px;
  position: absolute;
  background-image: url(https://www.groupetransatlantic.com/wp-content/uploads/2022/03/groupe_transatlantic_vague.png);
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
/*.background-image-groupe-contacteznous:before {
  height: 380px;
  background-size: cover;
  left: -5%;
}*/
.background-image-groupe-contacteznous:before {
  height: 31vw;
  background-size: contain;
  left: -2%;
  bottom: -130px;
}
@media screen and (min-width: 1920px) {
  .background-image-groupe-contacteznous:before {
    background-size: cover;
    left: -10vw;
    bottom: -17vw;
  }
}
@media screen and (max-width: 1024px) {
  .background-image-groupe-quisommesnous:before,
  .background-image-groupe-rencontronsnous:before {
    content: "";
    width: 100vw;
    height: 650px;
    position: absolute;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: -5%;
    background-image: url(https://www.groupetransatlantic.com/wp-content/uploads/2022/03/groupe_transatlantic_vague.png);
  }
  /*
  .background-image-groupe-quisommesnous:before {
    content: "";
    width: 100vw;
    height: 650px;
    position: absolute;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: -5%;
	background-image: url(https://www.groupetransatlantic.com/wp-content/uploads/2022/03/groupe_transatlantic_vague.png);
	
  }*/

  .background-image-groupe:before {
    width: calc(150vw + -530 * ((100vw - 640px) / 384));
    bottom: -110px;
    height: 310px;
  }
  .background-image-groupe-contacteznous:before {
    left: -5%;
    bottom: -40px;
  }
  .background-image-groupe-quisommesnous:before {
    top: 80px;
    z-index: -1;
  }
  .background-image-groupe-rencontronsnous:before {
    bottom: 40px;
  }

  #quisommesnous .content-box-percentage {
    font-size: 30px !important;
  }

  .counter-box-marques {
    max-width: 620px !important;
    flex-wrap: wrap;
  }
  .fusion-counters-box .fusion-counter-box .counter-box-container {
    width: max-content !important;
    margin: auto;
  }

  .counter-box-marques .counter-box-content {
    line-height: 26px;
    font-size: 18px !important;
  }
}
@media screen and (max-width: 800px) {
  .background-image-groupe-quisommesnous:before {
    top: 120px;
  }
  /*.background-image-groupe:before {
    top: 300px;
  }*/
  .background-image-groupe-rencontronsnous:before {
    bottom: 130px;
  }
  /*.background-image-groupe-contacteznous:before {
    left: -65%;
    width: 1920px;
    height: 500px;
  }*/
}

@media screen and (max-width: 640px) {
  .background-image-groupe-contacteznous:before {
    background-size: 170%;
    bottom: -160px;
    background-position: 40% center;
    left: -5%;
    width: 110vw;
    height: 400px;
  }
  .background-image-groupe-rencontronsnous:before {
    background-size: 170%;
    top: 40px;
    background-position: 30% center;
    left: -5%;
    width: 110vw;
    height: 400px;
  }
  .background-image-groupe-quisommesnous:before {
    background-size: 170%;
    top: 0px;
    background-position: center;
    left: -5%;
    height: 500px;
  }

  #quisommesnous .content-box-percentage {
    font-size: 37px !important;
  }

  .counter-box-marques .counter-box-content {
    line-height: 27px;
    font-size: 23px !important;
  }
}
/*  */
@media screen and (max-width: 1024px) {
  /*#quisommesnous h2 {
    font-size: 21px !important;
  }*/
  /*#quisommesnous h3 p {
    font-size: 21px;
  }
  #quisommesnous p {
    font-size: 18px;
  }*/
  #quisommesnous .logo-groupe-transatlantic-marques {
    max-width: 500px;
    margin-top: -20px;
  }
  #quisommesnous .logo-mediaspot-marques {
    max-width: 300px;
    margin-bottom: -20px;
  }
  /*.container-marques .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column:before {
    width: 90%;
  }
  .container-marques .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column:after {
    width: 90%;
  }*/
}
@media screen and (max-width: 800px) {
  #quisommesnous
    .fusion-counters-box.counters-box.row.fusion-clearfix.fusion-columns-6.counter-box-marques {
    /*display: flex !important;
    flex-direction: row;
    flex-wrap: wrap !important;*/
  }
  #quisommesnous
    .fusion-counter-box.fusion-column.col-counter-box.counter-box-wrapper.col-lg-2.col-md-2.col-sm-2 {
    /*width: 50% !important;*/
    float: left !important;
  }
  #quisommesnous .logo-groupe-transatlantic-marques {
    max-width: 350px;
  }
  #quisommesnous .logo-mediaspot-marques {
    max-width: 240px;
  }

  .bottom-mark-en {
    max-width: 280px !important;
  }
  
  /*.container-marques .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column:before {
    width: 90%;
  }
  .container-marques .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column:after {
    width: 90%;
  }*/
}
@media screen and (max-width: 640px) {
  #quisommesnous
    .fusion-counter-box.fusion-column.col-counter-box.counter-box-wrapper.col-lg-2.col-md-2.col-sm-2 {
    width: 50% !important;
  }
  #quisommesnous .logo-groupe-transatlantic-marques {
    max-width: 70vw;
  }
  #quisommesnous .logo-mediaspot-marques {
    max-width: 40vw;
  }
  /*#quisommesnous .fusion-counter-box.fusion-column.col-counter-box.counter-box-wrapper.col-lg-2.col-md-2.col-sm-2 {
    width: 100%!important;
  }*/
  .container-marques
    .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column:before {
    width: 95%;
  }
  .container-marques
    .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column:after {
    width: 95%;
  }

  #quisommesnous
    .fusion-counter-box.fusion-column.col-counter-box.counter-box-wrapper.col-lg-2.col-md-2.col-sm-2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 490px) {
  #quisommesnous
    .fusion-counter-box.fusion-column.col-counter-box.counter-box-wrapper.col-lg-2.col-md-2.col-sm-2 {
    width: 100% !important;
  }

  .background-image-groupe:before {
    width: calc(200vw + -100 * ((100vw - 350px) / 290));
  }
}
/* FIN STYLE QUI-SOMMES-NOUS  */

/* STYLE NOS OFFRES */
#nos-offres {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  #nosoffres h2 p {
    font-size: 21px !important;
  }
  #nosoffres h3 p {
    font-size: 21px;
  }
  #nosoffres p {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #mobileVideo video {
    height: 190vw !important;
  }
  #nosoffres p {
    margin-bottom: 0;
  }
}
#dl_brochure a{
  color: #b8233e !important;
}
/* FIN STYLE NOS OFFRES */

/* STYLE ENGAGEMENT RSE */
#bloc-rse {
  max-width: 1780px;
  margin: auto;
}

#bloc-rse > div {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 22px;
  margin-top: 80px;
}

#engagementrse > div,
#nosclients > div {
  max-width: 1780px !important;
}

#nos-clients {
  padding-top: 20px;
}

@media screen and (max-width: 1920px) {
  #engagementrse > div {
    max-width: 93% !important;
  }
  #nosclients > div {
    max-width: calc(93% + 50px) !important;
  }
}

@media screen and (min-width: 1024px) {
  #nosclients .align-bloc-end {
    justify-content: end;
  }
  #nosclients .align-bloc-start {
    justify-content: start;
  }
  #nosclients .align-bloc-end > .fusion-column-wrapper,
  #nosclients .align-bloc-start > .fusion-column-wrapper {
    max-width: 500px;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  #engagementrse > div {
    max-width: 100% !important;
  }
  #engagementrse h2 {
    font-size: 21px !important;
  }
  #engagementrse p {
    font-size: 18px;
  }
  #engagementrse .rse-definition p {
    font-size: 15px;
  }

  #engagementrse {
    padding: 0 50px !important;
  }
}
@media screen and (max-width: 640px) {
  #engagementrse h2 p {
    font-size: 23px !important;
  }

  #bloc-rse > div {
    margin-top: 50px;
  }
  .text-rse {
    line-height: 23pt;
  }

  #engagementrse div {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  #main #content #bloc-rse div .fusion-builder-row {
    display: contents;
  }

  #main #content #bloc-rse #bloc-text-rse {
    padding: 0 10px;
  }

  #engagementrse {
    padding: 0 30px !important;
  }
}
/* FIN STYLE ENGAGEMENT RSE */

/* STYLE RENCONTRONS-NOUS  */

.rencontrons-nous-map div {
  /*background-size: contain !important;*/
}
.rencontrons-nous-logo {
  max-width: 345px !important;
}

@media screen and (max-width: 1600px) {
  .rencontrons-nous-map div {
    background-size: 120% !important;
  }
}

@media screen and (max-width: 1024px) {
  .rencontrons-nous-map div {
    background-image: unset !important;
  }
  #rencontrons-nous h2 {
    font-size: 21px;
  }
  .rencontrons-nous-logo {
    max-width: 280px !important;
  }
}

@media screen and (max-width: 640px) {
  .rencontrons-nous-map div img {
    width: 100%;
  }
  #rencontrons-nous h2 {
    font-size: 23px;
  }
}

.rencontrons-nous-text p {
  margin: 0 !important;
}
.rencontrons-nous-text p img {
  padding: 15px 0;
}
.rencontrons-nous-text strong {
  font-family: "Flama-Bold";
  margin-top: 10px;
}
.rencontrons-nous-text .red-title {
  color: #b8233e;
  margin-bottom: 15px !important;
}

.rencontrons-nous-bloc-rs p {
  margin: 0;
}
.rencontrons-nous-bloc-rs a {
  margin: 0 7px;
}

.rencontrons-nous-bloc-infos .fusion-imageframe {
  display: inline-grid;
}

/* FIN STYLE RENCONTRONS-NOUS  */

/* STYLE CERTIFICATIONS ET COMPÉTENCES */
#certifications {
  max-width: 1247px;
  margin: auto;
}

#certifications span {
  margin: auto;
}

#certifications span.fusion-imageframe {
  display: flex;
  justify-content: center;
  align-items: center;
}

#certifications span.certif-circle {
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  margin: auto;
}

#certifications span.certif-circle-dolby {
  transform: scale(1.1);
}

#certifications span.apple-certif {
  width: 200px;
  height: auto;
}

#certifications span.certif-tpn {
  width: 117px;
}

#certifications span.certif-rectangle {
  width: 225px;
}

#certifications span.certif-diva {
  width: 370px;
}

#certifications div .fusion-builder-row {
  align-items: center;
  text-align: center;
}
.certifications-encart p {
  margin-top: -27px !important;
  display: inline-block;
  padding: 0 10px;
  background-color: #ededed;
  font-size: 25px;
}
.certifications-encart.deux-lignes p {
  margin-top: -30px !important;
  line-height: 1.2;
  display: inline-block;
  background-color: #ededed;
  padding: 0 10px;
  font-size: 25px;
}
@media screen and (max-width: 1520px) {
  .certifications-encart p {
    font-size: 1.6vw;
  }
  .certifications-encart.deux-lignes p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1350px) {
  .certifications-encart p {
    font-size: 1.8vw;
  }
  .certifications-encart.deux-lignes p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 1024px) {
  #certifications div .fusion-builder-row {
    justify-content: center;
  }
  #certifications-competences h3 p {
    font-size: 21px;
  }
  .certifications-encart.deux-lignes p,
  .certifications-encart p {
    font-size: 20px;
  }
  #nosclients h2 p {
    font-size: 21px !important;
  }
  #nosclients h3 p {
    font-size: 21px;
  }
  #nosclients p {
    font-size: 18px;
  }

  #certifications span.apple-certif {
    width: 157px;
  }
  #certifications span.certif-tpn {
    width: 92px;
  }
  #certifications span.certif-rectangle {
    width: 160px;
  }
  #certifications span.certif-diva {
    width: 225px;
  }
}
@media screen and (max-width: 640px) {
  #certifications-competences h3 p {
    font-size: 21px;
  }

  #certifications span.certif-circle {
    width: 92px;
    height: 92px;
  }

  #certifications span.apple-certif {
    width: 127px;
  }

  #certifications span.certif-tpn {
    width: 75px;
  }

  #certifications span.certif-rectangle {
    width: 130px;
  }
  #certifications span.certif-diva {
    width: 180px;
  }
  #certifications span {
    padding: 0 10px;
  }
}

@media screen and (max-width: 380px) {
  #nosclients h3 p {
    font-size: 17px;
  }
  .certifications-encart.deux-lignes p {
    padding: 0 5px;
  }
}
/* FIN STYLE CERTIFICATIONS ET COMPÉTENCES */

/* STYLE CONTACTEZ-NOUS  */
#contacteznous {
  padding-top: 20px;
}
.formulaire-de-contact {
  border: 1px solid #b8233e;
  padding: 0 25px;
  max-width: 1220px;
  margin: auto;
  width: 100%;
  padding: 0;
}
.formulaire-de-contact .fusion-form-field.fusion-form-label-above {
  display: flex;
  margin-top: 0;
}
.formulaire-de-contact .fusion-form-field.fusion-form-label-above > div,
.formulaire-de-contact .fusion-form-field.fusion-form-label-above > label {
  width: 40%;
  color: #b8233e;
}
.formulaire-de-contact .fusion-form-submit-field > div {
  width: 100% !important;
}

/*.contactez-nous-text p {
  margin: 0 !important;
}*/
.contactez-nous-text p img {
  padding: 20px 0;
}
.contactez-nous-text strong {
  font-family: "Flama-Bold";
  margin-top: 10px;
}
.contactez-nous-text a strong {
  color: #b8233e;
}
.contactez-nous-text .red-title {
  color: #b8233e;
  margin-bottom: 15px !important;
}

.fusion-form-form-wrapper .fusion-form-field {
  margin-bottom: 30px;
}

.formulaire-de-contact * {
  font-size: 18px;
}

.formulaire-de-contact .fusion-form-field.fusion-form-label-above > div,
.formulaire-de-contact .fusion-form-field.fusion-form-label-above > label {
  width: 19%;
}

.formulaire-de-contact
  .fusion-form-field.fusion-form-label-above
  > div
  label
  abbr,
.formulaire-de-contact .fusion-form-field.fusion-form-label-above > label abbr {
  display: none;
}

.fusion-form-field textarea,
.fusion-form-field input {
  max-width: 81%;
  width: 100%;
}

.fusion-button.button-1 {
  width: 145px;
  height: 45px;
}

.formulaire-de-contact .fusion-form-field.fusion-form-label-above {
  justify-content: space-between;
  align-items: flex-start;
}

.row-submit > div > div {
  justify-content: flex-end;
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.bloc-submit {
  width: 150px;
}

.form-creator-recaptcha {
  width: auto !important;
  margin-right: 25px;
}

.formulaire-de-contact
  .fusion-column-wrapper
  .fusion-form-field:not(.fusion-form-textarea-field) {
  align-items: center !important;
}

@media screen and (max-width: 1024px) {
  .form-creator-recaptcha {
    width: auto !important;
  }
  .fusion-form-field textarea,
  .fusion-form-field input {
    max-width: 71%;
    margin-left: 20px;
  }
  .formulaire-de-contact .fusion-form-field.fusion-form-label-above > div,
  .formulaire-de-contact .fusion-form-field.fusion-form-label-above > label {
    width: 150px;
  }

  #contact-soustitre p {
    font-size: 18px;
  }

  .contactez-nous-text {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .contacteznous-groupe-img {
    max-width: 280px !important;
  }
}

@media screen and (max-width: 640px) {
  .formulaire-de-contact
    .fusion-column-wrapper
    .fusion-form-field.fusion-form-label-above {
    align-items: center !important;
  }
  .formulaire-de-contact .fusion-form-field.fusion-form-label-above > div,
  .formulaire-de-contact .fusion-form-field.fusion-form-label-above > label {
    text-align: center;
  }
  .formulaire-de-contact .fusion-form-field.fusion-form-label-above {
    flex-direction: column;
  }

  .fusion-form-field textarea,
  .fusion-form-field input {
    max-width: 100%;
    margin-left: 0px;
  }

  .btn-submit {
    margin-bottom: 0px !important;
  }

  .contactez-nous-text .red-title {
    margin-bottom: 0px !important;
  }

  .row-submit > div {
    flex-direction: row !important;
  }

  .row-submit > div > div {
    justify-content: space-between !important;
  }

  .row-submit > div > div div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .bloc-submit > div > div {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 625px) {
  .row-submit > div > div {
    flex-direction: column;
  }
}

@media screen and (max-width: 570px) {
  .row-submit > div > div {
    justify-content: space-around;
  }

  .bloc-captcha > div {
    margin: 0 !important;
  }

  .form-creator-recaptcha {
    margin-right: 0;
    margin-bottom: 0;
  }

  /*.bloc-captcha > div > div,
  .bloc-submit .fusion-column-wrapper .fusion-form-field {
    margin-bottom: 0 !important;
  }*/
}

@media screen and (max-width: 375px) {
  #g-recaptcha-136-1 {
    transform: scale(0.8) translateX(50%);
    position: relative;
    left: -130px;
  }
}

/* FIN STYLE CONTACTEZ-NOUS  */

/* STYLE FOOTER */

footer {
  z-index: 99999;
  border-top: 2px solid lightgray !important;
}

footer .fusion-row .fusion-columns > .fusion-column {
  padding: 0 !important;
}

.fusion-widget-area .fusion-column:first-child {
  max-width: 30%;
}
.fusion-widget-area .fusion-column-last {
  min-width: 70%;
}
.fusion-widget-area .fusion-column:first-child section {
  /*margin-top: 10px;*/
  width: 360px;
  height: 40px;
}

.fusion-widget-area .fusion-column:first-child section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .fusion-columns.fusion-widget-area {
  padding: 0 70px;
  display: flex !important;
  align-items: center;
}

#block-6, #block-7  {
  line-height: 18px;
  text-align: right;
}

#block-6 p, #block-7 p {
  font-size: 17px;
  margin: 0;
  text-align: right;
  display: inline;
}

#block-6 p img, #block-7 p img {
  vertical-align: baseline;
}

@media screen and (max-width: 1200px) {
  #block-6, #block-7 {
    padding-top: 20px !important;
  }

  #block-6 p img, #block-7 p img {
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-top: 5px;
    transform: translateY(-5px);
  }

  #block-6 p .tiret, #block-7 p .tiret {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #block-6, #block-7 {
    padding-top: 0 !important;
  }
  .fusion-widget-area .fusion-column:first-child {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .fusion-widget-area .fusion-column-last {
    min-width: 100%;
  }
  #block-5,
  #block-6, 
  #block-7 {
    text-align: center !important;
    margin: auto !important;
    min-height: unset;
  }
  #block-5 img {
    max-height: 30px;
    width: auto;
  }
  #block-6 p img, #block-7 p img {
    margin: auto !important;
    margin-top: 13px !important;
  }

  footer {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }

  footer .fusion-row .fusion-columns > .fusion-column {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 800px) {
  .fusion-columns .fusion-column:not(.fusion-column-last) {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  #block-5 {
    width: 270px;
    height: 30px;
  }

  #block-6, #block-7 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  footer .fusion-columns.fusion-widget-area {
    padding: 0;
  }
}
/* FIN STYLE FOOTER */

/* STYLE TO TOP */

.to-top-right #toTop {
  bottom: 36px;
  border-radius: 50px !important;
  height: 40px;
  width: 28px;
  background-color: #d5d5d5;
  opacity: 0.5 !important;
  z-index: 999999;
  right: 20px !important;
  display: none;
}
#toTop:before {
  font-size: 40px;
  position: relative;
  top: 0px;
  content: url("https://api.iconify.design/eva/arrow-upward-fill.svg?color=%233b3b3b&width=30&height=40") !important;
}
#toTop:hover {
  opacity: 1 !important;
  background-color: #d5d5d5 !important;
}
#toTop:active,
#toTop:focus {
  background-color: #d5d5d5 !important;
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 20px;
  }
}

/*@media screen and (max-width:1024px) {
  	.to-top-right #toTop {
        height: 40px;
        width: 28px;
    }
    #toTop:before {
        top: 0px;
    }
}*/

@media screen and (max-width: 640px) {
  .to-top-right #toTop {
    bottom: 30px;
    right: 35px !important;
  }
}
/* FIN STYLE TO TOP */

/* STYLE MENTION LÉGALES */
.revenir-a-accueil a {
  display: inline-flex;
  align-content: center;
  align-items: center;
  color: #b8233e;
}
.revenir-a-accueil a img {
  margin-right: 15px;
}
/* FIN STYLE MENTION LÉGALES */

/* STYLE SLIDER */

#custom_slider {
  width: 100%;
}

.swiper {
  width: 100%;
  overflow: visible !important;
  max-width: 1398px;
}

.swiper-slide {
  border: 2px solid black;
  max-width: 1398px;
  height: 553px !important;
  display: flex;
  justify-content: space-between;
  align-content: center;
  border-radius: 14px;
  opacity: 0.3;
  overflow: hidden;
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-slide.type-noir {
  border: 2px solid black;
}

.swiper-slide.type-rouge {
  border: 2px solid #b8233e;
}

.swiper-slide.type-rouge .bloc-texte {
  background-color: #b8233e;
}

.swiper-slide.type-rouge .bloc-texte * {
  color: white;
}

.swiper-slide.type-jaune {
  border: 2px solid #eda80c;
}

.swiper-slide .bloc-image {
  width: calc(100% - 29%);
}

.swiper-slide .bloc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .bloc-texte {
  width: 29%;
  min-width: 305px;
  padding: 20px 5px 20px 30px;
  position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.swiper-slide .bloc-texte .titre-bloc .titre {
  font-size: 21px;
  line-height: 25px;
  font-family: "flama-bold", sans-serif;
  margin-bottom: 0;
}

.swiper-slide .bloc-texte .titre-bloc .titre .mot {
  position: relative;
	padding-right: 15px;
	display: inline-block;
}

.swiper-slide .bloc-texte .titre-bloc .titre .mot .note {
    position: absolute;
    font-size: 14px;
    font-family: 'Flama';
    top: -5px;
}

.swiper-slide .bloc-texte .titre-bloc .sous-titre {
  margin-top: 5px;
  margin-bottom: 0;
}

.swiper-slide .bloc-texte .titre-bloc {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.swiper-slide .bloc-texte .titre-bloc::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33px;
  height: 2px;
  background-color: #707070;
  opacity: 0;
}

.swiper-slide .bloc-texte .titre-bloc .titre .font-normal sup{
	font-size: 14px;
}

.swiper-slide .bloc-texte .texte li sup {
	font-size: 14px;
}

.swiper-slide.type-rouge .bloc-texte .titre-bloc::after {
  background-color: white;
}

.swiper-slide .bloc-texte .titre-bloc .sous-titre {
  font-size: 18px;
  line-height: 21px;
}

.swiper-slide .bloc-texte .texte {
	padding-bottom: 20px;
}
.swiper-slide .bloc-texte .texte * {
  font-size: 18px;
}

.swiper-slide .bloc-texte .texte ul {
  padding-inline-start: 18px;
  margin: 15px 0;
}

.swiper-slide .bloc-texte .texte ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 4px;
}

.swiper-slide .bloc-texte .texte li::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-slide .bloc-texte .texte-type-noir li::before {
  background: url("./img/dotlist-black.svg");
}

.swiper-slide .bloc-texte .texte-type-rouge li::before {
  background: url("./img/dotlist-white.svg");
}

.swiper-slide .bloc-texte .texte-type-jaune li::before {
  background: url("./img/dotlist-yellow.svg");
}

/*
.swiper-slide .bloc-texte .bloc-legend {
	position: absolute;
	bottom: 15px;
	left: 20px;
}
*/

.swiper-slide .bloc-texte .bloc-legend .mot-legend {
	margin-bottom: 0;
    font-size: 15px;
    font-family: 'Flama-Italic';
	line-height: 1.2;
}

.swiper-slide .bloc-texte .bloc-legend .mot-legend .numero-legend{
	font-size: 12px;
    transform: translateY(-3px);
    display: inline-block;
}

.swiper-pagination {
  position: unset !important;
  display: inline-flex;
  justify-content: center;
  margin-top: 37px;
}

.swiper-pagination span {
  height: 14px;
  width: 14px;
  margin: 0 5px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b8233e;
}

.swiper-button-next,
.swiper-button-prev {
  transform: translateY(-50%);
  opacity: 1;
  width: 25px;
  height: 17px;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  transform: translateY(-50%) rotate(180deg);
  right: -54px !important;
}
.swiper-button-prev {
  left: -54px !important;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

@media screen and (max-width: 1920px) {
  .swiper {
    width: 80%;
  }

  .swiper-slide {
    width: 100% !important;
    min-height: 460px !important;
    height: auto !important;
    align-self: stretch;
  }

  .swiper-button-next {
    right: -45px !important;
  }

  .swiper-button-prev {
    left: -45px !important;
  }
}

@media screen and (max-width: 1024px) {
  #custom_slider {
    padding: 0 50px;
  }
  #custom_slider > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .swiper {
    width: 100%;
  }

  .swiper-slide {
    width: 100% !important;
    opacity: 1;
  }

  .swiper-slide .bloc-texte .titre-bloc .titre {
    font-size: 17px;
  }

  .swiper-slide .bloc-texte .texte * {
    font-size: 15px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: calc(100% + 6px) !important;
  }

  .swiper-button-next {
    right: 0 !important;
  }

  .swiper-button-prev {
    left: 0 !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    /*margin-top: 100px !important;*/
  }

  .swiper-pagination span {
    height: 11px;
    width: 11px;
  }
	
	
}

@media screen and (max-width: 640px) {
  .swiper-slide .bloc-texte .titre-bloc {
    padding-bottom: 0px;
  }
  .swiper-slide .bloc-texte {
    min-width: unset;
    max-width: 100%;
  }
  .swiper-pagination span {
    height: 10px;
    width: 10px;
    margin: 0 4px !important;
  }

  .swiper-slide {
    flex-direction: column;
    height: unset !important;
    align-self: unset;
  }

  .swiper-slide .bloc-image,
  .swiper-slide .bloc-texte {
    width: 100%;
  }

  .swiper-slide .bloc-image {
    height: 553px;
  }

  .swiper-slide .bloc-texte {
    padding: 20px 30px;
  }
  .swiper-pagination {
    margin-top: 22px;
  }

  /*.swiper-button-next, .swiper-button-prev {
		top: calc(100% + 15px) !important;
	}*/

  #custom_slider
    .fusion-builder-row
    .fusion-layout-column
    > .fusion-column-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #custom_slider {
    padding: 0 30px;
  }
	.swiper-slide .bloc-texte .bloc-legend .mot-legend {
		font-size: 12px;
	}
}

/*
@media screen and (max-width: 480px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: calc(100% + 30px) !important;
  }
}
*/
.swiper-slide .bloc-image img.mobile-image,
.swiper-slide .bloc-image img.tablet-image {
  display: none;
}

@media screen and (max-width: 1024px) {
  .swiper-slide .bloc-image img.tablet-image {
    display: block;
  }

  .swiper-slide .bloc-image img.mobile-image,
  .swiper-slide .bloc-image img.desktop-image {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .swiper-slide .bloc-image img.mobile-image {
    display: block;
  }

  .swiper-slide .bloc-image img.tablet-image,
  .swiper-slide .bloc-image img.desktop-image {
    display: none;
  }

  .swiper-slide .bloc-image {
    height: auto;
  }
}

/* FIN STYLE SLIDER */

/* MENTIONS LEGALES */

@media (min-width: 1024px) {
  .container-ml {
    max-width: 1920px;
    margin: auto !important;
  }
}

#mentionslegales a,
#politiquedeconfidentialite a {
  color: #b8233e !important;
}
#menuslideshow {
  min-height: 530px;
}
/* FIN MENTIONS LEGALES */

/* FONT SIZE */
.global-font * {
  font-size: calc(18px + 7 * ((100vw - 1024px) / 896)) !important;
  line-height: calc(26px + 9 * ((100vw - 1024px) / 896)) !important;
}

@media (min-width: 1920px) {
  .global-font * {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}

@media (max-width: 1024px) {
  .global-font * {
    font-size: 18px !important;
    line-height: calc(23px + 3 * ((100vw - 640px) / 384)) !important;
  }
}

@media (max-width: 640px) {
  .global-font * {
    line-height: 23px !important;
  }
}

/*******/

.global-title * {
  font-size: calc(21px + 4 * ((100vw - 1024px) / 896)) !important;
  line-height: calc(24px + 5 * ((100vw - 1024px) / 896)) !important;
}

@media (min-width: 1920px) {
  .global-title * {
    font-size: 25px !important;
    line-height: 29px !important;
  }
}

@media (max-width: 1024px) {
  .global-title * {
    font-size: calc(23px + -2 * ((100vw - 640px) / 384)) !important;
    line-height: calc(27px + -3 * ((100vw - 640px) / 384)) !important;
  }
}

@media (max-width: 640px) {
  .global-title * {
    font-size: 23px !important;
    line-height: 27px !important;
  }
}

/********/

.content-box-percentage * {
  font-size: calc(30px + 10 * ((100vw - 1024px) / 896)) !important;
  line-height: calc(26px + 9 * ((100vw - 1024px) / 896)) !important;
}

@media (min-width: 1920px) {
  .content-box-percentage * {
    font-size: 40px !important;
    line-height: 35px !important;
  }
}

@media (max-width: 1024px) {
  .content-box-percentage * {
    font-size: calc(37px + -7 * ((100vw - 640px) / 384)) !important;
    line-height: calc(39px + -13 * ((100vw - 640px) / 384)) !important;
  }
}

@media (max-width: 640px) {
  .content-box-percentage * {
    font-size: 37px !important;
    line-height: 39px !important;
  }
}

.counter-box-content {
  font-size: calc(18px + 7 * ((100vw - 1024px) / 896)) !important;
  line-height: calc(26px + -1 * ((100vw - 1024px) / 896)) !important;
}

@media (min-width: 1920px) {
  .counter-box-content {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}

@media (max-width: 1024px) {
  .counter-box-content {
    font-size: calc(18px + 7 * ((100vw - 640px) / 384)) !important;
    line-height: calc(23px + 3 * ((100vw - 640px) / 384)) !important;
  }
}

@media (max-width: 640px) {
  .counter-box-content {
    font-size: 18px !important;
    line-height: 23px !important;
  }
}

/* FIN FONT SIZE */
