:root {
  --primary-color: hsla(142, 30%, 55%, 1);
  --primary-color-lighten: hsla(142, 30%, 65%, 1);
  --primary-color-darken: hsla(142, 30%, 45%, 1);

  --secondary-color: hsla(0, 0%, 20%, 1);
  --secondary-color-lighten: hsla(0, 0%, 30%, 1);
  --secondary-color-darken: hsla(0, 0%, 10%, 1);

  --accent-color: hsla(10, 75%, 42%, 1);
  --accent-color-lighten: hsla(10, 75%, 52%, 1);
  --accent-color-darken: hsla(10, 75%,32%, 1);

  --background-color: hsla(0, 0%, 100%, 1);
  --text-color: hsla(0, 0%, 15%, 1);
  --text-color-lighten: hsla(0, 0%, 45%, 1);

  --primary-background-color: hsla(142, 30%, 52%, .1);
  --secondary-background-color: hsla(0, 0%, 1%, .1);
  --accent-background-color:hsla(10, 75%, 50%, .1);

  --success-color: hsla(122, 39%, 49%, 1);
  --error-color: hsla(4, 90%, 58%, 1);
  --info-color: hsla(199, 98%, 48%, 1);

  --font-primary: 'Overpass', sans-serif;
  --font-secondary: 'Overpass', sans-serif;

  --card-border-radius: 30px;
  --button-border-radius: 30px;

}

.slide-img.slide-01 {
  background-image: url('../assets/gifs/slider/slide-01.jpg');
}

.slide-img.slide-02 {
  background-image: url('../assets/gifs/slider/slide-02.jpg');
}

.slide-img.slide-03 {
  background-image: url('../assets/gifs/slider/slide-03.jpg');
}

html, .index-page {
  overflow-x: hidden!important;
}

.truncate > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate > *:not(:first-child) {
  display: none;
}

.slick-initialized.slick-dotted {
  margin-bottom: 4rem !important;
}
  
.infos-content span.material-icons{
  flex-shrink:0;
}

.index-page .not-index{
  display: none;
}
header .no-scroll{
  transition: 0.2s ease-in-out;
}
header .js-scroll .no-scroll{
  opacity: 0!important;
  height: 0px;
  padding:0px;
}
body:not(.index-page) .fold .container{
  padding:0px;
}


span#mess_newsletter {
    color: #fff;
}


/* LISIBILITE JAUNE BOUTON EN NOIR */
/*================================ */

.btn-3{
  color:var(--secondary-color);
  border:1px solid var(--secondary-color);
}
.btn-3:hover{
  background:var(--secondary-color);
  border:1px solid var(--secondary-color);
}
.btn-2 {
    color: hsl(0deg 0% 100%);
}
/* INFO HEAD */
/* ========= */

.info-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
  padding: 20px 0
}
.index-page {
  position: relative;
}
.index-page::before {
  content: url(../assets/gifs/bg-index.png);
  position: absolute;
  top: 0;
  right: 0;
  max-height: 750px;
  overflow: hidden; 
  z-index: -1;
}
.index-page .sticky {
  background: transparent;
}
.index-page .sticky.js-scroll {
  background:  var(--background-color);
}
.info-head .tel {
  font-size: 16px;
}

.info-head .material-icons {
  padding-right: 11px;
}
.info-head div  {
  margin: 10px 0px;
}
.info-head div:last-child {
  margin-right: 0px;
}
.info-head .reseaux-sociaux svg {
  width: 16px;
  height: 16px;
  fill: var(--secondary-color);
}

.index-page .points-forts li {

    width: 44%;

}


.index-page .box-title > span {
    letter-spacing: 3px;

}

.index-page #encart_avis .slick-prev, .index-page #encart_avis .slick-next {
    top: 116%!important;
}

footer {
    text-align: center;
}


.reseaux-sociaux ul {
    justify-content: center;
}

.top-bar .main-nav {

    padding-bottom: 80px;
}

div#bandeau-fournisseurs img {
    height: auto;
    width: 90%;
    max-width: 200px;
}


.contact-page p.intro {
    color: hsl(0deg 0% 100%);
}

.contact-page #fil_ariane a {
    color: hsl(0deg 0% 100%);
}



section.ac-doubleColonne img {
    width: 100%;
    height: auto;
}


	section.ac-colonne.ac-colonne_1.ui-sortable img {
    width: 100%;
    height: auto;
}
	
	section.ac-colonne.ac-colonne_2.ui-sortable img {
    width: 100%;
    height: auto;
}
	

	.sc-content .ac-doubleColonne .ac-colonne {
    object-fit: cover;
}


.fancy-box-body .logo .flex-row.s-align-items-center {
    justify-content: center;
}

.fancy-box-body .brand a {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 0.8em;
}

.fancy-box-body h2::before {

    width: 0px;
    height: 0px;

}


.fancy-box-body h2 {
    display: block;
    text-align: center;
}


.fancy-box-body h2 {
font-size: 13px !important;
padding-bottom: 8px;
margin-bottom: 0px;
}


.fancy-box-body .brand .col + .col {
    display: none;
}
body.fancy-box-body {
   padding: 0 15px;
}

body.fancy-box-body form.generateur p.erreur {
padding:0 5px;
margin:0 0 3px;
}


.contact-page .coordonnees a.tel.accent-text.tel-important {
    color: #fff;
}

footer .baseline.primary-text {
    color: #fff;
}



@media screen and (min-width: 601px) {
	
	.index-page #encart-actualites .btn {
    margin-top: 20px;

}
	
	.btn.primary.outlined, .primary.outlined.btn-1, .outlined.btn-2, .btn-3, .newsletterInput #js_submit, .actualitesListingLien {
  
    padding: 13px 7px;
   
}
	.top-bar.sticky  .flex-row.l-justify-content-space-between {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
	
	div#bandeau-fournisseurs .bloc-a img {
    width: 50%;
}
	
div#bandeau-fournisseurs .bloc-b img {
    width: 100%;
}
	
	div#bandeau-fournisseurs .logo-certif-part {
    display: flex;
    flex-wrap: wrap;
		 justify-content: space-between;
		
}
				div#bandeau-fournisseurs .logo-certif-part div {
		width: 50%;
}
	
	
		.bloc-b ul {
    display: flex;
    align-items: center;
}
	

	
	
	.top-bar .main-nav {

    padding-bottom: 0px;
}
	
	footer {
    text-align: left;
}
	
.index-page #encart_avis .slick-prev, .index-page #encart_avis .slick-next {
    top: 50%!important;
}
	
	.index-page .box-title > span {
    letter-spacing: 4px;

}
.index-page .points-forts li {

    width: 22%;

}
	
	

  .info-head {
    flex-direction: row;
    justify-content: space-around;
  }
	
	.sc-content .ac-doubleColonne .ac-colonne {
    width: 100%;
}
	section.ac-colonne.ac-colonne_2.ui-sortable img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
	section.ac-colonne.ac-colonne_1.ui-sortable img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
	
	.info-head .tel {
    margin-right: 10px;
}
	
	
}


@media screen and (min-width: 768px) {
.sc-content .ac-doubleColonne .ac-colonne {
    width: 50%;
}
	
	section.ac-colonne.ac-colonne_2.ui-sortable img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
	
	section.ac-colonne.ac-colonne_1.ui-sortable img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
	
}



@media screen and (min-width: 993px) {
	
		.index-page #encart-actualites .btn {
    margin-top: 0px;

}
	.sc-content .ac-doubleColonne {

    align-items: center;
}
	
		.info-head .tel {
    margin-right: 0px;
}
	
	
		.btn.primary.outlined, .primary.outlined.btn-1, .outlined.btn-2, .btn-3, .newsletterInput #js_submit, .actualitesListingLien {
  
    padding: 13px 19px;
   
}
	
div#field_18 {
    float: left;
    width: 48%;
}
	
#formulaire_1 .divGenerateurRequired {
    position: relative;
    top: 15px;
    display: block;
    text-align: right;
    height: 25px;
}
	
	
	

.form_left {float: right;width: 48%;}
	
	
	.points-forts li {

    width: 48%;
 
}
  .info-head div {
    margin-right: 30px;
  }
  .info-head {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
  }
}

/* BRAND */
/*====== */

.brand .col .bold {
  font-size: 24px;
  text-align: center;
}
.brand .col .baseline {
  font-size: 16px;
  text-align: center;
}
.brand a, #nav-meatballs .brand a {
  transition:0.5s ease-in-out;
  margin:0 auto;
  display: block;
}
.brand a:hover {
  opacity: 0.5;
}
.brand .flex-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 601px) {
  .brand a {
    margin:0px;
  }
  .brand .col .baseline {
    text-align: left;
  }
  .brand .col .bold {
    text-align:left;
  }
  .brand .flex-row {
    display: flex;
    justify-content:flex-start;
    flex-direction:row;
  }
}

/* BLOCS */
/*====== */

.image-wrapper.m-fit-content, .ac-colonne img {
  height: 100%;
  border-radius: 30px;
}
h2 {
  color: var(--primary-color);
}
#bloc-02 .container {
  position: relative;
}
#bloc-02 .container::before {
  content: '';
  position: absolute;
  mix-blend-mode: multiply;
  border: 80px solid var(--secondary-color);
  width: 453px;
  height: 453px;
  border-radius: 100%;
  right: -235px;
  bottom: -125px;
  z-index: -1;
  opacity: .05;
}
#bloc-01 {
  position: relative;
}
.point2 {
    position: absolute;
    top: 20px;
    left: -20px;
    z-index: -1;
    opacity: 0.3;
}

/* ENCART CONTACT */
/* ============== */

#encart-contact {
  position: relative;
  padding: 8rem 0;
}
#encart-contact .card {
  box-shadow: none;
  border-radius: 0;
}
#encart-contact .container {
  box-shadow: 0px 3px 40px #0000000F;
  border-radius: 30px;
  padding: 40px 0px;  
  background: var(--background-color);
  position: relative;
}
#encart-contact .container::before {
  content: '';
  position: absolute;
  mix-blend-mode: multiply;
  border: 80px solid var(--primary-color);
  width: 453px;
  height: 453px;
  border-radius: 100%;
  left: -235px;
  top: -125px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
#encart-contact .container .point2 {
  position: absolute;
  top: -52px;
  width: 50px;
  left: auto;
  right: 66px;
  z-index: -1;
}
@media screen and (min-width: 993px) {
  #encart-contact .card {
    border-right: 1px solid #05050533!important;
  }
  #encart-contact li:last-child .card {
    border-right: none!important;
  }
} 

/* POINTS FORTS */
/*============= */

.points-forts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.points-forts li {
  margin: 7px 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #05050533;
  border-radius: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.points-forts li span {
  font-size: 55px!important;
}
.points-forts li .bold {
  padding-top: 11px;
  color: var(--secondary-color);
}
@media screen and (min-width: 993px) {
  .points-forts li {
    margin: 7px 4px;
  }
  
}

/* CATALOGUE */
/* ========= */

.slick-catalogue a {
  outline: none !important;
}
#encart-catalogue {
  position: relative;
  padding: 8rem 0 4rem;
}
#encart-catalogue::before {
  content: '';
  position: absolute;
  mix-blend-mode: multiply;
  border: 80px solid var(--primary-color);
  width: 453px;
  height: 453px;
  border-radius: 100%;
  left: -100%;
  top: -125px;
  z-index: 0;
}
#encart-catalogue .box-title span {
  letter-spacing: 4px;
  font-weight: 900;
  font-size: 20px;
  position: relative;
  padding-left: 0;
}
#encart-catalogue .box-title span::before {
  content: '';
  position: absolute;
  height: 4px;
  width: 27px;
  background: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -30px;
}
#forme01 {
  position: absolute;
  left: 0;
  top: -50%;
}
#encart-catalogue .box-title {
  position: relative;
  padding-bottom: 40px;
}
#encart-catalogue > .container > .row {
  margin-bottom: 1.5rem;
}
#encart-catalogue .card.full-image .card-image::before,
#catalogue_contenu .card.full-image .card-image::before {
  background-image: none;
  background-color: var(--background-color);
  opacity: 1 !important;
  mix-blend-mode: color;
  z-index: 0;
}
#encart-catalogue .card.full-image .card-image::after,
#catalogue_contenu .card.full-image .card-image::after {
  display: block;
  content: '';
  background-color: var(--background-color);
  opacity: .8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#encart-catalogue .card.full-image .card-title,
#catalogue_contenu .card.full-image .card-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  text-align: center;
  opacity: 1;
  z-index: 2;
}
#encart-catalogue .card.full-image .card-title a,
#catalogue_contenu .card.full-image .card-title a {
  margin-bottom: .5rem;
  color: var(--secondary-color) !important;
}
#encart-catalogue .card.full-image .card-title a::before,
#catalogue_contenu .card.full-image .card-title a::before {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  content: '+';
  font-size: 2.5rem;
  font-weight: 200;
  color: var(--secondary-color);
  line-height: 4.25rem;
  text-align: center;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
}
#encart-catalogue .card.full-image .card-title .description,
#encart-catalogue .card.full-image .card-title .description > *,
#catalogue_contenu .card.full-image .card-title .description,
#catalogue_contenu .card.full-image .card-title .description > * {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: normal;
  color: var(--secondary-color);
}
@media screen and (min-width: 993px) {
  #encart-catalogue::before{
    left: -235px;
  }
  #encart-catalogue .card.full-image .card-image::after,
  #catalogue_contenu .card.full-image .card-image::after {
    opacity: .48;
    transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
  }
  #encart-catalogue .card.full-image:hover .card-image::after,
  #catalogue_contenu .card.full-image:hover .card-image::after {
    background-color: var(--primary-color);
    opacity: .88;
  }
  #encart-catalogue .card.full-image .card-title,
  #catalogue_contenu .card.full-image .card-title {
    opacity: 0;
    transition: opacity .3s ease-in-out;
  }
  #encart-catalogue .card.full-image:hover .card-title,
  #catalogue_contenu .card.full-image:hover .card-title {
    opacity: 1;
  }
  #encart-catalogue .card.full-image .card-title a,
  #catalogue_contenu .card.full-image .card-title a {
    color: var(--background-color) !important;
  }
}

/* PRESTATIONS */
/* =========== */

#encart-prestations {
  position: relative;
}
#encart-prestations::after {
  content: '';
  position: absolute;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 80%;
  height: 2px;
  bottom: 0;
  background: #d6d6d6;
  opacity: 0.36;
}
#encart-prestations .card.full-image .card-image::before {
  background-image: none;
  background-color: var(--background-color);
  opacity: 1 !important;
  mix-blend-mode: color;
  z-index: 0;
}
#encart-prestations .card.full-image .card-image::after {
  display: block;
  content: '';
  background-color: var(--background-color);
  opacity: .8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: background-color .3s ease-in-out;
}
#encart-prestations .card.full-image:hover .card-image::after {
  background-color: var(--primary-color);
}
#encart-prestations .card.full-image .card-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  text-align: center;
  z-index: 2;
}
#encart-prestations .card.full-image .card-title a {
  color: var(--secondary-color) !important;
}
#encart-prestations .card.full-image .card-title a::before {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  content: '+';
  font-size: 2.5rem;
  font-weight: 200;
  color: var(--secondary-color);
  line-height: 4.25rem;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
}

.box-title {
  position: relative;
}
.box-title svg {
  position: absolute;
  top: -70px;
  left: -70px;
  z-index: -1;
  opacity: 0.5;
}
.box-title > span {
  letter-spacing: 4px;
  font-weight: 900;
  font-size: 20px;
  position: relative;
  padding-left: 45px;
}
.box-title > span::before {
  content: '';
  position: absolute;
  height: 4px;
  width: 27px;
  background: var(--primary-color);
  left: 2px;
  top: 6px;
}
.point2 svg .c {
  fill:var(--primary-color)!important;
}
.title-2 {
  font-weight: 900;
  font-size: 40px;
  position: relative;
}
.title-2 strong {
  font-weight: 900;
  color: var(--primary-color);
}
#encart-prestations, #encart-point-fort {
  padding: 2rem 0;
  position: relative;
}
#encart-prestations .slick-prev {
  left: -100%;
  top: 90%;
  transform: rotate(180deg);
}
#encart-prestations .slick-next {
  left: -90%;
  top: 96%;
}
#encart-prestations .slick-prev:before {
  content: 'arrow_right_alt';
}
#encart-prestations .slick-next:before {
  content: 'arrow_right_alt';
}
#encart-prestations .slick-prev, #encart-prestations .slick-next {
  background: var(--primary-color);
  border-radius: 30px;
  width: 50px;
  height: 50px;
}
#encart-prestations .slick-prev:hover, #encart-prestations .slick-prev:focus, #encart-prestations .slick-next:hover, #encart-prestations .slick-next:focus {
  color: transparent;
  outline: none;
  border: 2px solid #000;
  opacity: .3;
  background: transparent!important;
}

.catalogue-detail .row .btn-retour a.btn-3 {
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 601px) {

.catalogue-detail .row .btn-retour a.btn-3 {
  width: auto;
}

.catalogue-detail .row .btn-retour {
  text-align: right;
}

}

@media screen and (min-width: 993px) {
  #encart-prestations .slick-prev {
    top: 95%;
  }
  #encart-prestations .slick-next {
    left: -85%;
    top: 103%;
  }
  #encart-prestations, #encart-point-fort {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 1070px) {
  #encart-prestations .slick-prev {
    top: 90%;
  }
  #encart-prestations .slick-next {
    left: -90%;
    top: 96%;
  }
}

/* FOLD */
/* ==== */

.fold .container {
  padding: 40px 0;
}

/* ======= */





/* FOURNISSEURS */
/* ============ */

.slick-fournisseurs li {
  margin: 0 10px;
}
.slick-fournisseurs li img {
  margin: 0 auto;
}
#bandeau-fournisseurs {
  padding: 2rem 0px 4rem;
}
#bandeau-fournisseurs .slick-prev, #bandeau-fournisseurs .slick-next {
  display: none!important;
}


@media screen and (min-width: 993px){
  .slick-fournisseurs li img{
    max-width: 100%;
  }
  #bandeau-fournisseurs{
    padding:6rem 0px 6rem;
  }
}

/* ACTUALITES */
/* ========== */

#encart-actualites .card-image {
  display: none;
}
#encart-actualites .container {
 position: relative;
}
#encart-actualites svg {
  position: absolute;
  right: -80px;
  top: -80px;
  z-index: -1;
}
#encart-actualites .row ul:not(.slick-dots) > li, #encart-actualites ul:not(.slick-dots) > li {
  width: 100%;
}
#encart-actualites .row {
  background: var(--primary-color);
  padding: 20px;
  border-radius: var(--card-border-radius);
}
.index-page #encart-actualites .btn {
  color: var(--secondary-color);
  border:1px solid var(--secondary-color);
}
.index-page #encart-actualites .btn:hover {
  color: var(--background-color);
  background: var(--secondary-color);
}
#encart-actualites .box-title span:before {
  background: var(--text-color);
}
#encart-actualites .box-title svg .c, #encart-actualites .box-title svg .b {
  fill: #fff!important;
}
#encart-actualites .box-title svg {
  z-index: 0;
}
#encart-actualites p {
 color:var(--text-color);
}

@media screen and (min-width: 601px){
  #encart-actualites .row {
    position: relative;
  }
  #encart-actualites .row .center-align {
    position: absolute;
    right:25px;
    top:70%;
  }
  #encart-actualites .box-title {
    margin-top:20px;
  }
}

@media screen and (min-width: 993px) {
	
	.index-page .points-forts li {
    width: 40%;
}
	
	
	.top-bar .logo img, .top-bar .logo svg {transition: width .3s ease-in-out;}
	
			.top-bar.sticky.js-scroll .info-head div {
    display: none !important;
}
	
	.top-bar.sticky.js-scroll a.logo img {
    width: 57px;
}
  #encart-actualites{
    padding-top:6rem;
    padding-bottom:6rem;
  }
}

/* NEWSLETTER */
/* ========== */

#encart-newsletter {
  background-image:url(../assets/gifs/newsletter.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index:0;
}
#encart-newsletter:before {
  content:' ';
  position: absolute;
  z-index:-2;
  width:450px;
  height: 450px;
  border:80px solid var(--secondary-color);
  opacity: 0.05;
  border-radius: 100%;
  mix-blend-mode: multiply;
  top:-300px;
  left:-200px;
}
#encart-newsletter:after {
  position:absolute;
  content: '';
  z-index:1;
  width:100%;
  height: 100%;
  display: block;
  background:var(--primary-color);
  opacity: 0.85;
  top:0;
  left:0;
  right:0;
}
#encart-newsletter .container {
  position: relative;
  z-index: 3;
}
#encart-newsletter .newsletterInput #js_submit {
  border: 1px solid var(--secondary-color)!important;
  color: var(--secondary-color)!important;
}
#encart-newsletter .newsletterInput #js_submit:hover{
  background:var(--secondary-color)!important;
  color:#fff!important;
}
#encart-newsletter svg .c, #encart-newsletter svg .b{
  fill:#fff!important;
  opacity: 1;
}
#encart-newsletter .title-2 span{
  color:#fff;
}

@media screen and (min-width: 601px) {
  #encart-newsletter .col.m6:nth-child(2) {
    padding:25px 20px;
  }
}

@media screen and (min-width:993px) {
  #encart-newsletter .newsletterInput #js_submit{
    border-radius:0px 30px 30px 0px;
    position: absolute;
    margin-right:-8px;
    padding:20px 30px;
    top:-7px;
  }
  #encart-newsletter .newsletterInput {
    position: relative;
  }
  
}
#encart-newsletter label {
  display: none;
}

/* FOOTER */
/* ====== */

footer .brand a svg .d {
  fill:#fff;
}
footer .brand a svg .a {
  fill:var(--primary-color)!important;
}
footer nav {
  display: flex;
  flex-direction: column;
}
footer nav a {
  margin-right:15px;
  transition:0.5s ease-in-out;
}
footer address a {
  transition:0.5s ease-in-out;
}
footer nav a:hover, footer address a:hover {
  opacity:0.5;
}
footer a.tel {
    color: hsl(0deg 0% 100%);
}
footer .siret {
  margin-top: 15px;
  text-align: center;
}

@media screen and (min-width:601px) {
  footer .flex-row:nth-child(2){
    margin-top:20px;
  }
  footer .reseaux-sociaux ul{
    justify-content: flex-end;
  }
  footer nav{
    flex-direction: row;
  }

  footer .siret {
    margin-top: 20px;
    text-align: left;
  }
}

@media screen and (min-width:992px) {
  footer .flex-row:nth-child(2) {
    margin-top:60px;
  }
}


.index-page header .btn-devis {
  padding-top: 30px;
}
.btn-devis span {
  padding-left: 30px;
}
.truck {
  position: relative;
  z-index: 1;
  display: none;
}
.truck::before {
  content: '';
  position: absolute;
  mix-blend-mode: multiply;
  border: 80px solid var(--primary-color);
  width: 453px;
  height: 453px;
  border-radius: 100%;
  left: -50px;
  top: 0;
  z-index: -1;
}
.truck::after {
  content: url(../assets/gifs/point.svg);
  position: absolute;
  right: 130px;
  top: 50px;
  z-index: -1;
}


/* TYPOGRAPHIE */
/* =========== */

h1 {
  font-weight: 900!important;
}
h1 span {
  font-size: 20px;
}
p {
  color: var(--text-color-lighten);
  font-weight: 300;
  font-size: .9rem;
}


@media screen and (min-width: 993px) {
  main p {
    font-size: .875em;
  }
  .truck {
    display: block;
  }
}

/* TOP-BAR */
/* ======= */

.top-bar .main-nav{
  z-index: 9!important;
}
@media screen and (min-width: 993px) {
  .top-bar {
    font-size: 1rem;
  }
  .top-bar li a {
    font-weight: 500!important;
  }
  .main-nav {
    font-weight: 700;
  }
}

/* NEWSLETTER */
/* ========== */

#newsletter label {
  display: none;
}
#encart-catalogue .btn-3 {
  position: relative;
  z-index: 9;
  text-align: center;
}

/* CATALOGUE DÉTAIL */
/* ================ */

.catalogue-detail a.lightbox,
.catalogue-detail a.lightbox img {
  display: block;
  width: 100%;
  height: auto;
}
.catalogue-detail a.lightbox {
  margin-bottom: 1.5rem;
}
.catalogue-detail .row .flex-row .col:not(:first-child) {
  width: 33.333333333333333%;
}
/*================================================ SOMMAIRE */
html {
  scroll-behavior: smooth;
 }

.sommaire{
  background-color: var(--primary-background-color);
  position: relative;
  padding:40px 0px;
  z-index: 1;
}

.sommaire:before{
  background-color: var(--primary-background-color);
  position: absolute;
  width:100%;
  height: 100%;
  left:-70%;
  top:0;
  content:'';
  z-index: -1;
}

.sommaire:after{
  background-color: var(--primary-background-color);
  position: absolute;
  width:100%;
  height: 100%;
  right:-70%;
  top:0;
  content:'';
  z-index: -1;
}

.sommaire ol li{
  padding:15px 0px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
}

.sommaire ol{
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 20px;
}

.sommaire ol li a{
  margin-left:10px;
}

.sommaire ol li::marker{
  margin-right: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width:902px){
  
.sommaire ol{
  max-height: 250px;
}

.sommaire{
  padding:48px 0px;
}
}
/*PLAN DU SITE*/
.plan-site li {
  color: inherit;
  list-style: unset;
}
.plan-site .col-plan > ul {
  margin-left: 0;
}
.plan-site .col-plan > ul > li.firstLi {
  list-style: none;
}
.plan-site .col-plan > ul > li > a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.plan-site .col-plan > ul > li > a:hover {
  text-decoration: none;
}
.plan-site .col-plan > ul > li.firstLi > a[href='#'] {
  color: inherit !important;
  text-decoration: none !important;
  opacity: .4;
  pointer-events: none !important;
}
.plan-site .col-plan > ul > li.firstLi > a[href='#']::after {
  content: '\00A0 :';
}

/* LOGO */
/* ==== */

img.footer-only {
  display: none;
}
body > footer .logo img.footer-only {
  display: block;
}
body > footer .logo img.header-only {
  display: none;
}

/* PAGE 404 */
/* ==== */

.page-404 header .container {
  display: flex;
  flex-direction: column-reverse;
}

.page-404 img {
  max-width: 100%;
  height: auto;
}

.page-404 header {
  padding: 15px 5px;
}

.page-404 .divider {
  opacity: 0.1;
}

.page-404 {
  padding-top: 0px;
  background: var(--background-color);
}

.intro-404 {
  font-size: 1.3em;
}

.page-404 .top-bar .col {
  margin-top: 10px;
}

.page-404 .section ul {
  list-style: none;
  margin: 30px 0px 30px 30px;
}

.page-404 .section ul li {
  position: relative;
}

.page-404 .section ul li:before {
  position: absolute;
  left: -30px;
  top: 7px;
  content: ' ';
  width: 16px;
  height: 16px;
  background-image: url('../assets/gifs/icons/cancel.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-404 .right-404 {
  background: #fff;
  padding: 15px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  margin: 50px 0px;
}

.page-404 .title {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0px;
}

.page-404 .btn-accueil svg .a {
  fill: transparent;
}

.page-404 .btn-accueil svg .b {
  fill: #fff;
}

.page-404 .btn-accueil svg {
  transform: translate3d(-5px, 2px, 0px);
}

.page-404 .container .flex-content{
  flex-direction: column-reverse;
}

@media screen and (min-width:602px) {

  .page-404 .container .flex-content {
    flex-direction: row-reverse;
  }

  .page-404 .right-404 {
    padding: 25px;
  }
  
  .page-404 .top-bar .col:nth-child(2) {
    text-align: center;
  }

}

@media screen and (min-width:993px) {

  .page-404 .right-404 {
    padding: 48px;
  }

  .page-404 .top-bar {
    padding: 0px;
  }

  .page-404 .top-bar .col:nth-child(2) {
    text-align: right;
  }

  .page-404 .top-bar .col a.tel {
    font-size: 16px;
  }

  .page-404 .top-bar .material-icons {
    padding-right: 11px;
    vertical-align: middle;
  }

}

/* GdC */
/* === */

input[class*="mce-"] {
  width: 320px;
  max-width: 100%;
  box-sizing: border-box;
}
.mce-label {
  position: static !important;
}