body.page-template-default  {
    background: #C7D1DA;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
input.checked {
    background-color: transparent;
    background-image: url("checked.svg");
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
}
.wrapper_p_container .wrapper-photo .file_wrapper .link_your_tube:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("icon-yourtube.svg") center no-repeat;
    width: 30px;
    height: 23px;
}
body .wrapper_p_container .section.second .title_section:after {
    content: '2.';
}
 body .wrapper_p_container .section.last  .title_section:after {
    content: '3.';
}
body .wrapper_p_container .section.ready .title_section:before, body .wrapper_p_container .section.ready .application__contain:before {
    width: 26px;
    height: 26px;
    background-image: url("ready.png");
    background-position: center;
    background-repeat: no-repeat;
}
body .wrapper_p_container  .section.accepte:after {
    content: none;
}
.file_wrapper.none_validation .wrap-upload_img{
    border: 1px solid red;
}
.wrapper_submit {
    display: flex;
    margin-top: 60px;
    align-items: center;
}
.title_item {
    cursor: pointer;
}
.item.check_v .image {
    box-shadow: 0 0 0 2pt #182E44;
}
.pop-up {
    font-family: 'Roboto';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 46, 68, .8);
    z-index: 999;
    justify-content: center;
    align-items: center;
}
.pop-up .wrapper-pop {
    display: flex;
    max-width: 850px;
    width: 100%;
    background: #ffffff;
    box-shadow: 6px 10px 22px rgba(24, 43, 61, 0.15);
    border-radius: 4px;
    position: relative;
}
.pop-up .wrapper-pop p{
    margin: 0;
}
.pop-up .wrapper-pop .title {
    padding-left: 65px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    color: #182E44;
}
.pop-up .wrapper-pop .title:after {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("icon-pop-up.png") center no-repeat;
}
.pop-up .wrapper-pop .description {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 58px 40px 35px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pop-up .wrapper-pop .description .btn-modal a {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    background: #182E44;
    padding: 17px 10px;
    font-weight: normal;
    width: calc(50% - 7px);
    transition: all .5s;
}
.pop-up .wrapper-pop .description .btn-modal form {
    width: calc(50% - 7px);
}
.pop-up .wrapper-pop .description .btn-modal button {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    background: #182E44;
    padding: 17px 10px;
    width: 100%;
    border: 0;
    transition: all .5s;
}
.pop-up .wrapper-pop .description .btn-modal button:hover, .pop-up .wrapper-pop .description .btn-modal a:hover {
    text-decoration: none;
    background: #6A7E91;
    opacity: 1;
}
.pop-up .wrapper-pop .description .text {
    max-width: 395px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #415A71;
    text-align: justify;
}
.pop-up .wrapper-pop .description .text p:last-child {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #182E44;
    margin-top: 30px;
}
.pop-up .wrapper-pop .description .btn-modal {
    max-width: 395px;
    width: 100%;
    margin-top: 40px;
    text-align: right;
    display: flex;
    justify-content: space-between;
}
.pop-up .wrapper-pop .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.single-page.e-consultation .single_title {
    font-weight: 500;
    font-size: 46px;
    line-height: 54px;
    text-transform: uppercase;
    color: #182E44;
    text-align: center;
    padding: 35px 0;
}
.check_box.motif {
    width: 100%;
    margin-bottom: 15px;
}
