/**
 Theme Name:   Nineteen Child pour Argentina
 Theme URI:    https://example.com/
 Description: Thème enfant basé sur Twenty Nineteen
 Author:       Argentina
 Template:     twentynineteen
 Version:      1.0.0
*/


/* ==========================================================================
   1. BASE ET MOBILE (< 946px)
   ========================================================================== */
.site-header {
    width: 100%;
    background: #fff;
}

/* Ton conteneur de base */
.container-1170 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 20px;
}

/* État Burger : on cache le menu horizontal */
@media screen and (max-width: 946px) {
    .menu-fixe { 
        display: none; 
    }

    .menu-toggle { 
        display: block; 
    }
}

/* Affiche le burger sous 946px */
@media screen and (max-width: 946px) {
    .main-menu-more-toggle {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-menu {
        display: none; /* cache le menu horizontal */
    }
}

/* ==========================================================================
   2. ÉTAT INTERMÉDIAIRE (947px à 1170px)
   ========================================================================== */
@media screen and (max-width: 1170px) and (min-width: 947px) {
    .container-1170 {
        flex-direction: column;
        align-items: flex-start; /* Logo à gauche */
    }

    .menu-fixe {
        display: flex;
        width: 100%;
        justify-content: flex-end; /* Menu ferré à droite sous le logo */
        margin-top: 15px;
        gap: 30px;
    }
    
    .menu-toggle { 
        display: none; 
    }
}

/* ==========================================================================
   3. ZONE BUREAU (> 1170px)
   ========================================================================== */
@media screen and (min-width: 1171px) {
    .container-1170 {


/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.avatar {
  border-radius: 100%;
  display: block;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem);
}

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}

@media only screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc( calc(8 * (100vw / 12) - 28px) / 2);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1168px) {
  .wp-caption.aligncenter {
    left: calc( calc(6 * (100vw / 12) - 28px) / 2);
  }
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  color: #767676;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #666666;
}


/*estilos nuevos*/

h2, h3, h4, h5, h6 {
	color:#666;
}

/* margin gallery from visual composer*/
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
	position: static!important;
    width: 31%!important;
    margin: 0 1.1% 2.3% 1.1%!important;
}


/*** gallery from script**/

.box-gallery img {
width: 30%!important;
	margin: 0 3.3% 0 0;

}

.content-box-grey {
	padding: 20px!important;
    background-color: #f8f8f8!important;
    border: 1px solid #f0f0f0!important;
    border-radius: 4px!important;
	margin-bottom: 20px;
}


.content-area {
	margin: 0 10%;
}

.btn-global-rojo a {
	background: #ff3f13!important;
	border: 2px solid #f3a18c!important;
	font-family: Raleway;
	text-transform: uppercase;
	color: #fff!important;
	display: inline-block;
	
}

.btn-global-rojo a:hover {
	background: #5ba4c7!important;
	border: 2px solid #97cbe5!important;
}

.arrow-style-type {
	    max-width: 8px!important;
}
#featured-home h4 {
	text-transform: uppercase;
	font-weight: 300;
}

.linea-montana {
	display: block;
	border-bottom: 1px solid #999;
	margin-top: 0;
}
.linea-montana img {
	margin-bottom:-50px!important;
	display: none;
}
.mayusculas {
	text-transform: uppercase;
	font-weight: 600;
}



/* Widgets Footer */
footer.site-footer {
	padding: 60px 0;
	background: #666;
}
footer a, footer p {
	font-size: 13px;
	color: #fff;
}

#left-footer {
/*width:25%;
float:left;*/
}

#center-footer {
text-align: center;
/*width:46%;
float:left;*/
padding:0px 2%;
}

#center-footer h3 {
color: #ffffff;
font-size: 22px;
	font-weight: 300;
}

#right-footer {
/*width:25%;
float:right;*/
padding:0px;
}



/* Float Properties*/
.clearfloat:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfloat {
display: inline-block;
}

/* Notre equipe**/
.box-equipe {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
/**/

.titulos-post-excepcion h3 a { /*box  grid post*/
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 21px;
	text-decoration: none!important; 
}
.titulos-post-excepcion h3 a:hover {
	text-decoration: none; 
}

.titulos-post-excepcion-quand h3 {
	font-weight: 300;
	color: #666;
	text-decoration: none!important; 
	margin: 0;
	font-size: 14px;
}

.dias-excepcion { /* Label Jours**/
    background: #e7421d;
    padding: 2px 16px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    width: auto;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

.dias-excepcion span {
	float: right;
  margin-left: 4px;
}

.mayusculas-divisor { /*Partager*/
	  position: relative;
    background: #fff;
	padding: 0 5%;
    width: auto;
    margin: 0 auto;
    z-index: 10;
	display: table;
}

.verdetalles-excepcion a, .verdetalles-excepcion button { /*voir le lien, voir plus*/
		color: #e7421d!important;
    background: transparent!important;
    border: none!important;
    /*font-size: 13px!important;*/
    padding: 0!important;
}

/* quand partir*/
.verdetalles-excepcion-quand a, .verdetalles-excepcion-quand button {
		color: #e7421d!important;
    background: #fff!important;
    border: none!important;
    font-size: 13px!important;
    padding: 0!important;
	line-height:10px;
}

/***images content***/
.img-full-excepcion {
	width: 100%;
}

.vc_column-inner p img {
	width:100%;
	/*margin: 30px 0;*/
}

.vc_grid img {
	width:100%;
	margin: 0;
}

/**featured images post***/
.site-header.featured-image .site-branding-container:after, .site-header.featured-image .site-featured-image:before, .site-header.featured-image .site-featured-image:after, .site-header.featured-image:after {
	height:100%;
}
.site-header.featured-image {
	min-height: 30vh;
  margin-bottom: 3rem;
}
.main-navigation .main-menu > li > a, .main-navigation .sub-menu > li > a {
	font-weight: 500;
}

/* Formulario Newsletter */

.mc4wp-form-basic label {
  margin: 5px 10px 5px 0;
}

.mc4wp-form-basic input {
vertical-align: middle;
    background-color: #fff;
    width: 60%!important;
    border: none;
    padding: 10px 5px;
    font-size: 16px;
    text-transform: lowercase;
    font-family: montserrat;
	line-height: 1.8;
	float: left;
}

.mc4wp-form-basic input[type=submit] {
 font-family: montserrat;
    background-color: #999999;
    color: white;
    cursor: pointer;
    border-radius: 0;
    width: 40%!important;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 5px;
}

.mc4wp-form-basic input[type="submit"]:hover {
  background-color: royalblue;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	display: inline-block!important;
}
/****/

/**hover images home*/

.img-home-box {
	overflow: hidden;
}

.img-home-box .vc_column-inner {
	transition: 0.3s;
  
}

.img-home-box .vc_column-inner:hover {
	transform: scale(1.05);
	transition: 0.3s;
  
}




.porquoi-list ul li {
	color:#666;
	list-style: none;
	margin:10px 0 5px;
	font-size: 20px;
}

/*footer style**/

ul.contacto-footer {
	font-size: 13px;
	color:#fff;
	display: block;
	padding-left:0;
	margin-left: -15px;
}

@media only screen and (max-width: 768px) {
	ul.contacto-footer {
		padding-top:70px;
	}
}

footer ul li {
	list-style: none;
	text-align: left;
	font-family: Raleway;
}

ul.contacto-footer .fa {
	color: #fff;
    background: #999;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
	
}
ul.social-footer {
	text-align: right;
	margin-right: -15px;
}
ul.social-footer li {
	display: inline;
}

ul.social-footer .fa {
	color: #fff;
    background: #999;
    border-radius: 2px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
	font-size: 25px;
	
}

/**sidebar**/
/* Sidebar pages */
.sidebar-global-pag-exc .vc_column-inner table {
	font-size:13px;
	border: none;
	background: #ccc;
}
.sidebar-global-pag-exc .vc_column-inner table tr, .sidebar-global-pag-exc .vc_column-inner table tr td {
	border: none;
}
.sidebar-global-pag-exc .vc_column-inner h4 {
	font-weight:bolder;
	padding: 0;
	margin: 0;
}
.sidebar-global-pag-exc .vc_column-inner .vc_btn3-container {
	width: 100%;
}
/*.sidebar-global-pag-exc .vc_column-inner button, .sidebar-global-pag-exc .vc_column-inner a.vc_btn3 {
	width: 100%;
 	color: #fff!important;
  background-color: #ff3f04!important;
  border-radius: 0;
}*/
.sidebar-global-pag-exc .btn-global-rojo a, .sidebar-par-regions .btn-global-rojo a, .sidebar-par-regions .btn-global-rojo-secundario a, 
.vc_col-sm-4 .btn-global-rojo a {
	width: 100%;
}


.sidebar-global-pag-exc .wpb-js-composer .vc_tta .vc_general {
	font-size:13px;
}
.sidebar-global-pag-exc span.vc_tta-title-text {
	font-weight: bold;
}
.sidebar-global-pag-exc .vc_tta-tab.vc_active>a {
	color: #ff3f04;
}
.sidebar-global-pag-exc ul, .sidebar-general ul {
	font-size: 13px;
}
.sidebar-global-pag-exc .map-text-exc, .sidebar-general .map-text-exc {
	color: #ff3f04;
}

.sidebar-par-regions ul, .sidebar-general ul {
	padding:0;
}
/*.sidebar-par-regions ul li, .sidebar-general ul li {
	border-bottom: 1px solid #ccc;
}*/

.vc_col-sm-4 ul li {
	border-bottom: 1px solid #ccc;
	
}
.vc_col-sm-4 ul li:last-child {
	border-bottom: none;
	
}
.sidebar-par-regions ul ul, .sidebar-general ul ul {
	padding-left:20px;
}
.sidebar-par-regions ul li ul li, .sidebar-general ul li ul li {
	/*border-bottom: none;*/
}
.sidebar-general ul {
	list-style: none;
}

.sidebar-par-regions ul li a, .sidebar-general ul li a {
	color:#666;
}

.sidebar-par-regions ul li a:hover, .sidebar-general ul li a:hover {
	color:#ff3f13;
}

/*Sidebar contacto*/
.bloque-contacto {
	float: left;
	width: 100%;
}
.bloque-contacto span {
	font-size: 14px;
}
.bloque-contacto a {
	font-size: 14px!important;
}
.bloque-contacto h4 {
	font-size: 20px!important;
}
.bloque-contacto img {
	width:auto;
	float: left;
	margin-right: 10px;
	margin-top: 18px;
}

/**contact form**/
.wpcf7-form-control-wrap h2 {
	font-weight: bolder; 
	padding: 0 0 0 2%;
}
.wpcf7-form-control-wrap .col-form-full span {
	width: 100%;
	padding: 0 4% 0 0;
}
.wpcf7-form-control-wrap select {
	width: 100%;
}
.wpcf7-form-control-wrap .col-form2 {
    width: 50%;
    float: left;
    margin-bottom: 20px;
	padding: 0 4% 0 0;
}
.wpcf7-form-control-wrap input[type="text"], .wpcf7 input[type="tel"] {
	width: 100%;
}
.wpcf7-form-control-wrap  span.wpcf7-list-item {
    display: inline-block;
    margin: 10px 0 10px 1em;
}
.wpcf7-form-control-wrap .col-form4 {
    width: 33.33333333%;
    float: left;
    margin-bottom: 6px;
}
.wpcf7-form-control-wrap input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	width:100%; 
}


/*primary button orange*/
.btn-global-rojo-secundario {
	background: #fff!important;
	border: 2px solid #ff3f13!important;
	font-family: Raleway;
	text-transform: uppercase;
	color: #fff!important;
}
.btn-global-rojo-secundario:hover {
		border: 2px solid #666!important;

}
.btn-global-rojo-secundario a {
	color: #ff3f13!important;
}
.btn-global-rojo-secundario a:hover {
	color: #666!important;
	background: #e7e7e7;
}
/**/
/* tout savoir */

.box-tout-savoir {
	position: relative;
}
.toutsavoir-mood {
	  position: absolute;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 64%, rgba(0,0,0,0) 100%);
    padding: 53px 15px 22px 15px;
    line-height: 20px;
    height: auto;
		text-transform: uppercase;
	bottom:10px;
	width: calc(100% - 20px);
}

.entry-content .row-tout-savoir p a {
	color: #fff;
}
/**/

/** featured image en colores*/

.site-featured-image {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 32px;
}
.site-featured-image figure {
	height: 188px;
	margin-bottom: 53px;
	-webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.5);
box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.5);
	background-color: #ccc;
}
.site-featured-image .post-thumbnail img {
		height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transform: none;
    width: 100%;
	position: relative;
  /*z-index: -2;*/
	-webkit-filter: brightness(50%);
filter: brightness(50%);
}

.site-featured-image .entry-header {
	position: absolute;
	top: 0;
	width: calc(100% - 30px);
	text-align: center;
}

.site-featured-image span.entry-category {
	font-size: 45px;
    font-weight: 300;
	    line-height: 188px;
    margin: 0;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}
.site-featured-image span.entry-category ul {
	margin:0 0 15px;
	padding:0;
	
}
.site-featured-image span.entry-category ul li {
	display: none;
}

.site-featured-image span.entry-category ul li a {
	color:#fff;
	cursor: pointer;
}
.site-featured-image span.entry-category ul li:first-child {
	display: block;
	line-height: 188px;
	
}

.site-featured-image h1.entry-title, h2.entry-title {
	font-size: 22px;
  font-weight: 400!important;
  color: #ff3f13 ;
	text-align: left;
	margin: 1em 0;
}

h2.entry-title {
	margin-bottom: 20px!important;
}

.site-featured-image .entry-meta {
	font-size: 13px;
	color: #111;
	text-align: left;
	margin-top: 10px;
}

.site-featured-image .linea-montana {
	padding-top: 59px;
	text-align: center;
}
/**/
/*formulaire contact.*/
.formulaire h2 {
	padding-top: 40px;
	
}


.formulaire div {
	margin-top: 20px;
}


.col-form2 {
	width: 50%;
	float: left;
	margin-bottom:20px;
}
.col-form4 {
	width: 33.33333333%;
	float: left;
	margin-bottom:20px;
}
.col-form-full {
	width: 100%;
	float: left;
	margin-bottom:20px;
}
.col-form-full span {
	margin-top: 5px;
	display: inline-block;
} 
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 10px 1em;
}

/**/

/*Control de galerías de foto */

.control-galerias-foto a {
	width:48%;
	margin: 1%;
	display: inline-block;
	float: left;
	position: relative;
}

/*recherche*/
.search-title {
	margin-top: 30px;
}

/*Valoraciones*/
.estrellas-rating {
	background: url(https://bolivia-voyages-s3.s3.us-east-2.amazonaws.com/wp-content/uploads/2020/03/09052838/star-full.png) 10px 3px no-repeat;
    padding-left: 32px;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 70px;
}
.autor-rating { 
	font-size: 10px;
	margin-bottom: 10px;
}
.rating-stars-interior {
	background: url(https://bolivia-voyages-s3.s3.us-east-2.amazonaws.com/wp-content/uploads/2020/03/09052838/star-full.png) 10px 3px no-repeat #fff;
    padding: 5px 12px 5px 32px;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 70px;
	margin:0 15px;
}
.rating-excepcion {
	margin-bottom: -25px!important;
}

/****/
.zeno_font_resizer_container p { 
	margin: 0;
	text-align: right!important;

}

/*estilos theme anterior reusados.*/

.circuit-day-desc-left {
	width: 100%;
	float: left;
}

.circuit-day-desc-left img {
	/*max-width: 195px;*/
	max-width: 100%;
}
.circuit-day-desc-left div {
	width: 31%;
}
.circuit-day-desc-left a.imagen_dvq {
	max-height: 160px;
	overflow: hidden;
	display: block;
}

.gallery-forced li {	    position:relative!important;
    top: 0!important;
    width: 200px;
	left: 0!important;
}

img.mxyt-img.mxyt-orient-horizontal {
	margin-top: 0px;
}

.pos-relative {
	position: relative!important;
}
/***/

#breadcrumbs {
    width: 100%;
    margin: 15px auto 0;
    padding: 0;
	display: block;
		text-align: left;
}


.no-list-style ul, .no-list-style ul li { /*regla general para quitar list style*/
	list-style: none;
	padding:0;
}

.ranking-hotel {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    width: 30%;
    display: inline-block;
 }
.wpb_content_element { /*margen breadcrumbs visual composer*/
	margin-bottom:21px!important;
}


/*forzar íconos en links "voir"*/
.link-dossier {
	display: inline-block;
	
}

.link-dossier:before {
	font-family: FontAwesome;
	content: "\f15c";
	margin-right: 5px;
  font-weight: 100;
	
}

.link-photos:before {
	font-family: FontAwesome;
	content: "\f030";
	margin-right: 5px;
  font-weight: 100;
	
}

.link-videos:before {
	font-family: FontAwesome;
	content: "\f03d";
	margin-right: 5px;
  font-weight: 100;
	
}




/**/
.clearfloat {
display: inline-block;
}

/* Media Queries*/
@media only screen and (max-width : 768px)/* Avant 480px */  {
	.zeno_font_resizer_container {
		display: none;
	}
	.main-navigation, .site-logo {
		margin-left: 5%;
	}
	
	.content-area {
		    margin: 0 5%;
	}

	#breadcrumbs span:first-child {
		display: inline-block;
	}
	.wpcf7 .col-form2  {
    width: 100%;
	}
	.wpcf7 .col-form4 {
    width: 100%;
	}
	
}

@media only screen and (max-width: 946px) {
	
	body p, .extracto-excepcion p {
		font-size: 15px;
	}
	.entry .entry-content .rating-excepcion {
		margin-top: 62px!important;
	}
	
	.site-featured-image .linea-montana {
	padding-top: 110px;
}
	
  .form-inline input, .form-inline button {
    /*margin: 10px 0;*/
		width:100%;
  }
  
  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
	footer ul li {
		text-align: center;
	}
	
	ul.social-footer {
		text-align: center;
		margin-right:0;
		padding-left:0;
	}
	.site-logo {
		float:left !important;
		/*float: none;*/
	}
	
	a.custom-logo-link {
		width: 200px !important;
	}
	
	.site-branding {
		text-align: center;
	}
	
	 .main-navigation {
		text-align: center;
		max-width: 50px;
    	float: right !important;
		margin-right: 30px !important;
		line-height: 1.4em !important;
	}
	
	.main-navigation .menu-principal-container ul li {
		display: none!important;
	}
	
	i.fa.fa-bars {
		font-size: 1.5rem;
	}
	.site-featured-image span.entry-category {
		font-size: 18px ;
	}

}
@media screen and (max-width: 980px) {
	.toutsavoir-mood {
	  font-size: 14px;
   }
}

.vc-gitem-zone-height-mode-auto:before {
	padding-top: 0 !important;
}


@media screen and (max-width: 1600px) {

	.vc-gitem-zone-height-mode-auto:before {
	/*min-height: 280px;*/
		height: auto;
	padding: 0 !important;
}
	
}
	
@media screen and (max-width: 1400px) {

	.vc-gitem-zone-height-mode-auto:before {
	/*min-height: 320px;*/
	height: auto;
	padding: 0 !important;
}
	
}

/* GRAISSE TITRES SLIDERS - PJ D4A */

.rs-layer {
	font-weight:400 !important;
} 

#slider-1-slide-1-layer-2 {
	font-size: 20px  !important;
	font-weight: 600 !important;
}

.site-featured-image span.entry-category ul li a {
	font-weight: 400 !important;
}



/* Landing Home - 2025 */

@media screen and (max-width: 1100px) {
	#landing-home {
		padding-right: 18% !important;
		padding-left: 18% !important;
	}
}

@media screen and (max-width: 950px) {
	#landing-home {
		padding-right: 10% !important;
		padding-left: 10% !important;
	}
}

/* TAILLE TITRE H1 - Novembre 2025 - Digital4All */

/* 1. PENTE MOBILE (de 350px à 479px) */
h1.title-1-clamp {
  /*
    MIN: 18px (atteint à 350px)
    PENTE: Formule pour passer de 18px à 25px
    MAX: 25px (atteint à 479px)
  */
  font-size: clamp(18px, calc(5.426vw - 0.99px), 25px);
}


/* 2. POINT DE RUPTURE (le "saut" à 481px) */
@media (min-width: 481px) {
  
  /* 3. PENTE DESKTOP (de 481px à 1440px) */
  h1.title-1-clamp {
    /*
      MIN: 17px (atteint à 481px)
      PENTE: Formule pour passer de 17px à 50px
      MAX: 50px (atteint à 1440px et au-delà)
    */
    font-size: clamp(17px, calc(3.441vw + 0.45px), 50px);
  }
}

/* TAILLE BLOC */

/* 1. NOUVEAU COMPORTEMENT FLUIDE (Mobile, de 350px à 480px */
.title-1-block-height {
  /*
    MIN: 184px (votre valeur la plus basse, atteinte à 350px)
    MAX: 251px (votre valeur la plus haute, atteinte à 480px)
    
    PRÉFÉRÉ: La formule pour la pente entre ces deux points.
  */
  height: clamp(184px, calc(3.615px + 51.538vw), 251px);
}

/* 2. COMPORTEMENT FLUIDE (Desktop, à partir de 481px) */
@media (min-width: 481px) {
  .title-1-block-height {
    /*
      MIN: 69px (atteint à 481px)
      MAX: 210px (atteint à 1200px)
      PRÉFÉRÉ: Pente de 69px à 210px
    */
    height: clamp(69px, calc(-25.32px + 19.61vw), 210px);
  }
}


/**/

