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

body
{
    background: #fff;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    min-height: 100vh;
}

body,
.main_container
{
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    background: #F4F4F4;
}


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

.main_container
{
    padding-bottom: 70px;
}

header
{
    color: white;
}
header,
footer
{
    background-color: #DE4711;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 20px;
}

footer img
{
    height: 100px;
}

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

.footer_item:hover
{
    border-bottom: 1px solid white;
    color: white;
}
.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
{
    background-color: #DE4711;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
}

.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;
}


















@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;
    }
}




