/*!
Theme Name: Proman
Theme URI: https://www.templatemonster.com/vendors/rockthemes
Author: RockThemes
Author URI: https://www.templatemonster.com/vendors/rockthemes
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: proman
DocumentationID: proman
Template Id: prod-22712
*/

p {
    color: #9ca5ab;
	font-size: 15px;
}

/*Menu*/
.logobleu {
    display: none;
}
.jet-sticky-section--stuck .logobleu{
	display:block;
}
.jet-sticky-section--stuck .logoblanc{
	display:none;
}
.logobleu img {
    width: 75%;
}

.home .jet-sticky-section--stuck a.menu-item-link:hover {
    border-bottom: 2px solid #f9761e !important;
}

.home .jet-sticky-section--stuck i.fas.fa-search {
    color: #8a8a8a;
}

.jet-sticky-section--stuck .jet-search__popup-trigger:hover i.fas.fa-search {
    color: #f9761e;
}

.titreborderbas::after {
    content: "";
    width: 10%;
    background-color: #f9761e;
    height: 3px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.catalogueitems figcaption {
    width: auto;
    position: absolute;
    bottom: 0;
    padding: 15px;
    right: 0;
    margin: 0 !important;
}

.jet-sticky-section--stuck a.menu-item-link.menu-item-link-depth-0.menu-item-link-top, .jet-sticky-section--stuck a.menu-item-link.menu-item-link-depth-0.menu-item-link-top:hover {
    color: #9ca5ab;
}
.home .jet-sticky-section--stuck a.menu-item-link.menu-item-link-depth-0.menu-item-link-top {
    color: #7a7a7a;
}
.home .jet-sticky-section--stuck a.menu-item-link.menu-item-link-depth-0.menu-item-link-top:hover {
    color: #253972;
}
.home .jet-sticky-section--stuck .current-menu-item a.menu-item-link.menu-item-link-depth-0.menu-item-link-top {
    color: #253972 !important;
}

.home .jet-logo__link{
	max-width: 100%;
} 

/*Fiches produits*/
img.mySlides {
    width: 100%;
}

.pdtsimilaires li, .pdtsrealisations li {
	text-align: center;
}
.titreli {
	color: #253972;
	margin: 10px;
	display: block;
}
.titrepost {
    color: #253972;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
	margin-top: 0;
}
p.intro {
    font-weight: bold;
}
.marque {
    border: 2px solid #dbdbdb;
    padding: 20px 0;
    border-right: 0;
    border-left: 0;
}
.partage {
    text-align: right;
}
.blocfiche {
    width: 100%;
	position: relative;
}
.rubrique {
    color: #253989;
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
}
.fond_gris {
    background-color: #f6f6f6;
    position: relative;
}
.fond_gris::before {
    background-color: #f6f6f6;
    content: "";
    width: 1000%;
    position: absolute;
    height: 100%;
    z-index: -1;
    transform: scaleX(2);
    display: inline-block;
}

.blocfiche:nth-child(odd) {
    background-color: #f6f6f6;
}

.blocfiche:nth-child(odd)::before {
    background-color: #f6f6f6;
    content: "";
    width: 1000%;
    position: absolute;
    height: 100%;
    z-index: -1;
    transform: scaleX(2);
    display: inline-block;
}
.secondcontentpage {
    width: 100%;
}

.centerflex {
    display: flex;
    justify-content: center;
}
.centerflex img {
    width: auto;
    margin: 0 auto;
    height: 80px;
}
li.menupdt {
    display: inline-block;
}
.produit ul li img {
    height: 200px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px){ 
	.ctc{
		display:none !important;
	}
}

.ctc {
    background-color: #d1121a;
    position: fixed;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 2;
    top: 80vh;
    background-image: url(https://www.menuiseriesdulittoral.fr/wp-content/themes/kava/img/phone.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 18px center;
    display: block;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
span.call_text {
    display: none;
    color: #fff;
    text-transform: uppercase;
}
a.ctc:hover span.call_text{
	display:block !important;
	}
a.ctc:hover {
    width: auto;
    padding: 45px 45px 25px 80px;
}

img.rs{
	height: 20px;
	margin:0 10px;
}
#quote-carousel .carousel-indicators li {
    background: #f9761e;
}
#quote-carousel .carousel-indicators .active {
    background: #fff;
    border: 2px solid #f9761e;
}
.produit blockquote::before{
	content:"";
	display:none;
}
.avispdt p {
    color: #9ca5ab;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
}
.signatureavis p {
    color: #626262;
    font-size: 14px;
    text-align: left;
	font-weight:bold;
}
.nomarge {
    margin: 0;
    padding: 0;
}
.btnorange {
    background-color: #f9761e !important;
    padding: 10px 20px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
	border-radius: 0 !important;
}
.btnorange:hover {
    color: #ffffff;
}
.devisbtnproduit {
    margin: 30px 0;
}
.demandedevis input[type='text'] {
    color: #203a76;
}
.produit label {
    color: #203a76;
    font-weight: 400;
}
.actions a, .actions {
    color: #253972;
    font-weight: 500;
}
.actions {
    margin-top: 35px;
    margin-bottom: 25px;
}

.w3-display-left, .w3-display-right {
    position: absolute;
    background-color: #f96d1fb0;
    top: 46%;
	border-radius: 0;
}
.w3-display-left {
    left:0;
}
.w3-display-right {
    right:0;
}
.w3-display-left:hover, .w3-display-right:hover {
    background-color: #f9761e;
}
.w3-content.w3-display-container {
    position: relative;
}

.produit .contenu {
    margin-bottom: 130px;
}

h2.rubriquetierce {
    text-align: center;
    color: #253972;
    font-weight: 600;
    font-size: 25px;
    margin: 50px 0;
}
.fichetierce {
    padding-bottom: 50px;
}
.blocfiche li {
    list-style: none;
}


li.menupdt a:hover {
    color: #253972;
}
li.menupdt a {
    color: #9ca5ab;
}
li.menupdt a::after {
    content: "|";
    display: inline-block;
    margin: 0 12px;
}
li.menupdt a:hover::after {
    color: #9ca5ab;
}
ul.arianemenupdt {
    font-weight: 400;
}


/*arianne pages produits*/
p.titrepage {
    color: #253972;
    font-weight: bold;
	padding-top: 15px;
}
.filarianeproduit {
	padding-top: 15px;
	text-align:right;
	
}
.headerproduits {
    margin-bottom: 50px;
}


.margintop15 {
    margin-top: 15px;
}

/*catalogue*/

article.produit .titrepage{
	display:none;
}

.containerorange {
  position: relative;
  background-color:#F9761E !important;
}
.imgTaxons {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.containerorange:hover .imgTaxons {
  opacity: 0.3;
}
.containerorange:hover .middle {
  opacity: 1;
}
.text {
  color: #ffffff;
  font-size: 50px;
}
.containerorange .text a {
    color: #ffffff;
}
.titreTaxon {
    text-align: center;
    color: #253972;
    font-size: 20px;
    font-weight: bold;
}
.decouvrez::after {
    content: "";
    width: 25%;
    height: 3px;
    background-color: #f9761e;
    display: block;
    margin-top: 20px;
}
.decouvrez {
    color: #1d3875;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 30px;
}
.listingProduits{
	margin-top:86px;
}

.content_header_taxon {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    margin-bottom: 86px;
    background-color: #00000085 !important;
    background-blend-mode: color;
}
.titrepagetaxon {
    align-self: baseline;
    text-align: center;
}
.ariannetaxon {
    align-self: baseline;
    text-align: right;
    color: #ffffff;
    padding-right: 4%;
}
.h1taxon {
    color: #fff;
    font-size: 56px;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
}
.ariannetaxon a {
    color: #fff;
    font-weight: 400;
    margin: 5px;
    text-transform: capitalize;
}
p.introtaxon {
    color: #1d3875;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}
.titresubterm {
    margin-bottom: 50px;
}

/*formulaire*/
.titresectionform {
    color: #203a76 !important;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
}
.titresectionform::after {
    content: "";
    width: 8%;
    height: 2px;
    background-color: #f9761e;
    display: block;
    margin-top: 5px;
}
.page-id-1186 input {
    margin: 0 0 12px 0;
}
span.wpcf7-not-valid-tip {
    color: #d81f1f !important;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 500;
}
.produit span.wpcf7-not-valid-tip {
    margin-top: 0;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border-color: red;
    font-weight: 500;
    margin-top: -20px;
}
.produit .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 0;
}


/*REALISATIONS*/
.titretem {
    color: #f9761e;
    font-size: 18px;
    font-weight: 500;
}

li.elementor-portfolio__filter[data-filter='32'] {
  display:none;
}
article.realisation .titrepage{
	display:none;
}

.realisation-template-default .actions::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #dbdbdb;
    display: block;
    margin: 30px 15px;
	margin-left: 50px;
}

.single-realisation .actions {
    margin-top: -32px;
}

/*footer*/
/*form newsletter*/
span.wpcf7-form-control-wrap.email-newsletter input {
    border: 0;
    background-color: #3b3b3b;
}
.logofooter img {
    width: 80%;
}
.footer li>a:hover span.elementor-icon-list-text {
    color: #ffffff !important;
}


.font13 {
    font-size: 13px;
}
.margincenter {
    margin: 0 auto !important;
}
body:not(.page-template-fullwidth-content) .site-content {
    margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.nopadding {
    padding: 0;
}
.nopadding .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}
ul.nopuce {
    list-style: none;
}
.margintop50{
	margin-top:50px;
}
.page-header {
    margin: 0 !important;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.flex{
	display:flex;
}


/*cookie notice*/
a#cn-accept-cookie {
    background-color: #f9761e;
    background-image: unset;
    border: 0;
    border-radius: 0;
}

/*hack*/
/*pour la page du projet personalisé*/
.coldroitecomplet1 {
    width: 15% !important;
}
.coldroitecomplet2 {
    width: 60% !important;
}
/*accueil*/
@media (max-width: 1024px){
.home .elementor-6 .elementor-element.elementor-element-1427 {
    margin-top: -250px !important;
}
}

body[data-elementor-device-mode = 'tablet'] img.jet-logo__img {
    width: 100%;
}

/*ACTUALITE*/
article.post .titrearticle {
    color: #203a76;
}

/*PARTENAIRES*/
a.partenairelink {
    color: #1d3875;
}


#toTop {
    overflow: hidden;
    display: inline !important;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 99;
	color: #1e3975;
    opacity: 1 !important;
}

/*recherche*/
.search .page-title {
    color: #1d3875;
	margin-bottom:50px;
}

.search h4 a {
    color: #1d3875;
}

.search .btn, .search .btn:hover {
    background-color: #f9761e;
    border-radius: 0;
}


/*FIX mobile*/

@media (max-width: 940px){
	.blocfiche.fichetierce li {
		text-align: center;
		margin: 0 auto 10px;
	}
	
	.autrerealisations img {
		margin: 0 auto 10px;
		display: block;
	}
	
	.certifications .centerflex {
		    display: block;
			justify-content: center;
			text-align: center;
			margin: 0 auto;
	}
	
	.coldroitecomplet2 {
    	width: 50% !important;
	}
	
	.produit ul li img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.content_header_taxon {
		padding:10px !important;
		text-align:left;
	}
	.h1taxon{
		text-align:left;
		font-size:34px;
		line-height:1;
		padding:0 10px;
		margin-top:10px;
	}
	p.filarianetaxon {
		font-size: 14px;
		line-height:1.6;
		margin:5px;
	}
}

a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #f9761e;
}

.wpcf7 form.init .wpcf7-response-output {
    display: block !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid transparent;
}

.grecaptcha-badge {
    display: none !important;
}

.page-preloader-cover {
    display: none !important;
}
header#masthead .elementor-invisible {
    visibility: visible !important;
}

iframe.frame-area {
    width: 100%;
    min-height: 800px;
}
