html,
body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    /*font-family: "Open Sans", Sans-serif;*/
    font-family: "JohnsonDisplay";
    font-size: 16px;
    min-height: 100vh;
}
@font-face {
    font-family: JohnsonDisplay;
    src: url("fonts/JohnsonDisplay-Medium.otf") format("opentype");
}
@font-face {
    font-family: JohnsonDisplay;
    font-weight: 600;
    src: url("fonts/JohnsonDisplay-Bold.otf") format("opentype");
}
@font-face {
    font-family: JohnsonDisplay;
    font-weight: 200;
    src: url("fonts/JohnsonDisplay-Light.otf") format("opentype");
}
@font-face {
    font-family: JohnsonDisplay;
    font-weight: 300;
    src: url("fonts/JohnsonDisplay-Regular.otf") format("opentype");
}
@font-face {
    font-family: JohnsonDisplay;
    font-weight: 100;
    src: url("fonts/JohnsonText-Regular.otf") format("opentype");
}
@font-face {
    font-family: JohnsonDisplay;
    font-weight: 400;
    src: url("fonts/JohnsonText-Light.otf") format("opentype");
}

.blue_label.title_sfd
{
    font-weight: 300;
    font-size: 4em;
}

.wrap:before
{
    content: ' ';
    background-image: url(../images/bg-safe-fleet.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    top: 0;
    display: block;
    background-position: right;
    background-size: cover;
    opacity: 0.6;
}

body,
.main_container
{
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}


.main_content_registered
{
    display: flex;
    flex: 1 0 auto;
}

.main_container
{
    padding-bottom: 70px;
}

header
{
    color: #777;
    padding: 0 !important;
}
header
{

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 20px;
}
footer
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    flex-direction: column;
}
footer a
{
    text-decoration: none;
    color: #0f68b2;
    margin-left: 5px;
    transition: 0.3s;
}

footer img
{
    height: 100px;
}

.content_footer
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 55%;
    max-width: 1000px;
}
.footer_item
{
    color: black;
    text-decoration: none;
    padding-bottom: 7px;
}

.footer_item:hover
{
    color: #333;
}
.container_text
{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.up_container
{
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.infos_section
{
    max-width: 1340px;
    margin: auto;
}
.content_text_item
{
    color: white;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.content_text_item:nth-child(2)
{
    font-size: 28px;
    font-weight: 200;
    text-transform: none;
}

.countdown_container
{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
    justify-content: center;
}
.countdown_content
{
    padding: 30px 0;
    width: 60%;
    flex-direction: column;
    display: flex;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    justify-content: center;
    align-items: center;
}
.orange_overlay
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cd_content_container
{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.cd_item_num
{
    font-size: 70px;
    font-size: 4.38em;
    font-weight: bold;
}

.cd_item_label
{
    font-size: 18px;
    font-size: 1.13em;
    text-align: center;
    font-weight: 600;
}
.index_outro,
.index_intro
{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 24px;
    font-weight: 300;
}
.index_intro img
{
    height: 100px;
    margin-bottom: 20px;
}
.boutons_container
{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 40%;
    padding: 20px 0;
}

.boutons_container.larger
{
    width: 70%;
}

.btn
{
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    background-color: #61CE7000;
    border: 2px solid white;
    color: white;
    font-size: 0.7em;
    padding: 5px 27px;
}
.btn:hover
{
    color: white;
}

.btn_index_log
{
    background-color: white;
    color: black;
}
.btn_index_log:hover
{
    color: black;
}

.program_container
{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #F4F4F4;
}
.program_content
{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.program_element_right
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.content_left
{
    display: flex;
    flex-direction: column;
    width: 40%;
}
.prog_hour
{
    color: #DE4711;
    font-weight: 400;
    line-height: 1.5;
}
.prog_title
{
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
.divider
{
    height: 1px;
    width: 6%;
    background-color: #DE4711;
    margin: 10px 0;
}
.divider2
{
    height: 2px;
    width: 22%;
    margin-bottom: 40px;
}
.prog_text
{
    font-weight: 100;
    font-size: inherit;
    line-height: 1.5;
}
.btn_index_log2
{
    background-color: #DE4711;
    font-weight: 500;
    font-size: 18px;
    width: 70%;
    padding: 10px 0;
}
.big_title
{
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
}
.popup_content_left
{
    width: 50%;
    display: flex;
    position: relative;
}
.popup_content_right
{
    width: 50%;
    display: flex;
    position: relative;
}

.pix_popup
{
    background-image: url("/images/popup-pix.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-body
{
    padding: 0;
}
.modal-header
{
    border-bottom: none;
}
.popup_left_englobe
{
    padding: 0 50px 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.popup_title
{
    font-size: 27px;
    color: #0c0c0c;
    font-weight: 500;
    width: 100%;
}

.popup_left_englobe label
{
    font-size: 14px;
    font-weight: 100;
    color: #000;
}

.main_content_registered
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 60px 0 90px;
}
.registered_left
{
    width: 44.006%;
}
.registered_right
{
    width: 55.994%;
}
.bg_grey_reg
{
    width: 100%;
    background-color: #F3F3F3;
    padding: 70px 0px 70px 70px;
    display: flex;
    position: relative;
    height: 500px;
}
.element_pix
{
    margin: 0% -17% 0% 9%;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 17%);
    width: 100%;
}
.real_pix_bg
{
    background-image: url("../images/popup-pix.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
}

.right_container
{
    padding: 0% 12% 0% 32%;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
}
.cadre_clip img
{
    width: 70%;
    margin: 18px 0;
}

.registered_right .big_title
{
    font-size: 40px;
    font-weight: 400;
    text-transform: inherit;
    line-height: 1;
}

.registered_right .divider
{
    height: 3px;
}
.registered_right .boutons_container
{
    width: 100%;
}
.btn_index_cal
{
    padding: 12px 24px;
    font-size: 15px;
    border: 1px solid #000000;
    color: black;
}
.btn_index_cal:hover
{
    color: black;
}
.title_count
{
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 23px;
    font-weight: 300;
    margin-top: 25px;
}
.countdown_content_registered
{
    padding: 0;
    border: none;
    width: 100%;
}
.countdown_content_registered .cd_item_num
{
    font-size: 50px;
    font-weight: 400;
}
.countdown_content_registered .cd_content
{
    line-height: 1;
}
.countdown_content_registered .cd_item_label
{
    font-size: 14px;
    color: #DE4711;
}

.reg_sub_title
{
    width: 100%;
    text-align: left;
}
.pix_container img
{
    width: 50%;
}
.widget_container
{
    margin: -50px 0 50px;
}
.header_content
{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    background-color: #F1EFED;
    border: 1px solid #EBE6E3;
}

.main_container.mentions
{
    padding: 80px 50px 50px;
    color: #7a7a7a;
}
.pix_container2
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}
.pix_container2 img
{
    width: 10%;
    margin-bottom: 40px;
}
.text_mention_title
{
    color: #DE4711;
    font-weight: 600;
}

.btn.valid
{
    background-color: #DE4711;
    font-size: 16px;
    border: none;
    margin: 20px;
}

.form-group
{
    display: flex;
    justify-content: center;
    align-items: center;
}


form.webinar{
    margin-top: 100px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-top: 60px;
    max-width: 400px;
}





.login
{
 background: white;
 padding: 30px;
 border-radius: 5px;   
}



.instruct
{
    margin: 20px;
    color: darkslategrey;
    font-size: 1.1rem;
}

.login input
{
    margin: 20px;
}

.login button
{
        background: #78b4cc;
    border: none;
    border-radius: 5px;
    padding: 5px 40px;
    color: white;
}
.combo
{
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #EBE6E3;
    margin: 30px 0;
    background-color: #F1EFED;
}
.blue_label
{
    color: #564C47;
    font-weight: 100;
    font-size: 17px;
}
.combo2 input
{
    height: 40px;
    border-radius: 5px;
    border: 1px solid #459ad6;
    min-width: 230px;
    padding: 0 10px;
    font-weight: 100;
}
.combo2
{
    padding: 50px;
}
.combo2 .btn
{
    background-color: #0F68B2;
    color: #ffffff;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 100;
    border: none;
}
.combo2 .btn:hover
{
    border: 1px solid #0f3a5d;
}
.combo2 input[type="radio"]
{
    min-width: inherit;
}
.select_error
{
    color: #EB1700 !important;
}
.error
{
    background-color: #EB1700;
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    padding: 5px 40px;
    border-radius: 5px;
}
.text_content
{
    width: 60%;
}
.text_content .blue_label
{
    font-size: 19px;
    line-height: 2;
    text-align: center;
}
.board
{
    width: 45%;
    min-width: 440px;
}
.jj_logo
{
    height: 28px;
}
.sfd_logo
{
    height: 120px;
}
.blue_label2
{
    color: #EB1700;
    font-weight: 600;
    font-size: 2rem;
}
.form-select
{
    color: #564C47;
    font-weight: 100;
}
/*.footer_text
{
    width: 50%;
}*/
.disclaimer_text
{
    margin-top: 10px;
    width: 60%;
}


@media (max-width: 1024px)
{
    .main_content_registered
    {
        flex-wrap: wrap-reverse;
    }
    .registered_left,
    .registered_right
    {
        width: 100%;
        margin-top: 50px;
    }
    .right_container
    {
        padding: 0% 12%;
    }
    .reg_sub_title
    {
        text-align: center;
    }
    .bg_grey_reg
    {
        padding: 70px 0;
        width: 91%;
    }
}

@media (max-width: 980px)
{
    .modal.fade .modal-dialog
    {
        max-width: none !important;
    }
}

@media (max-width: 850px)
{

    .big_title
    {
        font-size: 30px;
    }
    .cd_item_num
    {
        font-size: 40px;
    }
    .cd_item_label
    {
        font-size: 11px;
    }
}
@media (max-width: 500px)
{
    .header_content
    {
        height: 150px;
    }
    .blue_label2
    {
        font-size: 1.6rem;
        margin-bottom: 10px !important;
    }
    .blue_label.title_sfd
    {
        font-size: 2.2em;
        margin: 20px 0 !important;
    }
    .board
    {
        width: 100%;
        align-items: baseline !important;
        min-width: auto;
    }
    .board.board2
    {
        align-items: start !important;
        justify-content: space-evenly;
    }
    .jj_logo
    {
        height: 17px;
    }
    .sfd_logo
    {
        height: 100px;
    }
    .title_teaser
    {
        padding: 20px !important;
    }
    .combo
    {
        flex-wrap: wrap;
        justify-content: center;
    }
    .combo2
    {
        padding: 20px;
    }
    .combo_start .blue_label
    {
        margin-bottom: 20px!important;
    }
    .blue_label
    {
        width: 100% !important;
        text-align: center!important;
    }
    .form-select
    {
        width: 90% !important;
        margin: auto;
    }
    .combo2 .blue_label
    {
        margin-bottom: 0;
    }
    .combo select
    {
        font-size: 14px;
    }
    .combo2 input
    {
        min-width: 180px;
        font-size: 14px;
    }
    .combo2 .btn
    {
        font-size: 14px;
        line-height: 1.3;
    }
    h1
    {
        font-size: calc(1.175rem + 1.5vw);
    }
    .title_teaser_confirm h1
    {
        margin: 0 !important;
    }
    .title_teaser_confirm .text_content
    {
        width: 100%;
        margin-top: 10px !important;
    }
    .title_teaser_confirm .text_content .blue_label
    {
        line-height: 1.7;
    }
}




















