/*
Theme Name: Divi Child
Theme URI: https://2clic.ch
Description: Thème enfant pour Divi
Author: Blaise & Nicolas - 2CLIC
Author URI: https://2clic.ch
Template: Divi
Version: 1.0
Text Domain: divi-child
*/

/* POLICE */
* {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 0;
  font-style: normal;
}
p {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 0;
  font-style: normal;
}

/* SITE 2CLIC TEMPORAIRE EN ATTENDANT LE LANCEMENT */
/* HOMEPAGE */

/*SECTION*/
#titre_section h2{
	font-size: 40px;
	text-align: center;
	padding-top: 50px;
	text-transform:uppercase;
	letter-spacing:0px;
}
#titre_section p{
	text-align: center;
	padding-bottom: 50px;
	font-size: 20px;
	font-weight:0;
	color:#000;
}

/* Liens */
a {
  color: #ffffff;
}
.produit_2clic {
  height: 350px;
}
.produit_h2_2clic {
  color: #000000;
  font-size: 30px;
  font-weight: 0;
  padding: 10px;
  text-align: center;
  padding-top: 20px;
}

/* NOUVEAU SITE 2CLIC */
/* EVERYWHERE */
.vertical_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bouton{
	text-decoration:none;
}

/*HEADER*/
#header h1{
	color:#fff;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 0;
	font-style: normal;
	font-size:36px;
	line-height:2em;
	text-transform:uppercase;
	text-align:center;
}
.blue{
	color:#1d4b99;
}
.orange{
	color:#ed8110;
}
.header_blue{
	color:#fff;
	background-color:#1d4b99;;
	padding:10px 30px;
	border-radius:50px;
}
.header_orange{
	color:#fff;
	background-color:#ed8110;;
	padding:10px 30px;
	border-radius:50px;
}
.header_black{
	color:#fff;
	background-color:#000;;
	padding:10px 30px;
	border-radius:50px;
}
/* SERVICES PAGE ACCUEIL */

#service{
	height:350px;
}
#services h2{
	color:#fff;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 0;
	font-style: normal;
	font-size:24px;
	text-transform: uppercase;
}
/*COMBO PACK - GAUCHE*/
.pack_prix p{
	text-align:center;
	color:#000;
	font-weight: 0;
	font-size:24px;
	text-transform: uppercase;
}
#pack_detail p{
	color:#1d4b99;
	padding:0px;
	margin:0px;
	font-size:15px;
	font-weight:0;
	line-height:2em;
	text-align:center;
}

@media screen and (max-width: 500px)/* Smartphone */ {
#pack_title_gauche h3{
	color:rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	font-size:50px;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 0;
	font-style: normal;
	min-height:100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:none;
}
}
@media screen and (min-width: 500px) /* Ecran ordinateur */ {
#pack_title_gauche h3{
	color:#fff;
	text-transform: uppercase;
	font-size:36px;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 0;
	font-style: normal;
	text-align:center !important;
	padding-left:20px;
	min-height:400px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height:2em;
}
}
/*COMBO PACK - DROITE*/
@media screen and (max-width: 500px)/* Smartphone */ {
#pack_title_droite h3{
	color:rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	font-size:50px;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 0;
	font-style: normal;
	min-height:100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
}
@media screen and (min-width: 500px) /* Ecran ordinateur */ {
#pack_title_droite h3{
	color:rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	font-size:150px;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 0;
	font-style: normal;
	text-align:right;
	padding-right:20px;
	min-height:400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
}
#bouton{
	height:50%;
}
.txt_droite_bleu p {
  	font-size:24px;
  	color: #1d4b99;
	padding:0px;
	margin:0px;
	font-weight:0;
	text-transform:uppercase;
	line-height:2em;
	text-align:center;
}
.txt_droite_orange p {
  	font-size:24px;
  	color: #ed8110;
	padding:0px;
	margin:0px;
	font-weight:0;
	text-transform:uppercase;
	line-height:2em;
	text-align:center;
}
/* SERVICES PAGE SERVICES */
.liste_orange li::marker {
  	color: #ed8110;
	padding-right:25px;
}
.liste_blue li::marker {
  	color: #1d4b99;
	padding-right:25px;
	
}
.liste{
	list-style-position: inside;
	text-align:left;
	background-color:#fff;
	padding:10px;
	border-radius:25px;

}
#services_details{
	color:#000;
}
#services_details h4{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.services_titre2 h2{
	color:#fff;
	text-transform: uppercase;
	font-size:36px;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 0;
	font-style: normal;
	text-align:center !important;
	padding-left:20px;
	min-height:400px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height:1.5em;
}
#services_titre3 h3{
	font-size: 40px;
	text-align: center;
	padding-top: 50px;
	text-transform:uppercase;
	letter-spacing:0px;
}
#services_titre3 p{
	text-align: center;
	padding-bottom: 50px;
	font-size: 20px;
	font-weight:0;
	color:#1d4b99;
}

/* SITE 2CLIC TEMPORAIRE EN ATTENDANT LE LANCEMENT - version one page */
/* Smartphone */
@media screen and (max-width: 500px) {
  .h2_blue_2clic {
    color: #1d4b99;
    font-size: 18px;
    padding: 10px;
	line-height: 2em;
  }
}
/* Desktop */
@media screen and (min-width: 500px) {
  .h2_blue_2clic {
    color: #1d4b99;
    font-size: 20px;
    padding: 10px;
  }
}
/* Smartphone */
@media screen and (max-width: 500px) {
  .h2_white_2clic {
    color: #ffffff;
    font-size: 18px;
	margin-top: 20px;
	line-height: 2em;
  }
}
/* Desktop */
@media screen and (min-width: 500px) {
  .h2_white_2clic {
    color: #ffffff;
    font-size: 20px;
	margin-top: 20px;
  }
}
.padding_50 {
	padding: 50px;
}
.margin_bottom_50 {
	margin-bottom: 50px;
}
.center {
  text-align: center;
  padding-bottom: 20px;
}
.p_orange_2clic {
  color: #ed8110;
  font-size: 20px;
  text-align: center;
}
.p_blue_2clic {
  color: #1d4b99;
  font-size: 20px;
  text-align: center;
}
.p_white_2clic {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}



/* FORMULAIRE ON-BOARDING */
/* Conteneur général */
.wpcf7-form {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif;
}

/* Titres et labels */
.wpcf7-form label {
  display: block;
  font-weight: 0;
  margin-bottom: 8px;
  color: #1f2937; /* Gris foncé */
}

/* Champs texte, email, tel, textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #d1d5db; /* Gris clair */
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  outline: none;
  border-color: #6366f1; /* Violet tendance */
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

/* Checkbox / radio */
.wpcf7-form .wpcf7-list-item label {
  font-weight: 0;
}

/* Bouton d'envoi */
.wpcf7-form input[type="submit"] {
  background-color: #6366f1; /* Violet tendance */
  color: #fff;
  font-weight: 600;
  padding: 15px 30px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #4f46e5;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Réponses / messages CF7 */
.wpcf7-response-output {
  margin-top: 15px;
  font-weight: 0;
  color: #16a34a; /* vert succès */
}
.wpcf7-form .two-columns {
  display: flex;
  gap: 20px;
}

.wpcf7-form .two-columns > div {
  flex: 1;
}