/* Général */
html .bg_black{background-color:#646567!important}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1fpscg');
  src:  url('../fonts/icomoon.eot?1fpscg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1fpscg') format('truetype'),
    url('../fonts/icomoon.woff?1fpscg') format('woff'),
    url('../fonts/icomoon.svg?1fpscg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-carrelage:before {
  content: "\e900";
}
.icon-cloison:before {
  content: "\e901";
}
.icon-deco:before {
  content: "\e902";
}
.icon-peinture:before {
  content: "\e903";
}
.icon-plafond:before {
  content: "\e904";
}

.size-big {
    font-size: 150px;
    display: block;
    margin: 20px auto;
    height: 75px;
}






/* Article */
#documents_portfolio {margin-top: 50px;}
#documents_portfolio ul {margin-top: 1rem !important;}
#documents_portfolio li {float: left;list-style: none;}
.documents_portfolio a {
    display: inline-block;
    padding: 20px;
    margin: 5px;
    border: 1px solid #ccc !important;
    color: #EED;
    background: #fff;
    box-shadow: 5px 7px 5px 2px rgba(85,85,85,0.3);
}
.spip_logo {margin: 0 !important;}

/* rubrique */
.pb-40 {padding-bottom: 40px;}
.pages {margin: auto;}

/* 404 /plan/contact*/
.erreur {
    font-size: 10em;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin: 40px auto 100px;
    color: #adcb0d;
}
.retour {
    width: 100%;
    font-size: 2em;
    margin: 40px auto;
    text-align: center;
    font-weight: 600;
}
.btn-erreur {
    width: 100%;
    text-align: center;
}

.colonne_plan {
    -moz-column-count: 2;
    -moz-colum-width: 250px;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-colum-width: 250px;
    -webkit-column-gap: 20px;
    column-count: 2;
    colum-width: 250px;
    column-gap: 20px;
    text-align: left;
}

#formulaire_formidable-1 label,  .editer-label { display: none;}
#formulaire_formidable-1 .choix {width: 100%;}
#formulaire_formidable-1 .choix input[type="checkbox"] {
    float: left;
    margin-top: -15px;
    width: auto;
    margin-right: 10px;
}
#formulaire_formidable-1 .choix label {
    display: block !important;
}
input{
    height: calc(1.8em + 1.85rem + 2px);
    padding: 15.6px 20px;
    padding: 0.975rem 1.25rem;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    line-height: 1.5 !important;
	width:90%;
	margin-bottom:1rem!important
}
textarea{
    height: calc(1.8em + 1.85rem + 2px);
    padding: 15.6px 20px;
    padding: 0.975rem 1.25rem;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    width:90%;
	margin-bottom:1rem!important;
	height:auto;
}

input:hover,input:active,input:focus,textarea:hover,textarea:active,textarea:focus{
	box-shadow: 0px 0px 5px -2px rgba(173,203,13,0.75);
-webkit-box-shadow: 0px 0px 5px -2px rgba(173,203,13,0.75);
-moz-box-shadow: 0px 0px 5px -2px rgba(173,203,13,0.75);
}

#champ_case_1 {
  height: auto;
  width: auto;
  float: left;
padding-right: 5px;}



.formulaire_spip .choix {
    display: flex;
    align-items: center;
    gap: 8px;
}

.formulaire_spip .choix input[type="checkbox"] {
    margin: 0;
}

.formulaire_spip .choix label {
    display: inline;
    margin: 0;
}
.boutons {margin-top: 40px;}


.submit{
	background-color: #adcb0d;
    border-color: #adcb0d #adcb0d #849b0a;
    color: #FFF;
	position: relative;
    border-radius: 0;
    width: auto;
	padding: 1em 3em;
	float: left
}

.submit::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid #CCC;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    transition: ease all 300ms;
	
}

	
	
.submit:hover{
	background-color: #ccef0f;
border-color: #cff01b #cff01b #adcb0d;
color: #FFF;
ext-decoration: none;
}

.mb-40{margin-bottom:40px}

.logo-contact{margin: 40px auto;}
#googlemaps {margin-bottom: -50px !important;}

/* header footer */
.logo-footer{margin-top: -40px;}

#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css) {color: #fff;}

.social-icons.social-icons-header li:hover a{padding-top:10px!important}
.social-icons.social-icons-icon-light li:hover a {padding-top: 7px;}

#header .header-nav.header-nav-line nav > ul li:hover > a { color: #adcb0d !important;}
#header .header-nav.header-nav-line nav > ul li:hover > a::before {background: #adcb0d !important;} 

.pagination {text-align: center!important;display:block}
.pagination-item {list-style: none; margin: 5px;}
.pagination-items.pagination_page {display: inline-flex;}
.pagination-item:last-child::after {content: "";}
.pagination-item::after {content: "|"; padding-left: 10px;}