/* 
Theme Name: French Academy - Hello child theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

#desktop_book{
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
.callage{
    width:100%;
    height:100%;
    position:relative;
}
.container{
    width:100%;
    max-width: 1440px;  
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.animation_container{
    width:100%;
    position:relative;
}
.desktop_rond{
    position:absolute;
    cursor:pointer;
}
.desktop_rond:hover .desktop_rond_fond{
    transform:rotate(90deg);
}
#desktop_rond_vert{
    top: 17.2%;
    left: 0;
    width: 23.4%;        
}
.desktop_rond_fond{
    width:100%;
    height:100%;
    transition: all 0.4s ease-out;
}

.desktop_lien{
    background:#fff;
    color:#3C5E95;
    border:solid 2px #3C5E95;
    border-radius:25px;
    padding:5px 15px;
    margin-top:40px;
    text-transform: uppercase;
    font-size:18px;
    display: block;
    text-decoration: none;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translate3d(-50%,0,0);
    white-space: nowrap;
    opacity:0;
    transition: all 0.4s ease-out;
}

.desktop_lien.active{
    opacity:1;
}

.desktop_rond_milieu{
    top: 9%;
    left: 4%;
    width: 87%;
    position:absolute;
}
#desktop_rond_jaune{
    bottom: 0;
    left: 12.5%;
    width: 23.4%;
}
#desktop_rond_orange{
    bottom: 0;
    left: 64.1%;
    width: 23.4%;
}
#desktop_rond_rouge{
    top: 17.2%;
    right: 0;
    width: 23.4%;
}
#desktop_dynamic_container{
    width: 31.3%;
    position: absolute;
    top: 11.1%;
    left: 34.4%;
}
.desktop_rond_dynamic{
    width:100%;
    height:auto;
}
#desktop_rond_dynamic_color{
    width:calc(100% + 20px);
    height:calc(100% + 12px);
    border-radius:50%;
    position:absolute;
    top:-10px;
    left:-10px;
    border:solid 10px #fff;
    transition: all 0.4s ease-out;
}
#desktop_rond_dynamic_color.vert{
    border:solid 10px #8BC540;
}
#desktop_rond_dynamic_color.jaune{
    border:solid 10px #F4EB33;
}
#desktop_rond_dynamic_color.orange{
    border:solid 10px #F79421;
}
#desktop_rond_dynamic_color.rouge{
    border:solid 10px #BE2231;
}
#desktop_rond_dynamic_text_container{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
}
#desktop_rond_dynamic_text_content{
    width:100%;
    text-align:center;
}
.desktop_rond_dynamic_text{
    color: #3C5E95;
    font-size: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0,-50%,0);
    padding:0 30px;
    opacity:0;
    transition: all 0.4s ease-out;
}
.desktop_rond_dynamic_text.active{
    opacity:1;
}
.desktop_rond_text_container{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    position:absolute;
    top:0;
    left:0;
}
.desktop_rond_text_content{
    width:100%;
    text-align:center;
    padding:0 40px;
}
.desktop_rond_text{
    color:#3C5E95;
    font-size:19px;
}

#animation_mobile{
    display:none;
}

#mobile_book{
    width: 20%;
    position: absolute;
    top: 1%;
    left: 41%;
}

#mobile_dynamic_container{
    width: 77.5%;
    position: absolute;
    top: 9.9%;
    left: 11.1%;
}

.mobile_zone{
    position:absolute;
    width:50%;
    height:50%;
}

#mobile_zone_vert{
    top:0;
    left:0;
}

#mobile_zone_jaune{
    bottom:0;
    left:0;
}

#mobile_zone_orange{
    bottom:0;
    right:0;
}

#mobile_zone_rouge{
    top:0;
    right:0;
}

.mobile_rond_text_container{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    position:absolute;
    top:0;
    left:0;
}
.mobile_rond_text_content{
    width:100%;
    text-align:center;
    padding:0 40px;
}
.mobile_rond_text_content_left{
    width:100%;
    text-align:center;
    padding:0 20px 0 60px;
}
.mobile_rond_text_content_right{
    width:100%;
    text-align:center;
    padding:0 60px 0 20px;
}
.mobile_rond_text_top{
    margin-top:60px;
}
.mobile_rond_text_bottom{
    margin-bottom:60px;
}
.mobile_rond_text{
    color:#3C5E95;
    font-size:17px;
}

.mobile_rond_dynamic{
    position:absolute;
    top: 1.8%;
    left: 1.8%;
    width: 96.4%;
    height: 96.4%;
    border-radius:50%;
    display:none;
}

.mobile_rond_dynamic.vert{
   background: #8BC540;
}
.mobile_rond_dynamic.jaune{
   background: #F4EB33;
}
.mobile_rond_dynamic.orange{
   background: #F79421;
}
.mobile_rond_dynamic.rouge{
   background: #BE2231;
}

.mobile_rond_dynamic_text_container{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
}
.mobile_rond_dynamic_text_content{
    width:100%;
    text-align:center;
}
.mobile_rond_dynamic_text{
    color: #fff;
    font-size: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0,-50%,0);
    padding:0 90px;
    transition: all 0.4s ease-out;
}

.mobile_retour{
    margin-bottom:30px;
}

.mobile_lien{
    background:#fff;
    color:#3C5E95;
    border:solid 2px #3C5E95;
    border-radius:25px;
    padding:5px 15px;
    margin-top:40px;
    text-transform: uppercase;
    font-size:18px;
    display: inline-block;
    text-decoration: none;
}

@media screen and (max-width: 1300px) {
    .desktop_rond_dynamic_text{
        font-size:30px;
        line-height:36px;
    }
}

@media screen and (max-width: 1025px) {
    #animation_desktop {
        display:none;
    }
    #animation_mobile{
        display:block;
    }
}

@media screen and (max-width: 800px) {
    .mobile_rond_dynamic_text{
        font-size: 24px;
    }
    .mobile_rond_dynamic_text{
        padding:0 50px;
    }
    
    .mobile_retour{
        margin-bottom:20px;
    }
    .mobile_lien{
        margin-top:20px;
        font-size:13px;
    }
}

@media screen and (max-width: 500px) {        
    .mobile_rond_text_content_left{
        padding:0 20px 0 40px;
    }
    .mobile_rond_text_content_right{
        padding:0 40px 0 20px;
    }
    .mobile_rond_text_top{
        margin-top:40px;
    }
    .mobile_rond_text_bottom{
        margin-bottom:40px;
    }
    .mobile_rond_text{
        font-size:15px;
    }
    .mobile_lien{
        margin-top:30px;
        font-size:16px;
    }
}

@media screen and (max-width: 500px) {        
    .mobile_rond_dynamic_text{
        font-size: 16px;
    }
    .mobile_rond_dynamic_text{
        padding:0 30px;
    }
    .mobile_retour{
        margin-bottom:10px;
    }
    .mobile_lien{
        margin-top:10px;
        font-size:13px;
    }
}

@media screen and (max-width: 350px) {        
    .mobile_rond_dynamic_text{
        font-size: 14px;
    }
    .mobile_rond_dynamic_text{
        padding:0 30px;
    }
    .mobile_retour{
        margin-bottom:5px;
    }
    .mobile_lien{
        margin-top:5px;
        font-size:11px;
    }
}