/*
Theme Name: Monsoreau
Template: blocksy 
1.1  copier l'image mise en avant de la page francais vers toutes les traductions
1.2  2 images mise en avant l'une pour le portfolio et l'autre pour l'entête de page
Text Domain: monsoreau
*/

/* Header */
body.header-no-image [data-transparent]  {
    background-color: var(--theme-palette-color-11);
    background-image: none;
}

body.header-no-title [data-transparent]:hover,
body.header-image [data-transparent]:hover {
    background-color: var(--theme-palette-color-11);
    background-image: none;
}


/* */
body.header-image #primary {
margin-top : 4em;
margin-bottom : 4em;
	
}	




/* H1 */
#editor h1 {
   border: 3px solid #000000;	
   line-height:45px;   /* Theme */
   padding: 0 10px;
   font-weight : 600;  /* Theme */

}
/*H1 du slider */	
.n2-ss-slider h1 {
	font-family: var(--theme-font-family) !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

/*  Hero section Type 2 */
.hero-section[data-type=type-2] figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 60%);
}
.hero-section[data-type=type-2] h1{
   color : var(--theme-palette-color-8);
}

/*  Hero section Type 1 */

.hero-section[data-type=type-1] .entry-header{
	margin: 80px 0 25px;
    text-align:center;
}

.hero-section[data-type=type-1] h1{
	display: inline-block;
    border: 1px solid #000000;	
	line-height:45px;  
	padding: 10px;
}	




.ct-featured-image figcaption {
	display:none;
}	


/* H2 Titre * /
/* Style titre souligné */
 .is-style-souligne {
text-align: center;
 }
	 

 .is-style-souligne::after {
    content: "";
    display: block;
    background-color: #222;
    width: 30px;
    height: 1px;
    margin: 10px auto 0;
}
/* Style titre encadré */
.is-style-encadre {
	text-align: center;
	display: inline-block;
    border: 2px solid #333;
    padding: 6px 10px;
	font-weight : 600;  /* Theme */
}

/* Justifier le texte des blocs de paragraphe par défaut */
.wp-block-paragraph {
  text-align: justify;
}


/* Affichage des prix */
.row-price {
    position: relative;
    font-family: Arial,Helvetica,sans-serif!important;
    background: #f7f7f7;
    margin-bottom: 30px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
    box-shadow: 0 10px 10px rgba(0,0,0,0.25)
    */
}


.single-content .row-price header,
.row-price header {
    padding: 20px 30px;
	margin-bottom : 0;
    background: #f4f7f8;
    border-bottom: 1px solid #efefef;
}
.row-price header h2 {
	margin: 0;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    word-wrap: break-word;
}
.row-price header p {
	font-size: 12px;
    text-transform: uppercase;
    color: #999;
}
.row-price footer {
	display: block;
    padding: 20px 30px;
	margin: 0;
    background: #f7f7f7;
    text-align: center;
	margin-top: 10px;
    font-size: 50px;
    display: block;
    line-height: 100%;
    color: #222;
	
}	
.fa-ul {
    list-style: none;
}	

.fa-ul li {
	display: inline;
    float: left;
	padding-right: 25px;
}

#top-info i {
padding-right: 10px;
}
	    
#top-info , 
#top-info a{
    color: var(--theme-palette-color-9);	
}	
#top-info a:hover {
    color: var(--theme-palette-color-10);	
}	

	
/* permet d'avoir iframe Google Map  Responsible */

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}
/* Articles image mise en avant max 1/3 écran et centré */
.post .ct-featured-image img {
	max-height: 33vh;
	width: auto;
    margin: 0 auto;
}	

/* GRID */
.row-price,
.ct-related-posts-items .post, 
.col-grid,
.pt-cv-content-item {
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    border-bottom-right-radius: 12px;

}	
.row-price:hover,
.ct-related-posts-items .post:hover,
.col-grid:hover,
.pt-cv-content-item:hover {
    box-shadow: 0 3px 8px 5px rgba(50, 50, 50, 0.2);
    border-bottom-right-radius: 0;
}	
.ct-related-posts-items .post img::after,
.pt-cv-thumb-wrapper::after {  
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 60%);
}

.ct-related-posts-items .post {
    position: relative;
} 

.ct-related-posts-items .post .related-entry-title {
    padding: 0 5px 5px 5px;
    
}



/* Button */
a.wp-element-button {
	transition: all 0.2s ease;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
a.wp-element-button:hover{
	
}	


/* Menu Footer */
#footer .widget-menu li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    padding-left: 10px;
    position: relative;
}
#footer .widget-menu li.menu-item-has-children {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#footer .widget-menu li.menu-item-has-children li:first-child {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #000;
}


#footer .widget-menu li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    color: #222222;
}
#footer .widget-menu li.menu-item-has-children li:first-child:before {
	top:5px;
}

/*  Colonne Cliquable */
.col-click:hover a {
}	






