/*
 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
------------------------------------------------------- */
.et_pb_text_inner h1,
.et_pb_text_inner h2,
.et_pb_text_inner h3{
	line-height:1.5em;
}
.et_pb_text_inner h3{
	color:#121214;
}
.et_pb_slide_content .titre-slider-bold{
	font-family: "Unna", serif;
	font-size:42px;
}
.et_pb_slide_content h1{
	font-family: "Open Sans", sans-serif !important;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5em;
}

li.btn-magasin a{
	background-color:#E94C17;
	padding:15px 20px !important;
	color:#fff !important;
	border-radius: 5px;
	text-align:center;
	font-weight:700;
	letter-spacing:2px;
}
/********Phone sticky********/

.fixed-phone {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-color: #b0c707;
    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: 767px) {
  .reverse-col {
    display: flex;
    flex-direction: column-reverse;
  }

}


