<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-section .box-title, .content-section .box-title.partners, .sidebar-section .box-title, .sidebar-section .box-title.partners {
    background: #fff;
    position: relative;
    height: 65px;
    box-shadow: 0 0 3px rgba(77,77,77,0.2);
    margin-bottom: 10px;
    padding-left: 11px;
}

.content-section, .sidebar-section {
    position: relative;
    margin-bottom: 20px;
}

.box-title.actualite:before {
    background: #8cc152;
}

.content-section .box-title:before, .sidebar-section .box-title:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 3px;
    background: transparent;
    left: 0;
    top: 0;
}

.content-section .box-title .btn-more.lemon, .content-section .box-title.partners .btn-more.lemon, .sidebar-section .box-title .btn-more.lemon, .sidebar-section .box-title.partners .btn-more.lemon {
    border: 1px solid #067ab1;
    color: #067ab1;
}

.content-section .box-content, .sidebar-section .box-content {
    background: #fff;
    position: relative;
    height: auto;
    box-shadow: 0 0 3px rgba(77,77,77,0.2);
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: hidden;
}


.border-right {
    border-right: 1px solid rgba(154,154,154,0.2);
}

@media (min-width: 1200px){
.col-lg-6 {
    width: 50%;
}
}

@media (min-width: 1200px){
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
}
@media (min-width: 768px){
.col-sm-6 {
    /* width: 50%; */
}
}

.box-content.actualite .large-news .news-thumb {
    height: 150px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box-content.actualite .the-content {
    font-size: 13px;
}


.box-content.actualite .more-link:hover {
    background-color: transparent;
    border: 1px solid #8cc152;
    color: #7db24a;
    transition: all ease-in-out .3s;
}

.box-content.actualite .more-link {
    font-size: 11px;
    color: #fff;
    padding: 6px 26px;
    background: #8cc152;
    border: 1px solid #8cc152;
    transition: all ease-in-out .3s;
    margin-bottom: 15px;
}

.box-content.actualite .small-news {
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 5px;
    display: flex;
    align-items: center;
    border-top: 1px solid #e6e6e6;
}

.box-content.actualite .small-news .news-thumb {
    height: 70px;
    width: 105px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    flex: 0 0 auto;
}
.box-content.actualite .small-news .title {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 600;
}

.content-section, .sidebar-section {
    position: relative;
    margin-bottom: 20px;
}

.content-section .box-title .btn-more.lemon:hover, .content-section .box-title.partners .btn-more.lemon:hover, .sidebar-section .box-title .btn-more.lemon:hover, .sidebar-section .box-title.partners .btn-more.lemon:hover {
    color: #fff;
    background: #067ab1;
    transition: all ease-in-out .3s;
    float: right;
}

.content-section .box-title .btn-more.lemon, .content-section .box-title.partners .btn-more.lemon, .sidebar-section .box-title .btn-more.lemon, .sidebar-section .box-title.partners .btn-more.lemon {
    border: 1px solid #067ab1;
    color: #067ab1;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0px 4px;
}

.content-section .box-content, .sidebar-section .box-content {
    background: #fff;
    position: relative;
    height: auto;
    box-shadow: 0 0 3px rgba(77,77,77,0.2);
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: hidden;
}

.box-content.guides .formation-box:hover {
    background: #0090d4;
    transition: all ease-in-out .3s;
}

.box-content.guides .formation-box {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .3s;
}

.no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.border-right {
    border-right: 1px solid rgba(154,154,154,0.2);
}

@media (min-width: 1200px){
.col-lg-3 {
    width: 25%;
}
}


.box-content.guides .formation-box i {
    font-size: 90px;
    color: rgba(0,188,212,0.2);
    transition: all ease-in-out .3s;
    padding: 10px 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}
.box-content.guides .formation-box:hover span {
    color: #fff;
}
.box-content.guides .formation-box span {
    display: block;
    font-size: 20px;
    font-weight: 900;
    font-variant: small-caps;
    position: absolute;
    top: 25%;
    left: 5px;
    right: 5px;
    color: #353535;
}

.box-content.guides .formation-box i {
    font-size: 90px;
    color: rgba(1, 140, 243, 0.18);
    transition: all ease-in-out .3s;
    padding: 10px 0;
}

.box-content.guides .formation-box:hover i:before {
    color: rgba(255,255,255,0.2);
    transition: all ease-in-out .3s;
}

.sidebar-section .videos-box {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
}

.content-section .box-content .event-bloc:first-of-type, .sidebar-section .box-content .event-bloc:first-of-type {
    border-top: medium none;
}

.content-section .box-content .event-bloc, .sidebar-section .box-content .event-bloc {
    background: #fff;
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 4px;
    border-top: 1px solid rgba(77,77,77,0.2);
    border-bottom: medium none;
    display: block;
}

.content-section .box-content .event-bloc .event-thumb, .sidebar-section .box-content .event-bloc .event-thumb {
    float: left;
    font-size: 28px;
    margin-right: 10px;
    width: 60px;
    text-align: center;
    line-height: 1.2em;
    color: #e9573f;
    min-height: 75px;
}

.content-section .box-content .event-bloc .title, .sidebar-section .box-content .event-bloc .title {
    overflow: hidden;
    margin-top: 0;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #5a5858;
}

.content-section .box-content .event-bloc p.host, .sidebar-section .box-content .event-bloc p.host {
    margin-bottom: 0;
    overflow: hidden;
    color: #1f1f1f;
    font-size: 13px;
}

.large-thumb .title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.box-content.orientation .large-thumb {
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 15px;
}

.large-thumb .the-content {
    margin-bottom: 20px;
}

.box-content.orientation .small-docs .title {
    font-size: 15px;
    margin: 0;
    line-height: 1.2em;
    overflow: hidden;
    font-weight: 600;
}

.box-content.orientation .small-docs .title a {
    color:#5a5858
}

.large-thumb .title a {
       color:#5a5858
}

.h5, h5 {
    font-size: 18px;
	color:#5a5858
}

.box-content.actualite .small-news .title a {
    color:#5a5858
}


.box-title.annonce:before {
    background: transparent;
}

.box-title.annonce a {
    color: #8cc152;
}


.box-title.qr:before {
    /* border-top: 3px solid #e9573f; */
    background: transparent;
}

.box-title.qr a {
    color: #e9573f;
}




.content-section .box-title .btn-more.orange, .content-section .box-title.partners .btn-more.orange, .sidebar-section .box-title .btn-more.orange, .sidebar-section .box-title.partners .btn-more.orange {
    border: 1px solid #e9573f;
    color: #e9573f;
}

.content-section .box-title .btn-more.orange:hover, .content-section .box-title.partners .btn-more.orange:hover, .sidebar-section .box-title .btn-more.orange:hover, .sidebar-section .box-title.partners .btn-more.orange:hover {
    color: #fff;
    background: #e9573f;
    transition: all ease-in-out .3s;
    float: right;
}

.content-section .box-title .btn-more.orange, .content-section .box-title.partners .btn-more.orange, .sidebar-section .box-title .btn-more.orange, .sidebar-section .box-title.partners .btn-more.orange {
    border: 1px solid #e9573f;
    color: #e9573f;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0px 4px;
}



.content-section .box-title .btn-more.green, .content-section .box-title.partners .btn-more.green, .sidebar-section .box-title .btn-more.green, .sidebar-section .box-title.partners .btn-more.green {
    border: 1px solid #8cc152;
    color: #8cc152;
}

.content-section .box-title .btn-more.green:hover, .content-section .box-title.partners .btn-more.green:hover, .sidebar-section .box-title .btn-more.green:hover, .sidebar-section .box-title.partners .btn-more.green:hover {
    color: #fff;
    background: #8cc152;
    transition: all ease-in-out .3s;
    float: right;
}

.content-section .box-title .btn-more.green, .content-section .box-title.partners .btn-more.green, .sidebar-section .box-title .btn-more.green, .sidebar-section .box-title.partners .btn-more.green {
    border: 1px solid #8cc152;
    color: #8cc152;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0px 4px;
}


.block-level {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0px 0;
    font-family: "JFlat";
    text-align: right;
    direction: rtl;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.block-level .content-block.grid {
    width: 48%;
    float: left;
    margin-right: 10px;
    margin-left: 0;
}

.block-level .content-block {
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 15px 10px;
    box-shadow: 0 0 1px #99a0aa;
    display: flex;
    align-items: center;
    margin: 8px;
    justify-content: flex-start;
    width: 47.7%;
}

.block-level .content-block.grid .content-title {
    width: 90%;
    text-align: left;
} 

.block-level .content-block .content-title {
    width: 80%;
    padding: 0 10px;
}

.block-level .content-block a {
    color: #f1228b;
    margin: 0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 900;
}

.content-img{
	    font-size: 35px;
	    color: #efa5ca;
}

.block-level .content-block.grid:hover {
    width: 48%;
    float: left;
    margin-right: 10px;
    margin-left: 0;
	background: #f1228b;
}

.block-level .content-block.grid:hover a {
    color: #FFF;
    margin: 0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 900;
}</pre></body></html>