<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-soc-red{
	background-color: var(--red);
  color: var(--white);
}

.bg-soc-light-blue{
	background-color: var(--cyan);
  color: var(--white);
}

.bg-soc-blue{
	background-color: var(--blue);
  color: var(--white);
}

.bg-soc-green{
	background-color: var(--green);
  color: var(--white);
}

.text-soc-blue{
	color: #1f0a66;
}

.text-soc-red{
	color: var(--red);
}


.alert-red {
  color: var(--white);
  background-color: var(--red);
  border-color: var(--red); }
  .alert-red hr {
    border-top-color: var(--red); }
  .alert-red .alert-link {
    color: var(--white); }

.alert-blue {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue); }
  .alert-blue hr {
    border-top-color: var(--blue); }
  .alert-blue .alert-link {
    color: var(--white); }

.alert-soft-blue {
  color: var(--white);
  background-color: var(--cyan);
  border-color: var(--cyan); }
  .alert-soft-blue hr {
    border-top-color: var(--cyan); }
  .alert-soft-blue .alert-link {
    color: var(--white); }

#list_produits_clients_dropdown{
	min-width: 30vw;
	max-height: 80vh;
	overflow-y: auto;
	overflow-x: hidden;
	word-break: break-word;
	left: unset;
	right: 0;
}

/* To Top page style */
#toTop.back-top {
	z-index: 99999999;
	padding: 5px ;
	position: fixed;
	bottom: 3%;
	right: 2%;
	display: none;
	width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 2px;
  color: var(--red);
  border: none;
  font-size: 26px;
}


#toTop.back-top i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
}

#menuList.mini-nav .nav-search{
	background-size: 30px;
}

#menuList.mini-nav .main-nav-logo, #menuList.mini-nav .main-nav-logo .nav-logo-light{
	height: 55px;
	min-height: unset;
}

#menuList.mini-nav .main-nav-logo img {
	height: 70px;
	width: auto;
}

#menuList.mini-nav .main-nav-bottom {
	min-height: unset;
}

#menuList.mini-nav .main-nav-top {
	padding: unset;
	min-height: unset;
}

#menuList.mini-nav .nav-login {
	font-size: unset;
}

#menuList.mini-nav .col-lg-10.position-static {
	padding:unset;
}

#breadcrumb.mini-nav .breadcrumb-custom{
	top: 95px;
	z-index: 100;
	}

#breadcrumb.mini-nav .skip-presentation{
	top: 95px;
	inset:unset;
}

@media (min-width: 768px) {
	#menuList.mini-nav.main-nav:before{
		width: 5%;
	}
	#menuList.mini-nav.main-nav:after {
		height: 50px;
		top: 45px;
	}
}
@media (max-width: 992px) {
	#menuList.mini-nav.main-nav:before{
		width: 10%;
	}

	#menuList.mini-nav.main-nav:after {
		height: 47px;
		top: 42px;
	} 
}
@media (min-width: 1200px) {
	#menuList.mini-nav.main-nav:after {
		height: 49px;
		top: 45px;
	}  
}
@media (min-width: 1400px) {
  .header-top-title:after {
    width: calc(100vw - (1370px/2));
  }
}
@media (min-width: 992px) {
  .header-top-title {
    font-size: 35px;
    display: table;
    padding: 9px 25px 4px;
  }
	
.modal-custom.modal-video-product {
  padding: 15px;
}
.modal-custom.modal-video-product .modal-container {
  max-width: 700px;
  width: 100%;
}
}

.products-list .product-img {
	height: 15vh;
}

.products-list .product-img img{
	height:  15vh;
	width: auto;
}

.main-nav-bottom &gt; ul &gt; li &gt; a {
	padding-left: 15px;
	padding-right: 15px;
}

.cta.cta-info {
	background-color: var(--cyan);
  color: var(--white);
}

.cta.cta-info:hover, .cta.cta-info:focus {
  box-shadow: 0 0 0 2px var(--cyan) inset;
  color: var(--cyan);
  background-color: transparent;
}

.cta.cta-warning {
	background-color: var(--orange);
  color: var(--white);
}

.cta.cta-warning:hover, .cta.cta-warning:focus {
  box-shadow: 0 0 0 2px var(--orange) inset;
  color: var(--orange);
  background-color: transparent;
}

.cta.cta-success {
	background-color: var(--green);
  color: var(--white);
}

.cta.cta-success:hover, .cta.cta-success:focus {
  box-shadow: 0 0 0 2px var(--green) inset;
  color: var(--green);
  background-color: transparent;
}

.cta.cta-outline-blue {
  background-color: transparent;
  background-image: none;
  border-color: var(--blue);
  color: var(--blue);
}

.cta-outline-blue:hover {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}

.cta-outline-blue:focus, .cta-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem var(--purple);
}

.cta-outline-blue.disabled, .cta-outline-blue:disabled {
  color: var(--blue);
  background-color: transparent;
}

.cta.cta-outline-red {
  background-color: transparent;
  background-image: none;
  border-color: var(--red);
  color: var(--red);
}

.cta-outline-red:hover {
  color: var(--white);
  background-color: var(--red);
  border-color: var(--red);
}

.cta-outline-red:focus, .cta-outline-red.focus {
  box-shadow: 0 0 0 0.2rem var(--purple);
}

.cta-outline-red.disabled, .cta-outline-red:disabled {
  color: var(--red);
  background-color: transparent;
}

.cta-sm, .cta-group-sm &gt; .cta {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.cta-block {
	display: block;
  width: 100%;
}

.ct-filters .filters-custom-wrapper {
	z-index:1;
	left: 0;
	width: 100%;
	max-height: 25%;
	background-color: var(--white);
}

/*CARTE DE FRANCE INTERACTIVE*/
.heyo:hover {
	fill: var(--indigo);
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	}
	.enabled {
	fill: #f0f0f0;
	cursor: pointer;
	}
	.descriptionMap {
	pointer-events: none;
	position: absolute;
	font-size: 18px;
	text-align: center;
	background: var(--white);
	padding: 10px 15px;
	z-index: 5;
	height: 30px;
	line-height: 10px;
	margin: 0 auto;
	color: var(--black);
	border-radius: 5px;
	box-shadow: 0 0 0 4px #ed1c24;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	/* display: none; */
	}
	.descriptionMap.active {
	display: block;
	}
	.descriptionMap:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ed1c24;
	}
	/*FIN CARTE DE FRANCE INTERACTIVE*/
	
/*REGIONS*/
.h1-hdf {padding: 75px 150px; background: url(https://www.socamont.com/site/img/HAUTS-DE-FRANCE.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-bre {padding: 75px 150px; background: url(https://www.socamont.com/site/img/BRETAGNE.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-pdl {padding: 75px 150px; background: url(https://www.socamont.com/site/img/PAYS-DE-LA-LOIRE.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-cvl {padding: 80px 150px; background: url(https://www.socamont.com/site/img/CENTRE-VAL-DE-LOIRE.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-idf {padding: 75px 150px; background: url(https://www.socamont.com/site/img/ILE-DE-FRANCE.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-na {padding: 80px 150px; background: url(https://www.socamont.com/site/img/NOUVELLE-AQUITAINE.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-paca {padding: 75px 150px; background: url(https://www.socamont.com/site/img/PROVENCE-ALPES-COTE-DAZUR.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-ara {padding: 75px 150px; background: url(https://www.socamont.com/site/img/AUVERGNE-RHONES-ALPES.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-ge {padding: 75px 150px; background: url(https://www.socamont.com/site/img/GRAND-EST.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-occ {padding: 75px 150px; background: url(https://www.socamont.com/site/img/OCCITANIE.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-nor {padding: 75px 150px; background: url(https://www.socamont.com/site/img/NORMANDIE.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-cor {padding: 80px 150px; background: url(https://www.socamont.com/site/img/CORSE.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-bfc {padding: 75px 150px; background: url(https://www.socamont.com/site/img/BOURGOGNE-FRANCHE-COMTE.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.h1-dom {padding: 80px 150px; background: url(https://www.socamont.com/site/img/dom-tom.png) no-repeat; background-size: 200px 200px; color: var(--black); font-weight: bold;}
.tabledistri {width:100%!IMPORTANT;border-collapse: collapse;}
.tabledistri tr:nth-child(even) {background-color: #f2f2f2;}
.tabledistri th {color:var(--white); background: var(--indigo); padding: 2px;}
.tabledistri td {color:var(--indigo); text-align:left; border-bottom: solid 1px #f0f0f0; padding: 2px; font-size:12px;}
/*FIN REGIONS*/

#regionTitle {
	padding: 75px 150px;
	background-size: 200px 200px;
	background-repeat: no-repeat;
	color: var(--black);
	font-weight: bold;
	font-size: 36px;
}

.nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.main-nav-right li.account.cart, .main-nav-right li.project {
	position: relative;
}

.main-nav-right li.account.cart &gt; a {
	background: url("../../img/pictos/panier.png") no-repeat center, rgb(20, 35, 81);
	border-radius: 50%;
}

.main-nav-right li.project {
	background: url("../../img/pictos/icon-project.svg") no-repeat center center, rgb(20, 35, 81);
	background-size: 65%;
	border-radius: 50%;
}

.main-nav-right li.language a{
	display: block;
  width: inherit;
  height: inherit;
}

#show_badge_mini-cart, #show_badge_project{
	position: absolute;
	z-index: inherit;
	top : -15px;
	right: -10px;
}

#menuList.mini-nav #show_badge_mini-cart{
	top : -5px;
	right: -8px;
	font-size: 15px;
}

#listProp{
	list-style-type: disc;
	padding-left: 1.5rem;
}

#listProp li, #listCarac li {
	font-weight: bolder;
	color: #1f0a66;
}

.product-page-description {
	color: #1f0a66;
}

.img-related-pdt{
	max-width: 100%;
	max-height: 150px;
	height: 15vh;
	width: auto !important;
	border-radius: 0.37rem;
	vertical-align: middle;
	border-style: none;
}

.section-contact section {
	display: flex;
	height: 50vh;
}

.section-contact p {
	text-align: justify;
	color: var(--blue);
}


.section-contact .product-exergue-item {
  font-family: "cocogooseLight", Arial, Helvetica, sans-serif;
  font-style: italic;
  line-height: 1;
  color: var(--black);
	margin-top: 0;
	margin-bottom: 0;
}

.section-contact section.section-commercial {
	height: auto;
	justify-content: space-around;
}

section.section-commercial &gt; figure{
	align-self: center;
}
.section-contact section.section-from {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#galerie {
	position: relative;
	height: 53vh;
}

#galerie &gt; figure{
	/* height: auto;
	width: 70%; */
	overflow:hidden;
}

#galerie &gt; figure img{
	height: auto;
	width: 100%;
}

.section-contact .section-from a {
	text-decoration: underline;
}

.commercial-title{
	font-family: "cocogoose", Arial, Helvetica, sans-serif;
  font-style: bolder;
	text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 10px;
  color: var(--red);
}

.img-com{
	position: relative;
	display: flex;
	align-items: center;
	width: 80px;
	height: 80px;
	max-height: 90px;
}

.img-com img{
	display: inline-block;
	max-height: 90px;
	border-radius: 50%;
	margin:auto;
}

.img-com span{
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 25px;
	height: 25px;
	border: solid 1px var(--black);
}

#result &gt; div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

#result img{
	height: auto;
	width: 100%;
	max-height: 350px;
}

@media (max-width: 768px) {
	.section-contact section {
		flex-wrap: wrap;
	}

	.section-contact section.section-activity {
		flex-wrap: wrap-reverse;
	}

	section.section-map {
		margin-top: 30vh;
	}

	/* .section-contact .section-commercial &gt; div {
		display: none;
	} */
}
	.doc-technique .dropdown-menu,
	.doc-technique li.dropdown-item,
	.doc-technique li.dropdown-item:hover,
	.doc-technique ul.subMenu,
	.doc-technique .dropdown-menu p{
		background-color: var(--blue);
		width: 100%;
		max-width: 270px;
		color: var(--white);
	}

	#most-consult {
		margin-top: 15vh;
	}

	.doc-technique  li.dropdown-item:hover&gt;ul.subMenu {
		display: block;
	}

	.doc-technique ul.subMenu li {
		overflow: hidden;
		white-space: pre-wrap;
		/* Don't forget this one */
		text-overflow: ellipsis;
		max-width: 200px;
	}

	.doc-technique .subMenu {
		display: none;
	}

	.doc-technique .galerie figure {
		position: relative;
		height: 317px;
    width: 250px;
	}

	.doc-technique  figure:hover .header-img {
		display: inline-block;
	}

	.doc-technique figure .header-img {
		color: var(--white);
		display: none;
		background-color: var(--red);
		font-size: 15px;
		text-transform: uppercase;
		font-family: "cocogoose", Arial, Helvetica, sans-serif;
		padding: 0 10px;
	}

	.doc-technique figure .cta-img {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 35px;
		position: absolute;
		padding-right: 20px;
		padding-bottom: 10px;
		bottom: 0;
		right: 0;
		z-index: 2;
	}

	.doc-technique figure .cta-img&gt;a {
		color: var(--red);
	}

	#list-search{
		background-color: var(--white);
		position: absolute;
		top: 40px;
		left: 20px;
		z-index: 10;
		width: 95%;
	}

	.product-quantity-sm input{
		font-size: 20px;
		background-color: inherit;
	}

	.product-quantity-sm .quantity-control{
		font-size: unset;
		margin : unset;
		width : 20px;
		height : 20px;
	}

	.custom-arrow .slick-arrow{
		border: solid var(--black);
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 7px;
	}

	.custom-arrow button.slick-arrow[aria-label="Previous"]{
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}

	.custom-arrow button.slick-arrow[aria-label="Next"]{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	
	.input-filtre {
		width: 20px;
		height: 20px;
		min-width: 20px;
		min-height: 20px;
		margin-right: 5px;
	}

	#content-zoom{
		position: absolute;
		z-index: 1000;
		top: 0;
		right: 300px;
	}

	#sizeText{
		opacity: 0;
	}

	.product-quantity .addFav-btn{
		border-radius: 50%;
		width: 30px;
		height: 30px;
		padding: 5px;
	}

	#project-name &gt; a:hover{
		color: var(--cyan);
	}</pre></body></html>