/*
INFORMATIONS
Author: 		SMARTSON COMMUNICATION
Author URI: 	https://smartson.fr/
Version:		1.0
Licence:		GNU General Public Licence 2.0+
*/

/* Work container */



/*BACKGROUND FIRST SECTION*/
section.container_home{overflow-x: hidden; margin-top: 92px;}
/*section.container_home div.right_forme{display: inline-block; width: 220px; height: 400px; transform: skew(-25deg) translateX(50%); background-color: rgba(255, 242, 45, .5); border-radius: 30px 30px; position: absolute; right: -20px; top: 200px; z-index: 14;}*/
/*section.container_home div.right_forme:before{content: ""; display: inline-block; width: 220px; height: 400px; border: solid 3px rgba(0,111,168,1); border-radius: 30px 30px; position: absolute; right: 20px; top: -30px; z-index: 15;}*/
/*section.container_home div.left_forme{display: inline-block; width: 220px; height: 400px; background-color:rgba(0,111,168,.25); transform: skew(-25deg) translateX(-50%); border-radius: 30px 30px; position: absolute; left: -20px; top: 450px; z-index: 15;}*/
/*section.container_home div.left_forme:before{content: ""; display: inline-block; width: 220px; height: 400px; border:solid 3px rgba(255, 242, 45, 1); border-radius: 30px 30px; position: absolute; left: -20px; top: -20px; z-index: 15;}*/
section.container_home div.right_forme{display: none !important;}
section.container_home div.left_forme{display: none !important;}
section.container_home div.container_work_background{position: relative;}
section.container_home div.container_work_background div.container_background_lines{  display: table; width: 100%; height: 100%; color: #000; line-height: 1.6; position: absolute; overflow: hidden}
section.container_home div.container_work_background div.container_background_lines div.lines{position: absolute; top: 0; left: 0; right: 0; height: 100%; margin: auto; width: 90vw;}
section.container_home div.container_work_background div.container_background_lines div.lines div.line{position: absolute; width: 1px; height: 100%; top: 0; left: 50%; background: linear-gradient(45deg, transparent, rgba(0,0,0, .1), transparent); overflow: hidden;}
section.container_home div.container_work_background div.container_background_lines div.lines div.line:after{content: ''; display: block; position: absolute; height: 15vh; width: 100%; top: -50%; left: 0; background: linear-gradient(to bottom, #fff22d 0%, #fff22d 75%, #fff22d 100%); animation: drop 7s 0s infinite; animation-fill-mode: forwards; animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);}
section.container_home div.container_work_background div.container_background_lines div.lines div.line:nth-child(1){margin-left: -25%}
section.container_home div.container_work_background div.container_background_lines div.lines div.line:nth-child(1):after{animation-delay: 2s}
section.container_home div.container_work_background div.container_background_lines div.lines div.line:nth-child(3){margin-left: 25%}
section.container_home div.container_work_background div.container_background_lines div.lines div.line:nth-child(3):after{animation-delay: 2.5s}
@media (min-width: 0px) { 
    section.container_home div.right_forme{display: none;}
    section.container_home div.left_forme{display: none;}
}

@media (min-width: 1600px) { 
    section.container_home div.right_forme{display: block;}
    section.container_home div.left_forme{display: block;}
}


@keyframes drop{
  0%{top: -50%}
  100%{top: 110%}
}

.container_work {
    border-radius: 10px;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}


.container_menu_principal a:hover {
    background-color: #F5F5F5;
}

.container_menu_principal a {
    border-radius: 10px;
}

div.container_menu_principal nav.menu_principal div.menu-navigation_principal-container ul.menu>li.menu-item.menu-item-has-children.active>ul.sub-menu>li.menu-item.menu-item-has-children>a:hover {
    background-color: transparent;
}

div.container_menu_principal nav.menu_principal div.menu-navigation_principal-container ul.menu>li.menu-item.menu-item-has-children.active>ul.sub-menu>li.menu-item.menu-item-has-children>a {
    background-color: transparent;
    border-radius: 0;
}

.container_often_search>div>button {
    font-family: "Roboto";
    border: 1px solid #b2b2b2;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    padding: 5px 15px;
    border-radius: 3px;
    color: #3e3e3e;
    line-height: 13px;
    padding-left: 28px;
    text-align: left;
    position: relative;
    margin: 10px 10px 0 0;
}

.container_often_search>div>button::before {
    content: url("../images/loupe.svg");
    display: block;
    position: absolute;
    width: 12px;
    height: 13px;
    left: 11px
}

.container_often_search>div>button>span {
    font-weight: 300;
    font-size: 10px;
    color: #656565;
    margin-left: -17px;
}

.container_work_background {
    background-color: #fff;
    border-bottom-right-radius: 100px;
    z-index: 5;
}



/* 
TEST */


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* width: 260px!important; */
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 395px!important;
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0px 0px 20px rgb(0 0 0 / 15%); */
    padding: 15px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container_content h3 {
    font-size: 16px!important;
    font-weight: 400!important;
    color: #333;
    text-align: left;
    margin-bottom: 0px;
    line-height: 1.1!important;
}

.container_content {
    margin: 0 20px 17px 20px;
    text-align: left;
    overflow-wrap: anywhere;
}

.container_content :nth-child(1n) {
    font-family: "Roboto";
}

.container_content p {
    font-size: 13px!important;
    font-weight: 300!important;
    overflow: hidden;
    line-height: 18px !important;
    margin-top: 8px;
}

.container_tag {
    display: flex;
    margin: auto auto;
    width: 100%;
}

.container_photo {
    position: relative;
}

.container_slide_photo button {
    background-color: #ffeb00;
    height: 27px;
    width: 27px;
    padding: 0;
    border: none;
    border-radius: 3px;
    position: absolute;
    right: 11px;
    bottom: -12px;
}

.container_slide_photo button img {
    height: 15px;
    width: 15px;
    margin: auto auto;
}

.container_slide_photo button svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tag {
    text-align: left;
    font-size: 12px;
    margin-left: 20px;
    padding: 0px 12px;
    height: 20px;
    border: 1px solid black;
    border-radius: 10px;
}



nav.menu_principal div.menu-navigation_principal-container ul.menu>li.menu-item.menu-item-has-children.active>ul.sub-menu>li.menu-item.menu-item-has-children:first-child:first-child>a:first-child {
    display: none;
}

.sub-menu::-webkit-scrollbar {
    width: 3px;
}

.sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sub-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.duration {
    position: absolute;
    bottom: 0px;
    left: 20px;
    background-color: rgb(255, 255, 255, 0.7);
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Roboto";
}

.desc {
    display: grid;
    height: 100%;
    padding: 10px;
    margin: auto 0;
    font-size: 16px;
    position: relative;
    justify-content: start;
    align-items: end;
}

.desc span {
    font-family: "Roboto";
    text-align: left;
    overflow: hidden;
    justify-content: start;
    text-align: left;
    width: 100%;
    align-self: center;
}

.desc>span {
    font-weight: 600;
    align-self: end;
}

.desc div {
    display: grid;
    height: 100%;
}

a:hover {
    text-decoration: none;
}

#ulCity {
    display: none;
    max-height: 252px;
    overflow-y: hidden;
}

section.container_home div.container_form div.container_form_content form#form div.ui-widget.ui-widget-content>ul {
    top: 0!important;
    max-height: 200px;
    position: relative;
}

#locDiv {
    top: 3px;
    height: 30px;
    position: relative;
    z-index: 101;
    padding: 0;
    padding-left: 56px;
    font-size: 15px;
    font-weight: 700 !important;
    border-top: 1px solid #969696;
    font-family: "Roboto";
    color: #969696;
}

#locDiv:hover {
    color: #000!important;
}

section.container_home div.container_form div.container_form_content form#form div.ui-widget.ui-widget-content {
    border: solid 1px #000;
    border-top: none;
    border-radius: 0 0 3px 3px;
    z-index: 1;
    width: calc(100%) !important;
    left: 0px !important;
    top: -1px !important;
    z-index: 10 !important;
}

@media (max-width: 992px) {

    .desc>span {
        font-size: 24px;
        text-align: left;
    }
    .desc>div>span {
        font-size: 16px;
        text-align: left;
        width: 100%;
    }
    .container_text {
        margin: 0 auto;
        grid-template-columns: 1fr!important;
        grid-template-rows: 450px 1fr;
        justify-items: center;
        align-items: end;
    }
    .container_block_text {
        grid-template-columns: 1fr!important;
        grid-template-rows: 1fr 1fr!important;
        grid-row-gap: 30px!important;
    }
    .container_block_text_image {
        grid-row: 1;
        height: 100%;
        width: 450px;
    }
    .container_block_text_content {
        padding: 0 50px;
    }
}

@media (max-width: 728px) {
    .container_block_text_image {
        width: 350px;
        height: 350px;
    }
    .container_block_text_image div {
        height: 300px!important;
        width: 300px!important;
    }
}

input {
    outline: none;
}

.title {
    line-height: 1.1;
}



.scrollbar_margin {
    width: 25px;
    height: 100%;
    background: white;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

@media (max-width: 992px) {
    #cursusContainer {
        top: 159px!important;
    }
    #workContainer {
        top: 234px!important;
    }
}


.opacity_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: 60;
    display: none;
}


#showMore {
    display: none;
    height: 45px;
    background-color: #fff22d;
    overflow: hidden;
    outline: none;
    border-radius: 5px;
    border: none;
    font-family: "Roboto";
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.thumbnail {
    background-size: cover;
    border-radius: 5px;
}

#block_text_img_3 {
    background-image: url("https://btpcfa2022.smartson.me/wp-content/uploads/2022/09/journees_portes_ouvertes_10-11_mars_2023.jpg");
    background-size: cover;
    background-position: center;
}

/*body {
    height: 100vh;
    overflow-y: auto; 
    overflow-x: hidden; 
}*/