/*!
Theme Name: Thème enfant - Divi
Template: Divi
Author: The Green Geekette
Author URI: https://thegreengeekette.fr/
Description: Thème enfant de Divi par The Green Geekette
Version: 1.0.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */

:root {
	--black: #000000;
	--white: #ffffff;
	--light-orange: #f8d4ba;
	--orange: #e59560;
	--light-blue: #b3dee5;
	--blue: #31525b;
	--brown: #581f18;
	--grey: #666666;
}


/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

@media only screen and (min-width : 980px) {
	.centrer-verticalement {
		display: -ms-flexbox; /* IE10 */
		display: flex!important;
		justify-content: center!important;
		align-items: center!important;
	}
}

/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/

@media only screen and (max-width : 980px) {
	.inverser-colonnes {
		display: flex;
		flex-direction: column-reverse;
	}
	.inverser-colonnes .et_pb_column.et_pb_column_empty {
        display: flex;
    }
}
@media only screen and (max-width : 767px) {
	.inverser-colonnes-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
	.inverser-colonnes-mobile .et_pb_column.et_pb_column_empty {
        display: flex;
    }
}

/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/
.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}
.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}

/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
	max-width: 50px;
}

/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup, sub {
    font-size: 70%;
}

/*.sunborn {
	font-family: 'Sunborn-SansOne';
}
.sunborn-italic {
	font-family: 'Sunborn-SansOneSlant';
}

.nav li ul {
    border-top: 0px !important;
}
#et_top_search:hover #et_search_icon:before, .mobile_menu_bar_toggle:before {
    color: #ffffff !important;
}
#top-menu a {
    color: #222222!important;
	text-transform: uppercase!important;
}
#top-menu a:hover {
    color: #ffffff!important;
    opacity: 1!important;
}
#top-menu .sub-menu a {
	text-transform: none!important;
}

#top-menu .sub-menu a:hover {
	background-color: #ffffff!important;
    color: #33BECB!important;
    opacity: 1!important;
}
#page-container .et-fixed-header #top-menu li.current-menu-item>a {
    color: #222222!important;
}
#top-menu .sub-menu li.current-menu-item>a {
    color: #222222!important;
}
#top-menu .sub-menu li.current-menu-item>a:hover, #page-container .et-fixed-header #top-menu li.current-menu-item>a:hover {
    color: #37beca!important;
    opacity: 1!important;
}
#top-menu .sub-menu li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 65%;
  height: 2px;
  border-bottom: 2px dotted rgba(0,171,201,0.3);
}
#top-menu .sub-menu li:last-child::after {
  content: none;
}

#main-header {
	background-image: linear-gradient(
  90deg, 
  rgba(55, 190, 202, 1) 0%, / #37beca avec 80% d'opacité 
  rgba(156, 110, 205, 1) 50%, /* #9c6ecd avec 80% d'opacité 
  rgba(196, 62, 43, 1) 100% /* #c43e2b avec 80% d'opacité 
) !important;
}

.et_mobile_menu {
    border-top: 0px!important;
}
.et_mobile_menu .menu-item-object-page>a {
    background-color: rgba(0,171,201, .03)!important;
	text-transform: uppercase!important;
    color: #33BECB!important;
}

#bouton-sticky {
	position:fixed;
	bottom:2%;
	right:1%;
	z-index:9999; 
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-color: RGBA(255, 255, 255, 0);
    border-radius: 10px;
    font-style: italic !important;
    text-transform: uppercase !important;
    background-image: linear-gradient(90deg, #37beca 0%, #9d6fb6 50%, #c43d2a 100%);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width : 980px) {
	#bouton-sticky {
		right:3%;
	}
}*/

body {
    font-family: 'Futura-Light', sans-serif;
	color: #1c819e;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    text-transform: uppercase;
	font-weight: normal;
    font-size: 18px;
	color: #1c819e;
}
.et_header_style_left #et-top-navigation nav>ul>li>a:hover {
	color: #ff993f;
}
.et-cart-info {
    color: #1c819e;
}

.et_pb_social_media_follow li {
    margin-bottom: 0px;
}

body {
  overflow-x: hidden!important;
}
.et_pb_section_0_tb_header.et_pb_section {
    padding-bottom: 0px!important;
}
.et_pb_section_0_tb_header {
	margin-bottom: 0px!important;
}

/*@media (min-width: 981px) {
    .woocommerce-order-received .et_pb_gutters2 .et_pb_column_1_2, .woocommerce-order-received .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
        width: 100% !important;
    }
	.woocommerce-order-received .woocommerce-order-overview {
		margin-bottom:0px!important;
		padding-bottom:10px!important;
	}
	.woocommerce-order-received .woocommerce-order-details {
		margin-top:20px!important;
	}
	.woocommerce-order-received h2 {
		text-transform: uppercase!important;
		font-size:22px!important;
	}
	.woocommerce-order-received .woocommerce-customer-details {
		margin-bottom:0px!important;
	}
	.woocommerce-order-received .woocommerce-customer-details--phone {
		padding-bottom:0px!important;
	}
	.woocommerce-order-received .woocommerce-table--order-details {
		margin-bottom:15px!important;
	}
	.woocommerce-order-received .button {
		color: #FFFFFF !important;
		border-width: 0px !important;
		border-radius: 0px;
		font-size: 16px;
		text-transform: uppercase !important;
		background-color: #FF993F !important;
		font-weight: 500;
		padding: 0.3em 1em;
		line-height: 1.7em !important;
		background: transparent;
		position: relative;
		border: 2px solid;
		border-radius: 3px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;		
		cursor: pointer;
		text-decoration: none;
		overflow: visible;
		box-shadow: none;
		text-shadow: none;
		font-size:16px!important;
	}
	.woocommerce-order-received .button:after {
		line-height: 1em;
		content: "\35";
		opacity: 0;
		position: absolute;
		margin-left: -1em;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
}*/

.et_mobile_nav_menu li a {
	font-size: 18px!important;
}

.et_pb_wc_checkout_payment_info_0 #payment .wc_payment_method, .et_pb_wc_checkout_payment_info_0 #payment .wc_payment_method::placeholder, .et_pb_wc_checkout_payment_info_0 #payment div.payment_box, .et_pb_wc_checkout_payment_info_0 #payment div.payment_box::placeholder {
    color: #1C819E!important;
}

.et_pb_wc_checkout_payment_info_0 #payment ul.payment_methods li {
	text-align: left!important;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #ff993f!important;
	margin-bottom: 0px!important;
}

.woocommerce .woocommerce-error a {
	color: #ffffff!important;
	font-size:16px!important;
}

/*.woocommerce-table tfoot {
	display:none!important;
}*/