/*
Theme Name: iPerche
Description: GB Menuiserie et Domotique
Author: iPerche
Author URI: https://www.iperche.fr/
Template: twentytwenty
Version: 1.0
*/
/*twentytwenty*/
/*slider*/
.slide-description {
		opacity: 0.8 !important;
	}
	.slide-title {
		opacity: 0.8 !important;
	}
#sequence {
    position: relative;
    height: 575px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: white;
    z-index: 1;
	text-align:justify;
	font-family:'raleway'
}
#sequence .sequence-prev {
    left: 40px;
}
 #sequence .sequence-next {
    right: 40px;
}
#sequence .sequence-next, #sequence .sequence-prev {
    display: inline;
	cursor: pointer;
    /*display: none;*/
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    opacity: 0.8;
    top: 46%;
    height: 41px;
    width: 39px;
    z-index: 20;
    color: #dd3805;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
#sequence .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-top: 30px;
}
.fa-angle-left:before {
    content: "\f104";
}
#sequence > .sequence-canvas {
    height: 100%;
    width: 100%;
}
ul.sequence-canvas {
    margin: 0;
    list-style: none;
}
#sequence > .sequence-canvas > li {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
	margin: 0;
}
#sequence > .sequence-canvas li > * {
    position: absolute;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
#sequence .slide-title {
    opacity: 0;
    z-index: 10;
    text-align: center;
    right: 150%;
    bottom: 50%;
    background: #dc6263;
    width: 250px;
    padding: 15px 10px;
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
#sequence > .sequence-canvas li > * {
    position: absolute;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
#sequence .slide-description {
    font-weight: 300;
    opacity: 0;
    z-index: 10;
    right: -150%;
    top: 50%;
    background: #1e1c1d;
    width: 380px;
    padding: 15px 20px 10px;
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
#sequence .animate-out .slide-title {
    opacity: 0;
    z-index: 10;
    right: 300px;
    bottom: 150%;
    background: #dc6263;
    width: 250px;
    padding: 15px 10px;
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
#sequence .animate-in .slide-description {
    opacity: 1;
    z-index: 10;
    right: 170px;
    top: 50%;
    background: #0c0b0c;
    width: 380px;
    padding: 15px 20px 10px;
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
#sequence .animate-out .slide-description {
    opacity: 0;
    z-index: 10;
    right: 170px;
    top: 150%;
    background: #1e1c1d;
    width: 380px;
    padding: 15px 20px 10px;
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
#sequence .animate-out .bg {
    opacity: 0;
    z-index: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
#sequence .animate-in .slide-title {
    background: #a42422;
}
#sequence .animate-in .slide-title {
    opacity: 1;
    z-index: 10;
    right: 300px;
    bottom: 50%;
    background: #dd3805;
    width: 250px;
    padding: 15px 10px;
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
#sequence .animate-in .bg {
    opacity: 1;
    z-index: 1;
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
#sequence .bg {
    opacity: 0;
    z-index: 1;
    position: asbolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#sequence .sequence-next:hover, #sequence .sequence-prev:hover {
    opacity: 1;
    top: 45.7%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.savoir-plus {
    margin: 20px 0 !important;
	text-align:center
}
.savoir-plus a {
    border-radius: 20px;
}
.en-savoir-plus {
	text-decoration:none;
	color : #dd3805;
	font-weight:700;
	border : 1px solid #dd3805;
	border-radius :5px;
	padding: 20px 10px !important;
}
a.en-savoir-plus:hover {
    background-color: #dd3805;
    color: #ffffff;
	 -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.slide-description span {
    text-align: left;
	float: left;
	margin-bottom: 30px;
}
.slide-description  {
    text-align: center;
	padding: 30px !important;
}
body.custom-background {
    background-color: #ffffff;
}
/*section*/
p.text-justify {
    padding: 0 30px;
    text-align: justify;
	line-height:1.8;
}
.section {
    padding: 0 !important;
	 margin: 0 !important;
}
h1,h2,h3,h4,h5,h6{
	color: #dd3805;
    /*font-family: "gbtitre" !important;*/
    letter-spacing: 1px;
	/*text-transform:uppercase*/
}
h1 {
    font-size: 4.5rem;
}
h2 {
    font-size: 4.0rem;
}
h2.titre2 {
    color: #dd3805 !important;
    padding-top: 50px !important;
}
.wp-block-column.services a {
    text-decoration: none;
}
a.services {
    text-decoration: none;
}
a.type-volet {
    border-radius: 20px;
    border: 1px solid red;
    display: block;
}
a.type-volet img {
    border-radius: 20px 20px 0 0 !important;
}
a.type-volet .wp-block-image {
    margin: 0 !important;
}
.lienservice
{
	background-color: transparent;
    box-shadow: 0 0 12px 2px #dd3805ad;
	border: 2px solid #dd3805;
    margin: 30px;
    border-radius: 20px;
}
.lienservice:hover
{
	background-color: #dd3805;
    box-shadow: 0 0 12px 2px #dd3805ad;
	border: 2px solid #dd3805;
}
.lienservice h3 {
    font-size: 3.2rem !important;
    color: #ffffff !important;
}
h3 {
    font-size: 2.2rem;
    font-weight: 700;
}
.banniere {
    margin: 0 !important;
}
.banniere .wp-block-cover__inner-container {
    width: auto !important;
    background-color: #dd38058f;
    padding: 50px 30px !important;
    border-radius: 20px;
	margin:60px
}
.wp-block-column.services:not(.none) {
    border: 2px solid #dd3805;
    margin: 30px;
    border-radius: 20px;
}
.wp-block-column.services:not(.none):hover {
    background-color: #dd3805;
	box-shadow: 0 0 12px 2px #dd3805ad;
}
.wp-block-column.services:not(.none):hover h3 {
     color: #fff!important;
}
.wp-block-column.services .wp-block-image {
    margin: 0 !important;
}
.wp-block-column.services figure {
    margin: 0 auto !important;
    padding: 4rem !important;
}
.wp-block-column.services h3 {
    margin: 0;
    padding: 3.5rem 0 2rem;
}
.lienservice.none {
   border: 2px solid transparent !important;
   box-shadow: 0 0 12px 2px transparent;
}
article#post-14 .post-inner {
    padding: 0;
}
.marge {
    margin: 0 1%;
}
.block-justify, .sct-information{
	text-align:justify;
	font-family:'raleway'
}
/*footer*/
.header-footer-group{
    color: #928989 !important;
}
#site-footer a:focus, #site-footer a:hover {
    text-decoration: none !important;
}
footer#site-footer {
    border: 0px solid transparent !important;
    padding: 0;
    font-size: 1.5rem;
}
.espace {
    margin-bottom: 40px;
}
.espace.ligne.widget{
	margin-left:0px !important
}
.ligne {
    border-bottom: #dd3805 solid 2px;
    width: 4% !important;
	margin:50px;
}
h2.widget-title {
    font-size: 25px;
    /* font-family: gb; */
    font-weight: 700;
    color: #dd3805;
}
.fiche:hover a {
    color: black !important;
}
.reseaux {
    display: inline-block;
    width: 100%;
	margin-bottom: 40px;
}
.reseaux img {
    width: 47px;
    margin-right: 60px;
    float: left;
}
.star i.fas.fa-star {
    color: #dd3805;
}
.nombre {
    color: #ffffff;
    margin-top: 15px;
    font-family: gb;
    float: right;
}
.footer-nav-widgets-wrapper.header-footer-group {
    background-color: #0c0b0c;
    margin: 0px;
}
a.hide, p.hide {
    color: #0c0b0c !important;
	display: none;
}
.widget_text p{
	font-family: gb !important;
}
.nom-gb {
    font-size: 25px;
    color: #dd3805;
    font-family: gb !important;
    font-weight: 700;
}
.coord.mobile::before {
font-size:30px}
p.coord a i
{color: #dd3805;}
a i {
    margin-right: 15px;
}
.adresse:before {
    content: '\f041';
    font-family: 'Font Awesome 5 Free' !important;
}
.coord.faq:before {
    box-shadow: 0 0 0 2px #ffffff !important;
    color: #ffffff !important;
}
.sct-information {
    background: #dd3805;
    border-radius: 20px;
    margin: auto;
    width: 80%;
    padding: 20px;
    color: #ffffff;
}
.btndepose:hover a {
    background: #ffffff;
    color: #dd3805;
}
.btndepose a {
    border: #ffffff solid 1px;
    background: transparent;
    text-decoration: none !important;
}
.sct-information a {
    color: #ffffff;
    text-decoration: none;
}
.sct-information a.lien-faq {
    color: #fff !important;
    font-weight: 900;
}
.sct-information h3 {
	color:#ffffff
}
.faq:before {
    content: '\f128';
    font-family: 'Font Awesome 5 Free' !important;
}
p.coord{
	color: #ffffff;;
	text-decoration:none
}
p.coord a {
    text-decoration: none;
    color: #ffffff;
}
.coord::before {
    display: inline-block;
    vertical-align: inherit;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #dd3805;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-bottom: 10px;
	color: #dd3805;}
.ville {
    display: inherit;
    margin-left: 65px;
	color: #ffffff;
}
p.coord:hover a{color: #dd3805;}
.coord:hover::before {
    color: #ffffff;
    box-shadow: 0 0 12px 2px #dd3805ad;
}
p.coord:hover i {
    color: #ffffff;
}
.phone:before {
    content: '\f095';
    font-family: 'Font Awesome 5 Free' !important;
}
.mobile:before {
    content: '\f10b';
    font-family: 'Font Awesome 5 Free' !important;
}
.mail:before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free' !important;
}
/*page entreprise*/
.nom {
    color: #dd3805;
}
.ligne.ficheequipe {
    margin: 20px auto;
}
.fiches {
    margin: 20px 0 !important;
}
.fiche {
    padding: 100px 50px !important;
    border-radius: 20px;
    background: #a59ea1;
}
.wp-block-column.fiche img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(0.8);
}
.fiche:hover {
	cursor: pointer;
	background-color: #dd3805;	
}
p.has-drop-cap:first-letter {
    color: #dd3805 !important;
}
.fiche:hover .nom, .fiche:hover .fct  {
	color:#ffffff !important
}
.fiche:hover .ligne.ficheequipe {
    border-bottom: #ffffff solid 2px;
}
.equipe {
    background-color: #000000;
    margin: 0 !important;
    padding-bottom: 50px !important;
}
.equipe h2 {
    padding-top: 50px;
}
.fiche:hover img {
    -webkit-filter: grayscale(0);
	filter: none;
}
.fct {
    color: #ffffff;
}
/* page mentions légales*/
.fondblanc p, .fondblanc a {
    color: #dd3805 !important;
}
.web:before {
    content: '\f0ac';
}
.fondblanc .coord {
    display: block;
}
.post-2596 a
{
	color: #dd3805 !important;
	text-decoration:none
}
/*page std*/
.block-justify a
{color : #dd3805 !important;text-decoration:none}
.dbt-page{padding:0 !important}
.premiere-section-page-std
{margin: 0 !important;
padding: 0 !important;}
.col-text{
	padding:30px 30px 0px 30px;
}
.sans-margin
{
	margin:0px !important
}
.galerie-fenetre {
    margin: 0 !important;
}
.galerie-fenetre li:last-child {
	margin:0;
}
/*page dépose totale*/
.avantage:before{
	content:'\f055';
	color:green;
	margin-right: 20px;
}
.inconvenient:before{
	content:'\f056';
	color:red;
	margin-right: 20px;
}
.avantage{
	color:green;
}
.inconvenient{
	color:red;
}
/*page roulant*/
ul.ul.roulant li {
    margin: 2%;
}
ul.ul.roulant {
    max-width: 80% !important;
}
/*header*/
/*header autres pages que home*/
.section-header{
	margin: 0;
    padding: 0;
}
.entry-header-page {
    max-width: inherit !important;
    width: auto !important;
}
header.header-page {
    padding: 0 !important;
}
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a, .primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
	text-decoration: none;
}
body:not(.overlay-header) .primary-menu > li > ul:after {
    border-bottom-color: #dd3805;
}
.sub-menu li {
    border-bottom: solid 1px #ffffff;
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
    text-decoration: none;
}
body:not(.overlay-header) .primary-menu > li:hover > a {
    color: #dd3805 !important;
}
body:not(.overlay-header) .primary-menu > li > ul:after {
    border-bottom-color: #dd3805 !important;
}
ul.sub-menu {
    color: #ffffff !important;
    /*background-color: #dd3805 !important;*/
}
ul.sub-menu li:hover {
    background-color: #ffffff !important;
    color: #dd3805 !important;
}
ul.sub-menu {
    margin: 0;
    padding: 0;
}
#site-header{
	background-image: url(https://www.gb-menuiserie-domotique.fr/wp-content/uploads/2020/01/menu.png);
	box-shadow: 0 1px 3px #dd38056e;
	z-index: 1000;
}
.primary-menu li
{
	padding-bottom: 1%;
}
li.current-menu-item, li.current-menu-ancestor, .primary-menu li:hover, .primary-menu li:focus, .primary-menu .current_page_ancestor
{
    border-bottom: solid 1px #dd3805;
    /*padding-bottom: 1%;*/
    border-width: 3px;
	text-decoration: none;
}
.sticky {
background:#fff;
height:60px;
z-index:170;
margin:0 auto;
border-bottom:1px solid #d3530c9e;
width:100%;
position:fixed;
top:0;
left:0;
right:0;
text-align: center;
transition: opacity 3.6s ease-in-out;
padding: 0 30px;
box-shadow: 0 1px 3px #dd38056e;
}
.site-description {
    display: none;
}
.sticky img.custom-logo {
    height: 50px !important;
    width: 50px;
}
article:not(.post-430,.post-1613,.post-938,.post-1018,.post-1153,.post-1259,.post-1304,.post-1530,.post-1846,.post-1984).page.type-page.status-publish header
{
display:none;
}
.wp-block-columns.alignfull.premiere-section-page-std figure {
    margin: 0;
}
body{font-family: 'gb', sans-serif;}
body:not(.overlay-header) .primary-menu > li > a{
color: #070404 !important;
font-family: 'gb', sans-serif;
font-weight: bold;
}
.img-pg {
    margin: 0 !important;
}
.text-mid {
    max-width: 60% !important;
    text-align: justify;
}
article a.lienext,article a.lienint{color : #dd3805 !important;text-decoration:none}
body:not(.overlay-header) .primary-menu > li.menu-item.current_page_item > a, li.current-menu-ancestor.current-menu-parent > a
{
	color : #dd3805 !important;
}
/*bar acces radide*/
div#block-8 {
	position: fixed;
    top: 10%;
    right: 0.2em;
    border: solid 1px #d3530c00;
    border-radius: 25px;
	background-color: #dd3805;
    opacity: 0.7;
	z-index: 6;
	display: none;
}
div#block-8 .widget-title.th3 {
    display: none;
}
div#block-8:hover {
    background-color: #dd3805;
	opacity: 1;
}
.sidebar__block {
    border-bottom: 1px solid #ffffff;
	font-family: 'gb', sans-serif;
	padding: 5% 1%;
	display: flex;
}
.active
{ display: block;
transition: opacity 3.6s ease-in-out;
}
.sidebar__block img {
    margin: 15px 5px;
	float: left;
}
.sidebar__block  a, .sidebar__block  div
{
	color: #fff;
    text-decoration: none;
}
.open {
    display: none;
}
.ouvert
{
	display: block!important;
    transition: opacity 3.6s ease-in-out;
    margin: 5px auto;
}
.sidebar__block.der {
    border-bottom: none;
}
.title.title--tertiary {
    margin-bottom: 5%;
}
.title.title--aside {
    padding: 5% 0;
}
a.btn.btn--secondary {
    text-align: center;
}
.sidebar__block .btn--secondary {
    width: 180px;
}
.btn--secondary {
    width: 170px;
    height: 30px;
    padding: 0;
    /*font-size: 10px;*/
    font-size: 1rem;
	text-align : center;
    font-weight: 600;
    letter-spacing: .6px;
    line-height: 30px;
    border: none;
    background: #0095f1;
    color: #fff;
}
.btn--secondary:focus, .btn--secondary:hover {
	color: #fff !important;
    background: #dd380587;
    border: 1px solid #fff;
	transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #dd380587;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #dd3805;
}
.btn, .devis-block__form__in .devis-submit input, .recall-block__form .rappel-form-button-envoyer input[type=submit] {
    padding: 10px 19px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .8px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #dd3805 !important;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
/*overlay*/
#overlay {
    background: rgba(0,0,0,0.6);
}
.ulp-fadeIn {
    -webkit-animation-name: ulp-fadeIn;
    animation-name: ulp-fadeIn;
	display:block;
}
.ulp-fadeOut {
    -webkit-animation-name: ulp-fadeOut;
    animation-name: ulp-fadeOut;
	display:none;
}
.ulp-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ulp-overlay {
    position: fixed!important;
    z-index: 1000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*display: none;*/
    animation-duration: 1000ms!important;
    -webkit-animation-duration: 1000ms!important;
    -ms-animation-duration: 1000ms!important;
    -moz-animation-duration: 1000ms!important;
    animation-delay: 0!important;
    -webkit-animation-delay: 0!important;
    -ms-animation-delay: 0!important;
    -moz-animation-delay: 0!important;
    background: center center;
}
.conteneur
{
	transform: translate(-50%, -50%) scale(1);
	box-shadow: 0px 5px 20px 0px #000000;
    display: none;
	left: 50%!important;
    top: 50%!important;
	position: fixed!important;
    z-index: 1000001;
    text-align: left;
	/*width: 366px;
    height: 480px;*/
	background-color: #ffffff;
    /*padding: 1% 5%;*/
    border-radius: 5px;
	overflow-y: auto;
    max-height: calc(100% - 10px);
}
input.wpcf7-form-control.wpcf7-text,textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7-submit {
    border-radius: 5px;
    margin-top: 15px;
	border-color: #dd3805;
}
.title-form {
    background-color: #dd3805;
    width: 100%;
    vertical-align: middle;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 1% 5%;
    display: inline-block;
	color: #ffffff;
	/*opacity: 0.8;*/
}
.title-form img {
    float: left;
}
.title-form span {
    float: left;
    vertical-align: middle;
    font-size: 30px;
    margin-left: 30px;
	font-weight: 700;
}
.conteneur .wpcf7 {
    margin: 4% 10%;
}
.conteneur .wpcf7 input{
border-color: #dd3805;
margin-top:5px !important;
}
.conteneur .wpcf7 input:hover,.conteneur .wpcf7 input:focus {
border-color: #d3530c9e;
}
span.infos,span.wpcf7-form-control-wrap.acceptance-958 {
    font-size: 12px;
	color:#aaaaaa;
	float: left;
	text-align: left;
}
span.wpcf7-form-control-wrap.acceptance-958  span span.wpcf7-list-item
{
	margin :0;
}
span.mentions {
    float: left;
}
.conteneur .valider{
	background-color:#dd3805;
}
.conteneur .valider:hover{
	background-color:#d3530c9e;
}
div.wpcf7 {
    text-align: center;
}
.wpcf7-not-valid{
	border : red 3px solid !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border-color: red;
	color:red;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors:before {
    content: "\f06a";
    margin-right: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
span.wpcf7-not-valid-tip {
    display: none;
}
input:focus {
    outline-offset: none;
}
:focus {
    outline: none;
}
input.wpcf7-form-control.wpcf7-submit.valider {
    text-decoration: none;
}
.close-popup:hover {
    opacity: 1;
	color:red
}
.close-popup {
	font-size: 30px;
    text-shadow: none;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color: #ffffff;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    /*opacity: .2;*/
	top: 10px;
    right: 10px;
    position: fixed;
}
.fusion-one-half.fusion-layout-column.fusion-spacing-yes {
    width: 48%;
    margin-right: 2%;
    float: left;
}
.selectcss {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
	margin-top: 15px;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
	background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.selectcss::-ms-expand {
    display: none;
}
.selectcss:hover {
    border-color: #dd3805;
}
.selectcss:focus {
    border-color: #dd3805;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #dd3805; 
    outline: none;
}
.selectcss option {
    font-weight:normal;
}
.selectcss:focus {
    box-shadow: none;
}
a.wp-block-button__link.has-text-color.has-background:hover {
    box-shadow: 0 0 12px 2px #dd3805ad;
    background-color: #dd3805d4 !important;
    text-decoration: none;
}
/* footer*/
.footer-nav-widgets-wrapper,.footer-widgets-outer-wrapper{
	border-color : transparent !important
}
.label-footer{float:left}
a.to-the-top:hover {
    opacity: 1!important;
}
#site-footer a.to-the-top {
    text-decoration: none;
    position: fixed;
    left: 1%;
    bottom: 10%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: .7;
    /* display: none; */
    background: #dd3805;
    cursor: pointer;
    z-index: 100;
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
span.to-the-top-long i {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    font-size: 2.85714rem;
    color: #fff;
}
.to-the-top-long {
    display: block;
}
/*--------------------------------------------------------------
14.0 - Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 800px)
{
	.conteneur{
		overflow:scroll;
		width:85%;
	}
	.fusion-one-half.fusion-layout-column.fusion-spacing-yes {
    width: 80%;
    margin: auto;
    float: none;
	}	
}
@media (min-width: 700px){
	.footer-widgets-outer-wrapper {
		padding: 4rem 0;
	}
}

@media handheld, only screen and (max-width: 960px) {
	.toto {
		display: inline-block;
	}
	div#wpcf7-f68-p374-o1 input.wpcf7-form-control.wpcf7-text, div#wpcf7-f68-p374-o1 input.wpcf7-form-control.wpcf7-submit,div#wpcf7-f68-p374-o1 textarea {
	width: 80% !important;}
  #site-header {
    z-index: unset;
  }
	a.en-savoir-plus {
		font-size: 1.2rem;
	}
  #sequence { height: 550px; }	
  #sequence .slide-title { 
	right: 150%;
	bottom: 50%;
	width: 250px;
	} 
  #sequence .animate-in .slide-title {
	right: 0px;
	bottom: 50%;
	width: 250px;
	 }
  #sequence .animate-out .slide-title {
	right: 100px;
	bottom: 150%;
	width: 250px;
	}
	#sequence .slide-description { 
		right: -150%;
		top: 50%;
		width: 300px;
	}
  	#sequence .animate-in .slide-description {
		right: 0px;
		top: 50%;
		width: 300px;
	 }
  	#sequence .animate-out .slide-description {
		right: 100px;
		top: 150%;
		width: 300px; 
	}
	.label-footer {
		float: none;
		margin: auto;
	}
	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}
@media handheld, only screen and (max-width: 767px) {
	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
  	#sequence { height: 400px;font-size: 1.5rem; }	
  	#sequence .slide-title { 
		right: 150%;
		bottom: 60%;
		width: 250px;
	} 
  	#sequence .animate-in .slide-title {
		right: 0px;
		bottom: 60%;
		width: 250px;
	}
  	#sequence .animate-out .slide-title {
		right: 0px;
		bottom: 150%;
		width: 250px;
	}
	#sequence .slide-description { 
		right: -150%;
		top: 40%;
		width: 300px;
	}
  	#sequence .animate-in .slide-description {
		right: 0px;
		top: 40%;
		width: 300px;
	 }
  	#sequence .animate-out .slide-description {
		right: 0px;
		top: 150%;
		width: 300px; 
	}
	/*filter page réalisation*/
	div#filters {
		display: inline-block;
		margin: 20px 0;
	}
	div#filters button.button {
		font-size: 1rem !important;
		margin: 3px !important;
		border-radius: 40px !important;
	}
}
@media (max-width: 600px)
{
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		/*min-height: 700px;*/
		background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffffff;
	background-position: center !important;
	}
}
/*font */
@font-face {
	font-family: "raleway";
	src: url(https://www.gb-menuiserie-domotique.fr/wp-content/themes/iperche/Raleway-Regular.ttf);
}
@font-face {
	font-family: "gb";
	src: url(https://www.gb-menuiserie-domotique.fr/wp-content/themes/iperche/LibreBaskerville-Regular.ttf);
}
@font-face {
	font-family: "gbtitre";
	src: url(https://www.gb-menuiserie-domotique.fr/wp-content/themes/iperche/American-Captain.ttf);
}
body,.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title,.entry-content,.entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file{
	font-family: "gb",cursive !important;
	line-height:1.5;
}
@font-face {
	font-family: "iperche";
	font-weight: bold;
	src: url(https://www.gb-menuiserie-domotique.fr/wp-content/themes/iperche/GrandHotel-Regular.ttf);
}
.color-iperche,.iperche{color: #1e73be !important;}
a.iperche:hover, a.color-iperche:hover{
opacity:0.7}
.iperche-logo {
    color: #1e73be !important;
    font-family: 'iperche',cursive;
    font-size: 30px;
    border: 1px solid #1e73be;
    padding: 20px;
    text-align: center;
    margin: auto;
    width: 50%;
	font-size: 4em;
}
.iperche {
    color: #1e73be !important;
    font-family: 'iperche',cursive;
    font-size: 30px;
    text-align: center;
    margin: 0 5px;
}
/*********     Page Accueil     *********/
.no-actu {
    text-align: center;
}
.taccueil{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
a.article:hover span.lireplus{
    background: white;
    color: #dd3805;
}
span.lireplus {
    display: block;
    text-align: center;
    padding: 25px;
    border-radius: 20px;
    margin: 20px auto 0;
    border: 1px solid #dd3805 !important;
    background: #dd3805;
    width: 50%;
}
a.article:hover img {
  transform: rotateY(180deg);
}
.actus {
    padding: 0 5% !important;
}
.actus li {
    background: black;
    color: #ffffff !important;
    border: 1px solid #dd3805 !important;
    border-radius: 15px;
    text-align: center;
	padding: 0 !important;
	margin: 30px auto !important;
}
.actus li:hover {
    background: #dd3805;
    opacity: 0.5;
}
.actus li:hover h3{
	color:#000000;
}
.actus li h3.title {
    padding: 20px;
    margin: 0;
	font-size: 2.5rem;
}
.actus li span.wp-block-latest-posts__post-excerpt {
    font-size: 2rem;
    padding: 20px;
    display: block;
    text-align: justify;
	color:#ffffff;
}
time.wp-block-latest-posts__post-date {
    color: #ffffff;
}
.actus img {
    border-radius: 15px 15px 0px 0px;
	 display: block !important;
}

/*slider logo partenaire*/
.customer-logos {
  background-color: transparent;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.customer-logos.slick-initialized.slick-slider{
	width:100% !important;
	max-width:100% !important;
	margin-bottom:50px !important;
	
}
.customer-logos.slick-initialized.slick-slider {
    cursor: grab;
}
/* fin slider logo partenaire*/
/*compteur*/
p.chiffre {
    color: #ffffff!important;
    text-align: center;
    padding: 25px 0;
    margin: auto;
	font-weight:900;
}
.nbrechantier:hover p.chiffre span { 
	color: #ffffff!important;
}
p.chiffre span {
    color: #dd3805!important;
	font-size:30px;
	display: block;
    min-height: 45px;
}
#chantier{
	margin:0
}
.wp-block-column.nbrechantier {
    border: 1px solid #dd3805;
    border-radius: 20px;
    background: #00000063;
    margin: 50px;
}
.nbrechantier:hover {
    background: #dd3805;
}
.nbrechantier:hover p.chiffre {
    color: #000000 !important;
}
.fa-angle-up:before {
    content: "\f106";
}
p.certif {
    color: grey;
    font-size: 1.5rem;
}
/***** mobile*****/
.modal-menu a
{color:#000000 !important}
.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item>.ancestor-wrapper>a, .modal-menu li.current_page_ancestor>.ancestor-wrapper>a {
    text-decoration: none !important;
	color:#ffffff !important;
background: #dd3805 ;	
}
#site-header .toggle,#site-header .toggle span.toggle-text
{
	color:#dd3805 !important;
}
button.close-nav-toggle {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: flex-end;
    padding: 3.1rem 0;
    width: 100%;
}
button.toggle.close-nav-toggle.fill-children-current-color {
    color: red;
    text-decoration: none;
}
button.close-nav-toggle svg {
    height: 2.6rem;
    width: 2.6rem;
    border-radius: 50%;
    padding: 0.6rem;
    color: white;
    background: red;
}
button.close-nav-toggle svg  polygon {
    fill: white;
}
button.toggle.close-nav-toggle.fill-children-current-color:hover svg {
    background: white;
    border: red 1px solid;
    color: red !important;
}
button.toggle.close-nav-toggle.fill-children-current-color:hover svg polygon {
    fill: red !important;
}
.header-inner .toggle:focus .toggle-text, .header-inner .toggle:hover .toggle-text {
    text-decoration: none !important;
}
nav.mobile-menu ul.modal-menu li.current-menu-item {
    background: #dd3805 ;
    color: #ffffff;
	border:none
}
.menu-modal nav * {
    border-color: #eeeeee78 !important;
}
/****page contact****/
.wp-block-group.alignfull.carte {
    margin: 0 !important;
}
.contact p a, .contact p {
    color: #dd3805 !important;
}
div#wpcf7-f68-p374-o1 input.wpcf7-form-control.wpcf7-text,div#wpcf7-f68-p374-o1 input.wpcf7-form-control.wpcf7-text:focus, div#wpcf7-f68-p374-o1 input.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px;
    border-color: #dd3805;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: 0 0 0 12px;
	border-radius:0px;
    /*color: #e81818 !important;*/
	width: 50%;
}
div#wpcf7-f68-p374-o1 textarea
{width: 50%;color: #e81818 !important;}
div#wpcf7-f68-p374-o1 input.wpcf7-form-control.wpcf7-submit.valider {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 20px !important;
    background-color: #dd3805;
    color: #fff !important;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .0333em;
    line-height: 1.25;
    margin: 20px 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .15s linear;
}
div#wpcf7-f68-p374-o1 input.wpcf7-form-control.wpcf7-submit.valider:hover {
    box-shadow: 0 0 12px 2px #dd3805ad;
    background-color: #dd3805d4 !important;
	text-decoration: none;
}
div#wpcf7-f68-p374-o1{text-align:left !important}
div#wpcf7-f68-p374-o1 span.wpcf7-not-valid-tip {
    display: block !important;
	color:red !important;
}
div#wpcf7-f68-p374-o1 input.wpcf7-not-valid {
    border-color: red!important;
    border-width: 3px !important;
	 border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
}
.wpcf7-response-output
{
	margin: 40px 0!important;
    padding: 20px !important;
	border-color: transparent !important;
	border-radius:20px;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    background-color: red;
    color: #ffffff;
    font-weight: 900;
}
form.invalid .wpcf7-response-output:before {
    content: "\f06a";
    margin-right: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
form.wpcf7-form.sent  .wpcf7-response-output {
    background-color: #499849 ;
    color: #ffffff;
    font-weight: 900;
}
form.wpcf7-form.sent .wpcf7-response-output:before {
    content: "\f00c";
    margin-right: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
/*captcha*/
.captcha {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
span.lable {
    float: left;
    margin-right: 30px;
    color: grey;
}
span.wpcf7-not-valid-tip {
    display: inline-block;
    float: left;
}
span.wpcf7-form-control-wrap.your-captcha:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: auto 20px;
    font-size: 20px;
    float: left;
}
input.wpcf7-form-control.wpcf7-captchar {
    width: 40%;
    float: left;
    height: 24px;
    border-radius: 5px;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-your-captcha {
    float: left;
}
.coord:hover:before {
    background: #dd3805;
}

/*portfolio*/
.realisation {
    text-align: center;
}
.realisation .ligne {
    margin: auto !important;
}
* { box-sizing: border-box; }

body {
  font-family: sans-serif;
}
/* ---- button ---- */
button.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #c7c6c6;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
.button:hover {
  background-color: #0c0b0c;
  text-shadow: none;
  color: #dd3805;
  text-decoration: none;
}
button.button:active, button.button.is-checked {
 text-decoration: none;
}
.button.is-checked {
  background-color: #dd3805;
}
.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
  box-shadow: 0 0 12px 2px #dd3805ad;
  margin: auto 5px!important;
}
.button:active {
  /*box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);*/
}
/* ---- button-group ---- */
.button-group {
  margin-bottom: 20px;
}
.button-group:after {
  content: '';
  display: block;
  clear: both;
}
div#filters button {
    margin-bottom: 12px !important;
    border-radius: 20px;
	margin-right:15px !important;
}
div#filters {
    width: 100%;
    display: inline-block;
    margin: 20px !important;
}
.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}
span.filtre {
    float: left;
    margin: auto 50px;
}
.section-filtre {
    vertical-align: middle;
    margin: 30px;
    color: #dd3805 ;
    font-weight: 900;
}
/* ---- isotope ---- */
.grid {
  /*background: #dd3805;*/
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item:not(.footer-widgets) {
  width: 33.333%;
}
.grid-item:not(.footer-widgets) {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
}
.grid-item:not(.footer-widgets) img {
  display: block;
  max-width: 100%;
}
.fancybox-mobile .fancybox-nav span {
    visibility: visible;
}

.fade-in img {
	-webkit-animation-name: fadeInOpacity;
	        animation-name: fadeInOpacity;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}
.fade-in img{
  opacity:1;
   transition:opacity 2s;
    -webkit-transition: opacity 2s;  
}
.fade-in img:hover{
/*opacity:0;*/
}

@-webkit-keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}