/*
Theme Name: La Boîte à Donuts
Theme URL: https://laboiteadonuts.fr
Description: La Boîte à Donuts
Author: La Boîte à Donuts
Author URL: https://laboiteadonuts.fr
Template: hello-elementor
Version: 1.0.0
Text Domain: laboiteadonuts
*/

h1.entry-title{
    display: none !important;
}

.single .introduction{
    padding: 0 64px 0 64px;    
}

.single .introduction p{
    font-size: 28px;
    line-height: 42px;
}

.single .image img{
    height: 480px;
    border-radius: 16px;
}

.single .texte{
    padding: 0 64px 0 64px;    
}

.single .texte p{
    font-weight: 400;
    font-size: 21px;
    line-height: 31px;
}

.single .texte h2{
    font-weight: 900;
    font-size: 37px;
    line-height: 41px;
}

.single .texte h3{
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
}

.single .texte h4{
    font-weight: 900;
    font-size: 21px;
    line-height: 29px;
}

.single .texte ul{
    list-style: none;
    margin-left: 40px;
}

.single .texte li{
    font-size: 21px;
    line-height: 31px;
    position: relative;
}

.single .texte li:before{
    content: " ";
    width: 12px;
    height: 12px;
    background-color: #E96652;
    border-radius: 50px;
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    left: -28px;
}

.single .texte a{
    font-weight: 700;
    text-decoration: underline;
    color: #E96652;
    font-size: 21px;
    line-height: 31px;
}

.single .citation{
    padding: 0px 145px;
}

.single .citation:before{
    content: " ";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 100px;
    background: url('/wp-content/uploads/2024/06/Confetti-1.svg');
}

.single .citation:after{
    content: " "; 
     width: 25px;
    height: 25px;
    position: absolute;
    bottom: 20px;
    right: 100px;
    background: url('/wp-content/uploads/2024/06/Confetti-2-1.svg');
}

.single .citation p{
    font-size: 28px;
    line-height: 42px;
}



@media screen and (max-width:1024px){
.single .introduction{
    padding: 0;
}

.single .introduction p{
    font-size: 21px;
}

.single .image img{
    height: 200px;
}

.single .texte{
    padding: 0;
}

.single .texte h2{
    font-size: 28px;
    line-height: 34px;
}

.single .texte h3{
    font-size: 21px;
    line-height: 25px;
}

.single .texte h4{
    font-size: 16px;
    line-height: 22px;
}

.single .texte ul{
    margin-left: 30px;
}

.single .texte li:before{
    content: " ";
    width: 10px;
    height: 10px;
    top: 15px;
    left: -25px;
    background-size: cover;
}

.single .citation{
    padding: 0px 20px;
}

.single .citation p{
    font-size: 21px;
    line-height: 32px;
}

.single .citation:before{
        left: -10px;
}
    
.single .citation:after{
        right: -10px;
}

}

.single .texte a{
    color: #E96652 !important;
}

.single .texte a:hover{
    color: #EF8F80 !important;
}

.single .texte a:active{
    color: #CA513F !important;
}

/*.single .texte a:visited{
    color: #C29DE7 !important;
}*/

.crt-icon-youtube path{
    fill: white !important;
}

body, html{
	overflow-x:hidden;
}

.fa-facebook-f:before{
    content: "\f39e" !important;
}

a{
	outline: 0;
}

.elementor-sticky__spacer{
	opacity: 0;
	z-index: 0 !important;
}

.elementor-sticky__spacer + .elementor-element-5ce2b637{
	position:fixed !important;
	top: 80px;
	right:0 !important;
}

@keyframes customFadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }                                        
}
.customFadeInUp{
    animation-name: customFadeInUp;
}

.glider-dot, .glider-next, .glider-prev {
    border: 0 !important;
    padding: 0 !important;
    user-select: none !important;
    outline: 0 !important;
}

.glider-wrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}
.glider-prev {
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 24px;
    position: absolute;
    top: 50%;
    right: calc(100% + 18px);
    left: auto;
    transform: translateY(-50%);
    border: 4px solid transparent;
    transition: all 0.5s ease;
}
.glider-next {
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 24px;
    position: absolute;
    top: 50%;
    left: calc(100% + 18px);
    border: 4px solid transparent !important;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.5s ease;
}

.glider-next:active, .glider-prev:active{
    background: #FFC400 !important;
    border-color: #DFAB00 !important;
    transition: all 0.5s ease;
}

.glider-next img, .glider-prev img{
	margin: auto;
}

.glider-prev:hover, .glider-next:hover{
	background: #FFE670;
    border-color: #FFE670;
    transition: all 0.5s ease;
}
.glider-prev:hover img, .glider-next:hover img{
    display: none;
}
.glider-prev:hover:before, .glider-next:hover:before{
    content: " ";
    z-index: 1;
    width: 20px;
    height: 30px;
    background-image: url('/wp-content/uploads/2021/10/Vector-33.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.glider-prev img,
.glider-next img {
    width: 21px;
}

.glider-dots .glider-dot {
    border: none !important;
    width: 12px !important;
    height: 12px !important;
    margin: 10px;
    color: transparent;
    background-image: url('/wp-content/uploads/2024/06/Group-46.svg');
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: none;
}
.glider-dots .glider-dot.active {
    background-image: url('/wp-content/uploads/2024/06/Union-2.svg');
    margin:8px;
    border: none !important;
    width: 16px !important;
    height: 16px !important;
}
.glider-dots .glider-dot:hover {
    background-image: url('/wp-content/uploads/2021/10/Slider-dot.svg');
    margin: 4px;
    border: none !important;
    width: 24px !important;
    height: 24px !important;
}




.read-more-wrapper {
    height: 310px;
    overflow: hidden;
}
.read-more-wrapper.open {
    height: auto;
}
.read-more-trigger {
    cursor: pointer;
}