/*
Theme Name: en1clic
Description: Theme enfant de Divi par Divi Community
Author: romain sudre
Author URI: https://www.earthdesign.fr
Template: Divi
Version: 1.1
*/

/*
 #######  ##   ##             ##                ####   ####      ####      ####
  ##   #  ###  ##            ###               ##  ##   ##        ##      ##  ##
  ## #    #### ##             ##              ##        ##        ##     ##
  ####    ## ####             ##              ##        ##        ##     ##
  ## #    ##  ###             ##              ##        ##   #    ##     ##
  ##   #  ##   ##             ##               ##  ##   ##  ##    ##      ##  ##
 #######  ##   ##           ######              ####   #######   ####      ####
*/


/* 
** CENTRER DU CONTENU VERTICALEMENT 
*/

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}


/*
** 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) {
	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
  
#post-27 > div > div > div > div.et_pb_section_6.et_pb_section.et_section_regular.et_flex_section.divi-animated-section > div.et_pb_row_9.et_pb_row.et_flex_row{
  width: 100%;
}
}


/*
** 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%;
}
/* background du site */
body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/* Pseudo-élément animé 
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background: linear-gradient(to right,
    #2575fc 0%,
    #2575fc 10%,
    #6a11cb 90%,
    #6a11cb 100%
  );
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: slideGradient 20s cubic-bezier(0.4, 0.0, 0.2, 1) infinite alternate;
  z-index: -1;
}

@keyframes slideGradient {
  0%   { background-position: 10% 0%; }
  100% { background-position: 90% 0%; }
}
*/
/* calage nav bar */
#et-boc > header > div > div.et_pb_section.et_pb_section_0_tb_header.et_pb_sticky_module.et_pb_with_background.et_section_regular.et_pb_section--with-menu.et_pb_sticky.et_pb_sticky--top > div > div > div > div{
    margin-right:20px!important;
    margin-left: 20px!important;
    padding-top: 10px!important;
}
#mobile_menu1{
    text-align: left!important;
}

/*calage acordéon */

.dsm_image_accordion_title{
  transform: translatex(0vw)!important;
  opacity: 1!important;
}
.dsm_image_accordion_image_icon_wrapper{
  transform: translatex(0vw)!important;
  opacity: 1!important;
  padding-top: 40px!important;
}
#post-27 > div > div > div > div.et_pb_section_6.et_pb_section.et_section_regular.et_flex_section.divi-animated-section > div.et_pb_row_8.et_pb_row.et_flex_row > div > div > div > div{
    padding-bottom: 20px!important;
    padding-top: 20px!important
}

/* modification du popup */
#et-boc > div > div.area-outer-wrap.popup_outer_wrap.et-l.entry-content > span > a{
    color: #ff0000;
    border-radius: 10px;
    font-size: 5rem;
    background: transparent;
    box-shadow: none;
}

/* modification du cookie consent */
body > div.cky-btn-revisit-wrapper.cky-revisit-bottom-left{
    background-color: transparent!important;
        background-image: url(https://en1clic-solutions.fr/wp-content/uploads/2026/04/robot_eating.gif)!important;
    background-size:contain!important;
    background-repeat: no-repeat!important;
    height: 100px!important;
    width: 100px!important;
}
body > div.cky-btn-revisit-wrapper.cky-revisit-bottom-left > button > img{
display:none;

}
body > div.cky-modal.cky-modal-open > div > div.cky-footer-wrapper > div > button.cky-btn.cky-btn-accept{
    border-radius: 50px;
    background-color:#42bac3!important;
    border: none;
}
body > div.cky-modal.cky-modal-open > div > div.cky-footer-wrapper > div > button.cky-btn.cky-btn-reject{
    border-radius: 50px;

}
body > div.cky-modal.cky-modal-open > div > div.cky-footer-wrapper > div > button.cky-btn.cky-btn-preferences{
    border-radius: 50px;
}
#tw-target-text{
    font-family: poppins;
}



