/*
Theme Name:   Hello Elementor Child
Description:  Thème enfant pour Hello Elementor
Template:     hello-elementor
Version:      1.0.0
*/

/* *********************************************************** */
/* *************** GESTION DES FONTS ************************* */
/* *********************************************************** */


/* *** GLOBAL *** */

html {
    font-size: 62.5% !important; /*10px*/
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    html { font-size: 56.25% !important; /*9px*/ }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) and (max-height: 768px) {
    html { font-size: 56.25% !important; /*9px*/ }
}

@media only screen and (max-width: 1280px) {
    html { font-size: 50% !important; /*8px*/ }
}


/* Marge sur tout le contenu des pages */
div.elementor {
    margin-left: 20px;
    margin-right: 20px;
}


/* Gestion de l'affichage des losanges rouges, blancs et border */
div.star_dolin_red span.elementor-heading-title::before,
div.star_dolin_white span.elementor-heading-title::before,
div.star_dolin_white a.elementor-button span span.elementor-button-text::before,
div.star_dolin_black a.elementor-button span span.elementor-button-text::before,
.drink_highlights_content_container .drink_highlights_btn_container a::before,
div.ue-item-btn a::before {
    position: relative;
    left: -20px;
}

div.star_dolin_red span.elementor-heading-title::after,
div.star_dolin_white span.elementor-heading-title::after,
div.star_dolin_white a.elementor-button span span.elementor-button-text::after,
div.star_dolin_black a.elementor-button span span.elementor-button-text::after,
.drink_highlights_content_container .drink_highlights_btn_container a::after,
div.ue-item-btn a::after {
    position: relative;
    right: -20px;
}

div.star_dolin_red span.elementor-heading-title::before {
    content: url(https://site2024.dolin.fr/wp-content/uploads/2024/07/star_icon_red.png);
}

div.star_dolin_red span.elementor-heading-title::after {
    content: url(https://site2024.dolin.fr/wp-content/uploads/2024/07/star_icon_red.png);
}

div.star_dolin_white span.elementor-heading-title::before {
    content: url(https://site2024.dolin.fr/wp-content/uploads/2024/07/star_icon_white.png);
}

div.star_dolin_white span.elementor-heading-title::after {
    content: url(https://site2024.dolin.fr/wp-content/uploads/2024/07/star_icon_white.png);
}

/* Gestion des losanges sur les boutons */
div.star_dolin_white a.elementor-button span span.elementor-button-text::before {
    content: url(https://site2024.dolin.fr/wp-content/uploads/2024/07/star_icon_white_small.png);
}

div.star_dolin_white a.elementor-button span span.elementor-button-text::after {
    content: url(https://site2024.dolin.fr/wp-content/uploads/2024/07/star_icon_white_small.png);
}

div.star_dolin_black a.elementor-button span span.elementor-button-text::before,
.drink_highlights_content_container .drink_highlights_btn_container a::before,
div.ue-item-btn a::before {
    content: url(https://site2024.dolin.fr/wp-content/uploads/2024/07/star_icon_black_small.png) !important;
}

div.star_dolin_black a.elementor-button span span.elementor-button-text::after,
.drink_highlights_content_container .drink_highlights_btn_container a::after,
div.ue-item-btn a::after {
    content: url(https://site2024.dolin.fr/wp-content/uploads/2024/07/star_icon_black_small.png) !important;
}



/* *** HEADER *** */

/*
ul.elementor-nav-menu > li.current-menu-parent,
ul.elementor-nav-menu > li.current-menu-item{
	background-color:#0B0B0B;
}
*/


/* Résolution inférieure à 1680px
============================================================================ */
@media only screen and (max-width: 1201px) {

	/* Menu mobile : indicateur de sous-menu */
	.fa-caret-down::before {
		content: "\f107" !important;
	}
}


/* sous-menu */
ul.elementor-nav-menu > li ul{
	min-width:100% !important;
}


/* *** CONTENU CENTRAL *** */


.elementor #after_footer a:hover{
	text-decoration:underline !important;
}

.temoignage:before{
	position:absolute;
	top:-13px;
	content:url('https://site2024.dolin.fr/wp-content/uploads/2024/12/temoignage.png');
}

/* Home Page - Section Nos liqueurs : car deux backgrounds */

section#section_coverflow_liqueurs {
    background: url("https://site2024.dolin.fr/wp-content/uploads/2024/06/fond_coverflow_top_left.png") no-repeat 12% -255px, url("https://site2024.dolin.fr/wp-content/uploads/2024/06/fond_coverflow_center_liqueurs.png") no-repeat 37% 62%;
    background-color: #C7D5BA;
}

@media (max-width: 767px) {
		section#section_coverflow_liqueurs {
		background: url("https://site2024.dolin.fr/wp-content/uploads/2024/06/fond_coverflow_center_liqueurs.png") no-repeat 37% 62%;
		background-color: #C7D5BA;
	}	
	
}

/* Home Page - Section Nos vermouths : car deux backgrounds */

section#section_coverflow_vermouths {
    background: url("https://site2024.dolin.fr/wp-content/uploads/2024/06/fond_coverflow_center.png") no-repeat 38% center, url("https://site2024.dolin.fr/wp-content/uploads/2024/06/fond_coverflow_top_right.png") no-repeat 85% -300px;
}

@media (max-width: 767px) {
	section#section_coverflow_vermouths {
		background: url("https://site2024.dolin.fr/wp-content/uploads/2024/06/fond_coverflow_center.png") no-repeat 38% center;
	}
	
}


/* Home Page - Section Cocktail en mode mobile */
@media (max-width: 767px) {
	section#section_cocktails{
		background: none;
		background-color: #323232;
	}
}



/* *** Carrousel 3D *** */


	/* Navigation basse */

	.flipster__nav {
		margin: 0 0 2em !important;
		margin-top: -70px !important;
	}

	.flipster__nav__item  {
		width:30px !important;
	}
	.flipster__nav__item .flipster__nav__link,
	.flipster__nav__item--current > .flipster__nav__link	{
		color: #f8f7f4 !important; /* Couleur du fond pour masquer les numéro d'item */
	}
		
	.flipster__nav__link::after {
		background: #d5d5d5 !important;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: translateY(100%) translateY(-0.27em) !important;
		-ms-transform: translateY(100%) translateY(-0.27em) !important;
		transform: translateY(100%) translateY(-0.27em) !important;
	}

	.flipster__nav__item--current > .flipster__nav__link::after,
	.flipster__nav__link:hover::after{
		background: #333333 !important;
	}

	.flipster__nav__item--current > .flipster__nav__link::after, 
	.flipster__nav__link:hover::after, 
	.flipster__nav__link:focus::after {
		-webkit-transform: translateY(100%) translateY(-0.27em) !important;
		-ms-transform: translateY(100%) translateY(-0.27em) !important;
		transform: translateY(100%) translateY(-0.27em) !important;
	}


	#section_coverflow_liqueurs .flipster__nav__item .flipster__nav__link,
	#section_coverflow_liqueurs .flipster__nav__item--current > .flipster__nav__link	{
		color: #C7D5BA !important; /* Couleur du fond pour masquer les numéro d'item */
	}
		
	#section_coverflow_liqueurs .flipster__nav__link::after {
		background: #b2c1a5 !important;

	}

	#section_coverflow_liqueurs .flipster__nav__item--current > .flipster__nav__link::after,
	#section_coverflow_liqueurs .flipster__nav__link:hover::after{
		background: #8a9580 !important;
	}


/* BX Slider */

	.elementor-widget-loop-carousel .swiper-pagination-bullet {
		height: 4px !important;
		width: 30px !important;
	}

	.swiper-pagination-bullet {
		border-radius: 0 !important;
	}






/* Gestion Timeline */

.xpro-horizontal-timeline-time{
	display:none;
}

.xpro-owl-theme.owl-carousel .owl-nav button.owl-prev {
	left: -50px;
}
.xpro-owl-theme.owl-carousel .owl-nav button.owl-next {
	right: -50px;
}


/* *** PAGE SINGLE PRODUIT *** */


#vermouth_single_round_images .dce-acf-repeater-item img {
    border-radius: 50%;
}

#vermouth_single_sizes .dce-acf-repeater-item span.repeater-item {
    background-color: #fff;
    border-radius: 25px;
    padding: 4px 15px;
}

#vermouth_single_ingredients .dce-acf-repeater-item:not(#vermouth_single_ingredients .dce-acf-repeater-item:last-child),
#vermouth_single_round_images .dce-acf-repeater-item:not(#vermouth_single_round_images .dce-acf-repeater-item:last-child) {
    margin-right: 40px;
}

#vermouth_single_round_images .dce-acf-repeater-item img {
    width: 126px;
}

#vermouth_single_ingredients .dce-acf-repeater-item .repeater-item:first-child {
    padding-right: 20px;
    width: 60px;
}

/* Background sections - Vermouths */
#vermouth_single_first_section {
    background: url("https://site2024.dolin.fr/wp-content/uploads/2024/10/fond_first_section_single.png") no-repeat 19% 50%, url("https://site2024.dolin.fr/wp-content/uploads/2024/07/grunge-black-concrete-textured-background-1.png") no-repeat top center;
    background-size: auto;  
}

#section_bxslider_main_container {
    background: url("https://site2024.dolin.fr/wp-content/uploads/2024/10/fond_bxslider_section_single.png") no-repeat 24% 0%;
    background-size: auto;
    background-color: white;
}

#vermouth_single_first_section .elementor-widget:not(:last-child) {
	margin-block-end: 13px !important;
}

/* Carrousel bxslider - recettes */
.bx-wrapper {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#vermouth_single_recipe_container_desktop,
#vermouth_single_recipe_container_mobile {
    justify-content: center;
}

#vermouth_single_recipe_container_desktop {
    display: flex;
}


div.recipe_card {
    height: 522px;
    width: 392px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 60px;
}

div.recipe_card h3 {
    color:white;
    font-weight: 700;
    text-align: center;
}

.bxslider-desktop div.recipe_card {
    height: 522px;
    width: 392px;
}

.bxslider-mobile div.recipe_card {
    height: 422px;
    width: 292px;
}

.bxslider-mobile li {
    display: flex;
    justify-content: center;
}


.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none !important;
    border: black solid 1px;
    width: 40px !important;
    height: 40px !important;
    transform: rotate(45deg) !important;
}

.bx-wrapper .bx-prev {
    left: -80px !important;
}
.bx-wrapper .bx-next {
    right: -80px !important;
}

@media (max-width: 767px) {
    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-next {
        background: none !important;
        border: black solid 1px;
        width: 20px !important;
        height: 20px !important;
        transform: rotate(45deg) !important;
    }

    .bx-wrapper .bx-prev {
        left: 10px !important;
    }
    .bx-wrapper .bx-next {
        right: 10px !important;
    }
}

.bx-wrapper .bx-prev::before{
    position:absolute;
	top:10px;
	right:15px;
	text-indent: 0;
	font-family: "Font Awesome 5 Free";
	content:'\f053';
	font-weight:900;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	transform: rotate(-45deg) !important;
}

.bx-wrapper .bx-next::before{
    position:absolute;
	top:9px;
	left:13px;
	text-indent: 0;
	font-family: "Font Awesome 5 Free";
	content:'\f054';
	font-weight:900;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	transform: rotate(-45deg) !important;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
    background: #D61900 !important;
}
.bx-wrapper .bx-prev:hover::before,
.bx-wrapper .bx-next:hover::before {
    color: #fff !important;
}


/* Fleche navigation - Carrousel Recettes - Home Page et Single Produits */
button.flipster__button,
.elementor-swiper-button {
    opacity: 1;
    height: 40px;
    width: 40px;
}
.elementor-swiper-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

button.flipster__button,
.elementor-swiper-button {
    transform: rotate(45deg) !important;
    border: 1px solid black;
}

button.flipster__button:hover {
    border: none;
    transition: background-color 0.4s;
}

button.flipster__button svg,
.elementor-swiper-button .eicon-chevron-left,
.elementor-swiper-button .eicon-chevron-right {
    transform: rotate(-45deg);
    width: 8px !important;
}

.eicon-chevron-left::before {
	position: absolute;
	left: -7px;
	top: -9px;
	font-size:20px;
}
.eicon-chevron-right::before {
	position: absolute;
	right: -7px;
	top: -9px;
	font-size:20px;
}



/* Shortcode - Drink_highlight */

.drink_highlights_main_container {
    display: flex;
    justify-content: center;
}

.drink_highlights_card {
    margin: 10px;
    display: flex;
    width: 600px;
    min-height: 725px;
    justify-content: center;
    align-items: center;
    background: url("https://site2024.dolin.fr/wp-content/uploads/2024/06/fond_coverflow_center.png") no-repeat 3% 42%, #fff;
    padding: 20px 20px 20px 115px;
}

.drink_highlights_content_container {
    width: 280px;
}

.drink_highlights_content_container .drink_highlights_btn_container a {
    font-family: "Playfair Display", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    fill: var( --e-global-color-text );
    color: var( --e-global-color-text );
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 15px 40px 15px 40px;
}

.drink_highlights_content_container .drink_highlights_btn_container {
    margin-top: 40px;
}

.drink_highlights_img_container img {
    max-height: 590px !important;
}


@media (max-width: 767px) {
	
    .drink_highlights_main_container {
        flex-direction: column;
    }

    .drink_highlights_card {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: auto;
        justify-content: center;
        align-items: center;
        background: url("https://site2024.dolin.fr/wp-content/uploads/2024/06/fond_coverflow_center.png") no-repeat -2% 25%, #fff;
        padding-top: 20px;
        padding-bottom: 30px; 
		max-height: initial;		
    }
	
}



/* Histoire */

.elementor-20 .elementor-element.elementor-element-cf24521 .xpro-horizontal-timeline-title {
	margin-top: 20px;
	margin-bottom: 20px;
}




/* Formulaire de contact */

.nf-form-fields-required{
	margin-bottom:20px;
}

.ninja-forms-form-wrap input[type="text"],
.ninja-forms-form-wrap input[type="email"],
.ninja-forms-form-wrap input[type="tel"],
.ninja-forms-form-wrap textarea{
	font-family:inherit;
	font-size:1.5rem;
	line-height:1.5;
	font-weight:500;
}


::-webkit-input-placeholder { color:#aaa !important; } /* WebKit, Blink (Safari, Google Chrome, Opera 15+) and Microsoft Edge */
::-moz-placeholder { color:#aaa !important; } /* firefox 19+ */
:-ms-input-placeholder { color:#aaa !important; } /* IE10 et 11 */
input:-moz-placeholder { color:#aaa !important; } /* firefox 4 à 18 */

.ninja-forms-form-wrap input[type="submit"]{
	font-family:inherit;
	font-size:1.5rem;
	line-height:1.5;
	font-weight:600;
	background-color: #333;
	color:#fff;
	padding:10px 30px;
	border: 1px solid #333;
}

.ninja-forms-form-wrap input[type="submit"]:hover{
	background-color: #D61900;
}



/* *** FOOTER *** */


/* Ajustement des éléments des menus du footer */
section#footer_first_section a.elementor-item {
    padding-top: 5px;
    padding-bottom: 5px;
}


#after_footer p {
	margin:0;
}




/* *** ***************** ****** ****************** *** */
/* *** ***************** AUTRES ****************** *** */

.otgs-development-site-front-end {
    display: none;
}


/* Gestion coverflow */

li.ue-coverflow-item:not(.flipster__item--current) .ue-flip-item-content {
    /*display: none;*/
    /* Utilisation d'une transition afin d'éviter la disparition soudaine du div content, cause du flicker */
    opacity: 0;
    width: 0;
    transition: width 0.4s;
    justify-content: center;
}

li.ue-coverflow-item:not(.flipster__item--current) .ue-flex-item-container {
    justify-content: center;
}

section#section_coverflow_liqueurs .ue-flip-item-content,
section#section_coverflow_vermouths .ue-flip-item-content {
    /* width: 60%; */
    display: flex;
    align-items: center;
    /* padding: 20px 0 20px 20px !important;*/
    /*min-width: 350px;*/
    width: 281px;
    margin-left: 24px;
}

section#section_coverflow_liqueurs .ue-flip-item-content .elementor-element,
section#section_coverflow_vermouths .ue-flip-item-content .elementor-element {
    display: none;
}

section#section_coverflow_recettes .ue-flip-item-content .elementor-element {
    display: initial !important;
}

section#section_coverflow_recettes .ue-flex-item-container {
    gap: 20px;
}

section#section_coverflow_recettes .ue-flip-item-content {
    display: flex;
    align-items: center;
    width: 437px;
}

/* Vince : à mettre en commentaire
li.ue-coverflow-item {
    margin-right: 50px !important;
}
*/
.ue-coverflow {
    /*
    background: url("https://site2024.dolin.fr/wp-content/uploads/2024/06/fond_coverflow_center.png") no-repeat 36% center,
        url("https://site2024.dolin.fr/wp-content/uploads/2024/06/fond_coverflow_top_right.png") no-repeat right -315px;
    background-color: #F8F7F4;*/
    padding-top: 20px;
}




.ue-item-image {
    /* width: 50%; */
 }
 
.ue-flex-item-container {
    display: flex;
}

li.ue-coverflow-item.flipster__item--past-1 .ue-flex-item-container {
    /* justify-content: end; */
}

.flipster__item img {
    /* height: 600px !important; */
    object-fit: contain !important;
}

li.ue-coverflow-item:not(.flipster__item--current) .flipster__item__content {
    transform: scale(0.75) !important;
}
/* Ajout Vince
li.ue-coverflow-item.flipster__item--current .flipster__item__content {
    width:480px !important;
}
*/


.flipster__item__content {
    transform-origin: initial !important;
}

.ue-flip-item-content-inside {
    text-align: left;
}



/*
.swiper-slide-prev,
.swiper-slide-next,
swiper-slide-duplicate-prev,
swiper-slide-duplicate-active {
    display: none;
}
*/


@media (max-width: 767px) {
    section#section_coverflow_recettes .ue-flex-item-container {
        flex-direction: column-reverse;
    }

    section#section_coverflow_liqueurs .ue-flip-item-content,
    section#section_coverflow_vermouths .ue-flip-item-content {
        width: 40%;
    }

    section#section_coverflow_liqueurs .ue-flex-item-container,
    section#section_coverflow_vermouths .ue-flex-item-container {
        justify-content: center;
    }

    button.flipster__button {
        height: 20px;
        width: 20px;
    }

    button.flipster__button svg {
        color: white !important;
    }
    
}





/* Home Page - Section coktails
section#section_cocktails {
    background: url("https://site2024.dolin.fr/wp-content/uploads/2024/07/fond_cocktails_montagnes.png") no-repeat 90% bottom;
    background-color: #323232;
}
*/




/* Tests de modification du layout en responsive */
@media (max-width: 767px) {
    
	div.elementor {
        margin-left: 0;
        margin-right: 0;
    }

    /*
    section.hero_section_home {
        background: url("https://site2024.dolin.fr/wp-content/uploads/2024/07/background_home_remplacement_mobile-2.png") 50% 50% no-repeat !important;
        background-size: contain !important;
    }

    section.hero_section_home div.elementor-container {
        min-height: 306px !important;
        height: 306px;
    }

    section.hero_section_home h2 {
        font-size: 2.4rem !important;
    }

    section.logos_hero_section div.elementor-column {
        width: 50% !important;
    }

    section.logos_hero_section div.elementor-column img {
        width: 40% !important;
    }
    */

    div.mobile_menu_column {
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .ue-flip-item-content {
        width: inherit;
    }

    .ue-item-image {
        min-width: 59.22px !important;
     }

    div.star_dolin_red span.elementor-heading-title::before,
    div.star_dolin_white span.elementor-heading-title::before,
    div.star_dolin_white a.elementor-button span span.elementor-button-text::before,
    div.ue-item-btn a::before {
        position: relative;
        /*left: -4px; Commentaire Vince */
    }

    div.star_dolin_red span.elementor-heading-title::after,
    div.star_dolin_white span.elementor-heading-title::after,
    div.star_dolin_white a.elementor-button span span.elementor-button-text::after,
    div.ue-item-btn a::after {
        position: relative;
        /*right: -4px;*/
    }

}
















@media (max-width: 767px) {

    #vermouth_single_first_section {
        background: url("https://site2024.dolin.fr/wp-content/uploads/2024/10/fond_first_section_single.png") no-repeat 50% 10%, url("https://site2024.dolin.fr/wp-content/uploads/2024/07/grunge-black-concrete-textured-background-1.png") no-repeat center center;
        background-size: auto, cover;
    }

    #vermouth_single_round_images .dce-acf-repeater-item img {
        width: 75px;
    }

    #vermouth_single_round_images .dce-acf-repeater-item:not(#vermouth_single_round_images .dce-acf-repeater-item:last-child) {
        margin-right: 10px;
    }

    #vermouth_single_sizes .dce-acf-repeater-item:not(#vermouth_single_sizes .dce-acf-repeater-item:last-child),
    #vermouth_single_ingredients .dce-acf-repeater-item:not(#vermouth_single_ingredients .dce-acf-repeater-item:last-child) {
        margin-bottom: 10px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    #vermouth_single_round_images .dce-acf-repeater-item img {
        width: 100px;
    }

    #vermouth_single_round_images .dce-acf-repeater-item:not(#vermouth_single_round_images .dce-acf-repeater-item:last-child) {
        margin-right: 20px;
    }

}

@media (max-width: 1024px) {
    #vermouth_single_round_images {
        margin-bottom: 0;
    }

    #vermouth_single_round_images .dce-acf-repeater-item {
        flex: initial;
    }

    #vermouth_single_recipe_container_desktop {
        display: none;
    }

    #vermouth_single_recipe_container_mobile {
        display: flex;
    }
}


/* Media query permettant de gérer le "breakpoint" idéal pour l'affichage des photos rondes (page single vermouth) en margin négative */
@media (min-width: 1874px) {
    #vermouth_single_sizes .dce-acf-repeater-item {
        flex: none;
        flex-grow: initial;
    }

    #vermouth_single_round_images .dce-acf-repeater-item {
        flex-grow: initial;
    }

    #vermouth_single_sizes .dce-acf-repeater-item:not(#vermouth_single_sizes .dce-acf-repeater-item:last-child) {
        margin-right: 20px;
    }

    #vermouth_single_ingredients .dce-acf-repeater-item {
        display: flex;
    }

    #vermouth_single_round_images {
        /*margin-bottom: -50%;*/
        /*bottom: -77px;*/ /* mis en commentaire par Vince */
    }
}




/* ################################################### */
/* ############### RESPONSIVE WEB DESIGN ############# */
/* ################################################### */

/* max width des sections 1290px */

/* Vince IRVILLAC : 1680 x 1050 px */
/* Vince portable : 1920 x 1080 px */

@media only screen and (min-width: 1680px) {
}

/* Apple MacBook Air 15-inch : 1440 x 900 px; : écran 8/5 - 16/10 */
/* Apple MacBook Air 13-inch : 1280 x 800 px */
/* Apple MacBook Air 11-inch : 1366 x 768 px */

/* Résolution inférieure à 1680px
============================================================================ */
@media only screen and (max-width: 1680px) {



}

/* Résolution 1440px X 900px : Apple MacBook Air 15-inch	=> OK
============================================================================ */
@media only screen and (min-width: 1281px) and (max-width: 1440px) {

	.elementor-nav-menu--main .elementor-item{
		padding: 13px 22px !important;
	}

}

/* Vince WHYDAH2   et Apple MacBook Air 11-inch  : 1366 x 768 px	=> OK
============================================================================ */
@media only screen and (min-width: 1281px) and (max-width: 1366px) and (max-height: 768px) {

	.elementor-nav-menu--main .elementor-item{
		padding: 13px 16px !important;
	}

}

/* Résolution 1280 x 800px : Apple MacBook Air 13-inch	=> OK
============================================================================ */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {

	.elementor-nav-menu--main .elementor-item{
		padding: 13px 13px !important;
	}

}

