/*
Theme Name:  Hestia child
Template: 	 hestia
Theme URI:	 https://wordpress.org/themes/bravada/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: hestiachild
*/

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
/* @import url('style_espace_admin.css'); */
@import url('editor-style.css');
@import url('css/demo.css');
@import url('css/flexslider.css');

:root {
  --couleur-1: #db2e8a; /* Rose */
  --couleur-2: #239a3d; /* Vert */
  --couleur-3: #e63b14; /* Orange */
  --couleur-4: #5fc0ee; /* Bleu clair */
  --couleur-5: #edece5; /* Gris clair */
  --couleur-6: #f1bc05; /* Jaune */
  --couleur-7: #007CC4; /* Couleur interne Bleu AIRe */
  --couleur-8: #e63b14; /* Bouton interne */
	
	
	
  --primColor: #dcdcdc;
  --secoColor: #555555;
  --cornerRad: 4px;
}
/*
body {
  background-color: var(--couleur-principale);
}
*/


/* font-family: 'Montserrat', sans-serif;
font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
*/


/* ==========================================================================
Généralité
========================================================================== */

@media (min-width: 769px) {
	.responsive {
		display: none;
	}
}
@media (max-width: 768px) {
	.desktop {
		display: none;
	}
}
ul, ol, .blog-post .section-text p, output {
    line-height: 1.5;
}
.page-content-wrap, .page-content-wrap dl, .page-content-wrap ol, .page-content-wrap table, .page-content-wrap ul, .page-template-template-fullwidth article, .page-template-template-fullwidth article dl, .page-template-template-fullwidth article ol, .page-template-template-fullwidth article table, .page-template-template-fullwidth article ul, .single-post-wrap, .single-post-wrap dl, .single-post-wrap ol, .single-post-wrap table, .single-post-wrap ul,
.page-template p, .bloc_donnees {
    font-size: 1.3rem;
}
a:not(.btn):not(.button):not(.added_to_cart):hover {
    opacity: 1;
	text-decoration: none;
}

.blog-post {
    background: #fff;
}
.escamoter {
	display: none;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.wrapper.classic-blog .section, 
.wrapper.no-content .section {
    padding-top: 20px;
}

@media (min-width: 769px) {
    .page-header.header-small .hestia-title, 
	.page-header.header-small .title, 
	h1.hestia-title.title-in-content, 
	.main article.section .has-title-font-size {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
	.alignleft,
	.alignright {
		float: none !important;
		display: block;
	}
}

/* ==========================================================================
Header
========================================================================== */

body, html {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: 400;
}
.header-filter-gradient {
    background: #fff !important;
}
.page-header .container, .page-header .author, .page-header .author a, .page-header .hestia-title, .page-header .title, .page-header .description {
    color: #000;
}
.mob-menu-header-holder {
	position: fixed;
	max-width: 1165px; /* Définit une largeur maximale de 1200px */
	width: 100%; /* Permet à la div de s'étendre sur toute la largeur disponible */
	left: 50%; /* Positionne la div à 50% de la gauche de son conteneur */
	transform: translateX(-50%); /* Déplace la div de 50% de sa propre largeur vers la gauche pour la centrer */
	padding-left: 5px;
	padding-right: 5px;
}

.blog-post {
    background: #fff;
}

.footer.footer { 
	display: none !important;
}
@media only screen and (max-width: 5000px) {
	.mobmenu-right-panel {
        background-color: #fff !important;
		width: 350px !important;
		max-width: 100% !important;
	}
}

.menu_reseau_instagram a {
	margin-left: 20px;
	margin-top: 20px;
    display: inline-block;
    width: 24px; /* Largeur de l'icône */
    height: 24px; /* Hauteur de l'icône */
    background-image: url('imgs/instagram_icon_24.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px; /* Masque le texte */
    overflow: hidden;
    vertical-align: middle; /* Aligne verticalement si nécessaire */
}

.hestia-title {
	margin-bottom: 10px !important;
	color: #000 !important;
}

/*
.navbar-default {
    background-color: #fff !important;
    border-color: #e7e7e7;
}
.navbar-header {
	width: 100%;
}
@media (max-width: 768px) {
	body.admin-bar .navbar {
		margin-top: 0;
	}
}
@media (min-width: 769px) {
	#main-navigation.navbar-collapse.collapse {
		display: none !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}
@media (min-width: 992px) {
	#main-navigation.navbar-collapse.collapse {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.navbar > .container.desktop {
		display: none;
	}
	.responsive #menu_top_header li a {
		color: #000 !important;
		line-height: 20px;
		margin-left: 20px;
		font-weight: 500;
		margin-top: 20px;
		display: inline-block;
	}
}

*/



/* ==========================================================================
Page Accueil
========================================================================== */


.page-template-page-accueil .hestia-title {
	display: none !important;
}


/* ==========================================================================
Galerie photo
========================================================================== */

#assets.gallery_slider {
	position: relative;
	margin-bottom: 40px;
}

body[class*="page-template-page-photographie"] .gallery-navigation {
	color: #444;
	font-family: "Input Mono Narrow Extra Light", "Input Mono Narrow Extra Light", monospace;
	font-size: 13px;
	text-decoration: underline;
	text-decoration: none;
	outline: none;
	margin: 0 0 7px 0;
	font-weight: normal;
}
body[class*="page-template-page-photographie"] #assets .open-close-thumbs {
	display: inline-block;
	text-decoration: none;
	float: right;
	margin-top: -4px;
	margin-right: -10px;
	font-size: 26px;
	position: relative;
	z-index: 1500;
}
.icon-close::before {
	content: url(imgs/icon_close.png);
}
.icon-grid::before {
	content: url(imgs/icon_grid.png);
}
[class*="page-template-page-photographie"] .icon-close::before, 
[class*="page-template-page-photographie"] .icon-grid::before, 
[class*="page-template-page-photographie"] .icon-video::before {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	margin-left: .2em;
}
[class*="icon-"]::before, [class*=" icon-"]::before {
  width: 1em;
  margin-right: .2em;
  text-align: center;
  margin-left: .2em;
}

[class*="page-template-page-photographie"] .pagination {
	position: absolute;
	top: -9000em;
	left: -100%;
	width: 100%;
	z-index: 9999;
	padding-top: 30px;
	background: #fff;
	opacity: 0;
	min-height: 100%;
}
#thumb_container {
	display: flex !important;
	flex-wrap: wrap;
}

[class*="page-template-page-photographie"] .pagination li {
	float: left;
	width: 13.66666%;
	margin: 0 3% 2% 0;
	 /*align-items: flex-start; Aligne les éléments au début (haut) */
	 /*height: 150px; Hauteur du conteneur */
}
#slider, #carousel {
    transition: opacity 0.3s;
}
ul.slides.thumb_container {
	max-width: 100% !important;
	transform: none !important;
}
.slides.thumb_container li {
	height: 150px;
	overflow: hidden;
}
.slides.thumb_container li img {
	max-height: 150px;
	max-width: 150px;
	object-fit: contain;
	vertical-align: top;
	margin: 0 auto;
}

.photos {
	list-style: none;
    margin-left: 0;
    padding-left: 0;
}


/* ==========================================================================
Formulaire
========================================================================== */

form.wpcf7-form {
	margin-top: 50px;
}

/* ==========================================================================
Page Sessions
========================================================================== */




