/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Kalam:wght@300;400;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.et_pb_text_inner h1{
	font-size:36px;
	font-weight:700;
}
.et_pb_text_inner h2,
.et_pb_promo_description h2{
	font-size:24px;
	font-weight:700;
}
/*Page politique de confidentialité*/
.page-id-3 h2{
	font-size:18px !important;
}
.et_pb_text_inner h3,
.et_pb_promo_description h3,
h3.et_pb_module_header{
	 font-family: "Comic Neue", cursive;
	font-size:24px;
	font-weight:600;
	color:#9e5128;
}
.et_pb_text_inner h1,
.et_pb_text_inner h2,
.et_pb_promo_description h2,
.et_pb_text_inner h3,
.et_pb_promo_description h3,
h3.et_pb_module_header{
	line-height:1.5em;
}
.et_pb_text_inner h1,
.et_pb_text_inner h2,
.et_pb_promo_description h2{
	text-transform:uppercase;
}
.et_pb_slide_content span{
	font-size:24px;
	letter-spacing:3px;
	text-transform:uppercase;
	font-weight:400;
}

/********Phone sticky********/

.fixed-phone {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-color:#9e5128;
    border-radius: 30px 0px 0px 30px !important;
    width: 60px;
    transition: width 0.3s ease, background-color 0.5s ease;
    overflow: hidden;
    z-index: 2;
    white-space: nowrap; 
}
.fixed-phone a {
  display: flex;
  align-items: center;
  color: white;
	padding: 15px 0px 15px 20px;
  text-decoration: none;
  font-size: 16px;
}
.phone-icon {
  font-size: 20px;
  margin-right: 10px;
  transform: rotate(90deg);
}
.phone-number {
  display: none;
  font-size: 16px;
  color: white;
  white-space: nowrap; 
}
.fixed-phone:hover {
  width: 210px; 
}
.fixed-phone:hover .phone-number {
  display: inline;
}
.fixed-phone:hover .phone-icon {
  margin-right: 15px;
}
@media (max-width:767px) {
.fixed-phone {
    width: 50px;
}
.fixed-phone a {
    padding: 10px 0px 10px 10px;
}
}
/********End Phone sticky********/

@media (max-width: 768px) {
	.col-reverse{
		display:flex;
		flex-direction:column-reverse
	}
	.et_pb_slide_content p{
		font-size:24px !important;
	}
}