@font-face {
    font-family: 'roboto';
    src: url('/font/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'magniolia';
    src: url('/font/MagnoliaScript.otf');
}

@font-face {
    font-family: 'geo';
    src: url('/font/GeosansLight.ttf');
}

body {
    background-color: #305979;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: roboto;
    color: #353b48;
}



.picture_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 100vw;
    max-width: 800px;
    height: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-self: center;
    z-index: 0;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    justify-content: right;
    align-items: flex-end;
    /*background: rgb(48,89,121);*/
    /*background: linear-gradient(0deg, rgba(48,89,121,1) 0%, rgba(255,255,255,0) 46%);*/
}



.shop_name_txt {
    text-align: right;
    width: fit-content;
    height: fit-content;
    margin-right: 3%;
    max-width: 90%;
    background-color: rgba(250, 250, 250, 0.8);
    border-radius: 16px;
    padding: 4px 8px;
    font-size: 16px;
}

.ia_desc {
    width: 100%;
}

.ia_desc p {
    width: 90%;
    margin: auto;
    background-color: rgba(250, 250, 250, 0.8);
    border-radius: 16px;
    padding: 4px 8px;
    font-size: 16px;
    color: black;
}

.bloc_container {
    box-sizing: border-box;
    background-color: #ECF0F1;
    z-index: 1;
    width: 100vw;
    max-width: 600px;
    margin: auto;
    -webkit-box-shadow: 0px 0px 6px 0px #000000;
    box-shadow: 0px 0px 6px 0px #000000;
    position: relative;
    top: 0px;
    overflow-x: hidden;
    padding: 0 15px 30px 15px;
    transition: top 0.5s;
}

.bloc_logo {
    background-color: #ECF0F1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.bloc_logo img {
    display: block;
    margin: auto;
    width: 85px;
}

.bloc_logo p {
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
}

.bloc_white {
    box-sizing: border-box;
    background-color: #ECF0F1;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.24);
    padding: 10px;
    margin-bottom: 25px;
}

.bloc_white h2 {
    margin-top: 0;
}

h2 {
    font-size: 16px;
}

.bloc_white p {
    width: 97%;
    margin-left: auto;
    text-align: justify;
    font-size: 14px;
}

table {
    width: 100%;
}

tr {
    width: 100%;
}

th {
    height: 30px;
}

.cubePlanOn {
    background-color: #f9b233;
    height: 100%;
}

.cubePlanOff {
    background-color: #305979;
    height: 100%;
}

.click {
    cursor: pointer;
}

.info {

    text-align: center;
}

.bloc_title_job p {
    max-width: 370px;
    margin: 15px auto ;
    text-align: center;
    color: #305979;
    font-family: magniolia;
    font-size: 65px;
    line-height: 65px;
}

.sep_horiz {
    width: 40%;
    margin: auto;
    height: 3px;
    background-color: #305979;
}

.bloc_date_job {

    text-align: center;
    font-size: 20px;
}

.info_job {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 25px;
    margin-top: 25px;
}

.sep {

    width: 3px;
    height: 80px;
    background-color: #f9b233;

}

.bloc_info_job {
    width: 30%;
    text-align: center;
    color: #353b48;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bloc_info_job h3 {
    margin: 0;
    font-size: 30px;
    color: #305979;
}

.bloc_info_job p {
    margin: 8px 0 0 0;
}

.head_shop {
    background-repeat: no-repeat;
    background-size: cover;
}


.head_shop div {
    background-color: rgba(48, 89, 121, 0.7);
    color: white;
    width: 70%;
    margin: auto;
}

.head_shop p {
    text-align: center;
    margin: 3px 0 5px 0;
}

.name_shop {
    font-size: 35px !important;
}

.footer {
    margin-top: 20px;
}

.bloc_action2 {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 600px;
    max-width: 100vw;
    align-items: center;
    height: 110px;
    justify-content: space-evenly;
}

.action2 {
    border-radius: 18px;
    padding: 4px 8px;
    -webkit-box-shadow: 0px 0px 6px 0px #000000;
    box-shadow: 0px 0px 6px 0px #000000;
    text-align: center;
    color: #ECF0F1;
    width: fit-content;
    display: flex;
    align-items: center;
}

.action2 p {
    margin: 0;
    font-size: 15px;
}

.contact {
    background-color: #305979;
}

.circle_white {
    background-size: cover;
    background-color: white;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    margin-right: 8px;
}

.circle_white img {
    display: block;
    margin: auto;
    width: 100%;

}

.bloc_modal {
    z-index: 4;
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    transform: translate(-100%, 0);
}

.modal {
    box-sizing: border-box;
    max-width: 90vw;
    width: 400px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px #000000;
    box-shadow: 0px 0px 6px 0px #000000;
    margin: auto;
    border-radius: 5px;
    background-color: #305979;
    color: white;
}

.title_modal {
    color: #f9b233;
    font-size: 18px;
    text-align: center;
}

.content_modal {
    text-align: center;
}

.bloc_ref {
    width: 65%;
    padding: 6px 0;
    text-align: center;
    color: #1e272e;
    font-size: 22px;
    border-radius: 20px;
    background-color: #95a5a6;
    margin: 0 auto 20px auto;
}

.bloc_ref p{
    margin: 0;
}

.btn_modal {
    width: 80%;
    margin: 0 auto 9px auto;
    padding: 6px 0;
    text-align: center;
    font-size: 18px;
    background-color: #f9b233;

}

.modal a {
    color: white;
    text-decoration: none;

}

.footer_modal {
    font-size: 12px;
    text-align: center;
}

.close {
    position: sticky;
    top: 8px;
    left: 8px;
    width: fit-content;
    max-width: 34px;
}

.close img {
    width: 30px;
    opacity: 0.7;
}
