/************ SIDEBAR API STYLE ****************/
.widget_sidebar_services_moci h2 {
    font-size: 24px;
    color: #cd1719;
    line-height: 28px;
    text-align: center;
    font-family: Merriweather;
    font-weight: 700;
    font-style: normal
}
.widget_sidebar_services_moci .sidebar_bloc h3._heading {
    font-size: 20px;
    color: #ffffff;
    line-height: 12px;
    text-align: left;
    font-family: Source Sans Pro;
    font-weight: 400;
    font-style: normal
}

.widget_sidebar_services_moci .sidebar_bloc {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #cd1719;
    border-radius: 10px;
    margin: 20px 0;
}

.widget_sidebar_services_moci .sidebar_bloc .sidebar_services_moci {
    position: relative;
}

.widget_sidebar_services_moci .sidebar_bloc .sidebar_services_moci a.btn_sidebar {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    border-radius: 8px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 60%;
    text-decoration: none;
    color: #000000;
    margin: 22px 0;
    padding: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.widget_sidebar_services_moci .sidebar_bloc .sidebar_services_moci a.btn_sidebar:after {
    content: " ";
    position: absolute;
    background-image: url("img/btn_arrow_cercle.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: 13px;
    width: 25px;
    height: 25px;
    margin: auto;

}

.widget_sidebar_services_moci .sidebar_bloc .sidebar_services_moci details {
    padding-bottom: 15px;
    position: relative;
}

.widget_sidebar_services_moci .sidebar_bloc .sidebar_services_moci details summary {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5px;
}

.widget_sidebar_services_moci .sidebar_bloc .sidebar_services_moci details summary::marker {
    display: none;
}

.widget_sidebar_services_moci .sidebar_bloc .sidebar_services_moci details summary {
    display: inline-block;
    margin-top: 0;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    font-family: Source Sans Pro;
    text-align: left;
    float: right;
    color: #fff;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.widget_sidebar_services_moci .sidebar_bloc .sidebar_services_moci details summary img {
    margin: 0;
    margin-top: 0px;
    margin-left: 5px;
    width: 12px;
    height: 9px;
}

.widget_sidebar_services_moci .sidebar_bloc .sidebar_services_moci details[open] summary span {
    display: inline-block;
    text-indent: -9999px;
    line-height: 0;
    /* Collapse the original line */
}

.widget_sidebar_services_moci .sidebar_bloc .sidebar_services_moci details[open] summary span::after {
    content: "Voir moins";
    text-indent: 0;
    display: block;
    line-height: initial;
    /* New content takes up original line height */
}

/************* FORMATION STYLE ****************/
._items_list .form-check {
    justify-content: flex-start;
    display: flex;
    align-items: baseline;
    gap: 0px 5px;
    margin: 5px 0;
}

._items_list .jeg_block_heading {
    position: relative;
    margin-bottom: 15px;
    margin-top: 30px;
}

._items_list .btn {
    margin-right: 10px;
    font-size: 12px !important;
    line-height: 5px !important;
    padding: 15px;
    height: 34px;
}

._items_list .btn_actions {
    display: flex;
    margin: 20px 0;
}
._items_list .btn_actions .reset {
    background-color: #ffffff;
    border: 1px solid #CD1719;
    color: #CD1719;;

}
._items_list .btn_actions button {
    margin-right: 10px;
    font-size: 12px !important;
    line-height: 5px !important;
    padding: 15px;
    height: 34px;
}

._items_list .item {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    border-bottom: 2px solid #eee;
    column-gap: 16px;
    display: flex;
    flex-grow: 1;
    margin: 10px 0;
}

._items_list .item:last-child {
    border-bottom: none;
}

._items_list .item img.logo {
    display: block;
    position: relative;
    width: 160px;
    height: auto;
}

._items_list .item .__single {
    padding: 5px 0 5px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

._items_list .item .__single .heading {
    color: #393e4f;
    font-weight: 600;
    text-transform: initial;
    font-size: 26px;
    line-height: 28px;
    margin: 12px 0;
    display: inline-block;
}

._items_list .item .__single a.actions_ {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    height: 15px;
    text-align: center;
    font-weight: 700;
    text-decoration: none !important;
    margin: 5px 0;
    font-size: 14px;
}

._items_list .item .__single .location,
._items_list .item .__single .duree,
._items_list .item .__single .accreditation {
    margin-top: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px 10px;
    font-size: 14px;
}

._items_list .item .__single .location img,
._items_list .item .__single .duree img,
._items_list .item .__single .accreditation img {
    width: 16px;
    height: 16px;
}

._items_list .item .__single a.actions_::before {
    content: " ";
    position: absolute;
    background-image: url(img/chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    right: 0px;
}

._items_list, .__single {
    margin: 20px 0;
}
.__single ._back_btn a {
    background: #3A3A3A;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 12px;
}
.__single ._back_btn a:before {
    background-image: url(img/chevron_left.svg);     
    background-size: 10px 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 8px;
    content: "";
}

.__single p {
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin: 5px 0 5px 0;
}

.__single h2 {
    color: #CD1719;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.7rem;
}

.__single .labelRound {
    border: 2px solid #CD1719;
    font-size: 14px;
    border-radius: 20px;
    padding: 5px 20px;
    display: inline-block;
    color: #CD1719;
    font-weight: 500;
    margin: 0 10px 0 0;
}

.__single .details-description_list {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 5px;
}

.__single ._details {
    margin: 5px 0;
}

.__single ._label {
    display: inline-block;
    font-weight: 700;
    color: #000;
}

.__single ._label::before {
    background-image: url(img/icon_bullet.svg);
    background-size: 10px 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    content: "";
}

.__single ul li {
    padding: 5px 0;
}

.__single img.icon.cl {
    /*filter: brightness(0) invert(1);*/
    display: inline-block;
    width: 20px;
    height: 20px;
}

.__single .location {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px 10px;
}

.__single .location ul li::marker {
    display: none;
}

.__single .location ul li {
    padding: 2px 0;
}

.__single .location ul {
    list-style: none;
}

/*************/
.formation-sidebar {
    position: relative;
    display: block;
    padding: 10px;
    background: #eee;
    margin-bottom: 20px;
}

.formation-sidebar ._heading { 
    font-family: Merriweather;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    color: #7C766B;
}

.formation-sidebar ._block {
    display: inline-flex;
    column-gap: 16px;
    align-items: baseline;
}

.formation-sidebar ._block>label {
    font-size: 16px;
    line-height: 1.7rem;
    color: #3d3e40;
    font-weight: 700;
    min-width: 100px;
}

.formation-sidebar ._block ._block_widget {
    margin: 0 20px;
}

.formation-sidebar ._block ._block_widget>label {
    color: #3d3e40;
    font-size: 16px;
}

.formation-sidebar input,
.formation-sidebar textarea,
.formation-sidebar select,
.formation-sidebar .chosen-container-single .chosen-single {
    box-sizing: border-box;
    width: 320px;
    height: 40px;
    max-width: 320px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 7px 34px 7px 16px;
    margin-top: 8px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #393e4f;
}

.formation-sidebar .chosen-container-single .chosen-single {
    color: #757575; 
    font-size: 14px;
}
.formation-sidebar .chosen-container-single .chosen-single.chosen-default span {
    color: #C1C1C1;
}
.formation-sidebar select
{

    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(img/arrowcircledown.svg);
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: 15px;
}
.chosen-container-single .chosen-single div:after
{
    color: transparent !important;
    background-image: url(img/arrowcircledown.svg);
    background-repeat: no-repeat;
    background-position-x: 85%;
    background-position-y: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    opacity: 0.5;
}

/**** STYLE RISQUES PAR PAYS ******/
.__single .wrap_content {
    position: relative;
}
.__single .wrap_content .image{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: -1;
}
.__single .wrap_content .image img{
    display: block;
    width: 300px;
}
.__single .wrap_content .subtitle { 
    color: #cd1719; 
    text-transform: uppercase;
    font-family: Merriweather;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;  
}

.__single .wrap_content .jeg_post_title { 
    color: #cd1719; 
    text-transform: initial;
    font-family: Merriweather;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;   
    margin: 0;
    margin-bottom: 38px;
}

.__single .wrap_content ._bloc h3 {
    color: #cd1719; 
    text-transform: uppercase;
    font-family: Merriweather;
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;  
}
.__single .wrap_content ._bloc .content, .__single .wrap_content ._bloc .content p {
    color: #000000;  
    font-family: Merriweather !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;  
}

.__single .wrap_content ._bloc .content p + ol{ 
    list-style: auto;
    margin-left: 30px;
    clear: both;
}
._items_list .small {
    font-size: 10px;
}

._bloc_conseil {
    display: block;
    position: relative;
    padding: 20px;
    margin: 40px 0;
    background: #c4d8e1;
}
._bloc_conseil h3 {
    color: #496372;
    text-transform: uppercase;
    font-family: Merriweather;
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
}
._bloc_conseil h3 b {
    color:#11191e
 }
._bloc_conseil .content, ._bloc_conseil .content p { 
    font-size: 14px;
    font-family: Merriweather;
}

.formation-sidebar .loader_picto {
    width: 20px;
    height: 20px;
    margin: 6px 12px 0 12px;
}

.read_more > a {
    color: #2464f3 !important;
    font-size: 13px;
    text-transform: uppercase; 
    background-color: transparent !important;
    border: none !important;
}

/************/
.js_themas .banner
{
    display: inline;
    position: relative;
    max-width: 100%;
    max-height: 495px;
}
.js_themas .description { 
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 2rem;
    padding: 45px 0;
}

.js_themas .description ol, .js_themas .description ul { 
    padding-left: 35px;
}
.js_themas .sub_title {
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.9rem;   
    color: #000F42;
    padding-bottom: 40px;
}
.js_themas .post .post_thumbnail
{
    object-fit: cover;
    object-position: center;
    width: 372px;
    height: 339px;
    margin-bottom:18px;
} 

.js_themas .post .categories {
    margin: 0.5rem 0;
    height: 18px;
    color:#D90D1E;
    text-align: center;
    font-size: 16px;
}
.js_themas .post.sponsored .post_thumbnail {
    border: 3px solid #00B050;
}
.js_themas .post.sponsored .categories {
    color: #00B050;
}
.js_themas .post p.post-title ,
.js_themas .post .post-title a
{ 
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5rem;  
    text-align: center; 
    color: #000F42;

}
.js_themas .partners {
    padding-bottom: 48px;
}
.js_themas .partners h2 { 
    padding-bottom: 38px;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #333333;
}
.js_themas .partners .partner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}
.js_themas .partners .partner a {
    display: block;
    text-align: center;
}
.js_themas .partners .partner a img{
    filter: grayscale(1);
    max-width: 160px !important;
    max-height: 120px !important;
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: block;
}

.js_themas .partners .partner a:hover img{
    filter: grayscale(0);

}

.js_themas .partners .partner a .name{
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
}
.js_themas.single .jeg_main_content, .js_themas.single .jeg_main_sidebar  {
    margin-top: 38px;
}
.js_themas.single h2 {  
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 2rem; 
    color: #000F42;
}

.js_themas.single p{
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 2rem; 
    color: #3D3E40; 
}
.js_themas .post {
    min-height: 480px;
}
.js_themas .btn_back img {
    display: block;
    position: relative;
    width: 165px;
    height: 24px;
    margin-bottom: 24px;
}

.logoThemas {
    width: 102px;
height: 15px;

}