@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/*Home page*/
/*BLOCK 1*/


.hr {
    width: 100%;
    height: 1px;
    background-color: rgba(223, 223, 223, 1);
    margin: 40px 0;
}

.display_table {
    height: 100%;
    display: table;
    width: 100%;
}

.display_cell {
    display: table-cell;
    vertical-align: middle;
}

.homepage .block1 .img_block1 {
    height: 100%;
    overflow: hidden;
}

.homepage .block1 .img_block1 img {
    width: auto;
    min-width: 100%;
    max-height: 400px;
}

.homepage .block1 .homeslider {
    height: 400px;
    width: 100%;
}

.homepage .block1 .text_b1 {
    background-color: #023a78;
    padding: 30px;
    height: 100%;
}
.homepage .block1 .seemore a{
    margin: 0;
}
.homepage .block1 .text_b1 h1, .homepage .block1 .text_b1 h2 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.homepage .block1 .text_b1 .pre p,
.homepage .block2 .capture p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
}

.homepage .seemore a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ffffff;
    padding: 15px 30px;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-top: 40px;
    text-decoration: none;
    background-color: #023a78;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.homepage .seemore a::before {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    right: 15px;
    color: #ffffff;
}
.homepage .seemore a:hover, 
.homepage  .more_actus a:hover,
.homepage .lesoffres .seemore a:hover{
    background-color: #fff;
    color: #023a78;
    text-decoration: none;
}
.homepage .seemore a:hover::before,
.homepage  .more_actus a:hover::before,
.homepage .lesoffres .seemore a:hover::before{
    color: #023a78;
}
.homepage  .more_actus a:hover,
.homepage .lesoffres .seemore a:hover{
    border: 1px solid #023a78;
}

.homepage .logo_charaka.fonzid .seemore a{
    background-color: transparent;
}
.homepage .logo_charaka.fonzid .seemore a:hover{
    color: rgba(181, 36, 43, 1);
    background-color: #ffffff;
}
.homepage .logo_charaka.fonzid .seemore a:hover::before{
    color: rgba(181, 36, 43, 1);
}
footer .socials i{
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; 
}
footer .socials i:hover{
    color: #023a78;
    background: #fff;
}

.homepage .lesoffres .caption .date_more a, 
.homepage .actus .block_actus .date_more a{
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; 
    text-decoration: none;
}
.homepage .lesoffres .caption .date_more a:hover,
.homepage .actus .block_actus .date_more a:hover{
    color: rgba(181, 36, 43, 1);
}


.homepage .block2 {
    padding-top: 25px;
}

.homepage .block2 .capture .img_capture {
    height: 180px;
    overflow: hidden;
}
.homepage .block2 .capture p{
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
}
.homepage .block2 .capture .img_capture img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.homepage .block2 .capture .overlay {

    padding: 20px 50px 10px 20px;
}
.homepage .block2 .capture,
.homepage .block2 .capture:hover {
    text-decoration: none;
}
.homepage .block2 .capture{
    display: block;
    position: relative;
}
.homepage .block2 .col-12:first-child .capture .overlay {
    background-color: rgba(2, 58, 120, 1);
}

.homepage .block2 .col-12:nth-child(2n) .capture .overlay {
    background-color: rgba(206, 5, 56, 1);
}

.homepage .block2 .col-12:last-child .capture .overlay {
    background-color: rgba(0, 113, 176, 1);
}

.homepage .block2 .capture .overlay h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    margin-bottom: 20px;
}

.homepage .block2 .capture .overlay h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 30%;
    height: 2px;
    background-color: #ffffff;
}

.homepage .block2 .capture .border_actus {
    width: 90%;
    height: 90%;
    border-top: 1px solid #fff;
    top: 6%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    border-right: 1px solid #fff;
    z-index: 1;
    left: 5%;
}

.homepage .block2 .capture .border_actus::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 60%;
    width: 1px;
    background-color: #ffffff;
}

.homepage .block2 .capture .border_actus::after {
    content: "";
    position: absolute;
    left: initial;
    right: 0;
    top: initial;
    bottom: 0;
    width: 30%;
    height: 1px;
    background-color: #ffffff;
}
.homepage .block2 .capture .border_actus {
    transition: all .5s ease;
}

.homepage .block2 .capture:hover .border_actus {
    border: none;
}

.homepage .block2 .capture:hover .border_actus::before,
.homepage .block2 .capture:hover .border_actus::after {
    content: none;
}
.homepage .podcasts .title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    color: rgba(60, 60, 60, 1);
    margin-bottom: 30px;
}

.homepage .podcasts .img_podcasts {
    height: 100%;
    overflow: hidden;
}

.homepage .podcasts .img_podcasts img {
    width: 100%;
    height: auto;
}

.homepage .podcasts .infos {
    border: 1px solid rgba(223, 223, 223, 1);
    border-left: 0;
    padding: 0 30px;
}

.homepage .podcasts .infos .name {
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: initial;
}

.homepage .podcasts .infos p {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: rgba(128, 128, 128, 1);
}

.homepage .podcasts audio {
    height: 20px;
}

.homepage .podcasts audio::-webkit-media-controls-panel,
.homepage .podcasts audio::-webkit-media-controls-play-button {
    background-color: #ffffff;

}

.homepage .podcasts audio::-webkit-media-controls-play-button {
    color: rgba(102, 102, 102, 1);
}

.homepage .podcasts audio:focus {
    outline: none;
}

.homepage .podcasts audio {
    margin-left: -20px;
    width: 100%;
}

.homepage .podcasts {
    margin-bottom: 50px;
}

.homepage .podcasts .slide_navigation .swiper-button-next,
.homepage .podcasts .slide_navigation .swiper-button-prev {
    background: none;
    height: auto;
    margin: 0;
    right: 10%;
    width: auto;
    top: 60%;
}

.homepage .podcasts .slide_navigation i {
    font-size: 30px;
    color: rgba(192, 192, 192, 1);
}

.homepage .podcasts .slide_navigation .swiper-button-prev {
    right: initial;
    left: 10%;
}

.homepage .actus {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: rgba(238, 238, 238, 1);
    border-top: 1px solid rgba(223, 223, 223, 1);
    position: relative;
    margin-bottom:70px;
}
.homepage .actus .block_actus .actus_slide .pre{
    min-height: 80px;
    max-height: 80px;
}
.homepage .actus .block_actus .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 20px;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: initial;
    min-height: 38px;
    max-width: 84%;
    max-height: 38px;
    overflow: hidden;
}

.homepage .actus .block_actus .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 20%;
    height: 2px;
    background-color: rgba(206, 5, 56, 1)
}

.homepage .actus .block_actus .img_blc_actu {
    height: 210px;
    overflow: hidden;
}

.homepage .actus .block_actus .img_blc_actu img {
    height: auto;
    width: 100%;
    min-height: 100%;
}

.homepage .actus .block_actus .pre {
    padding: 20px;
    background: #ffffff;
}

.homepage .actus .block_actus .pre .subtitle {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    line-height: initial;
    max-height: 50px;
    overflow: hidden;
}

.homepage .actus .block_actus .pre p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: rgba(128, 128, 128, 1);
    margin: 0;
}

.homepage .actus .block_actus .date_more {
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid rgba(223, 223, 223, 1);
    display: inline-block;
    width: 100%;
}

.homepage .actus .block_actus .date_more .date {
    color: rgba(167, 167, 167, 1);
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    float: left;
}

.homepage .actus .block_actus .date_more a {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    text-transform: uppercase;
    margin: 0;
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
}

.homepage .actus .block_actus .date_more a i {
    margin-left: 5px;
}

.homepage .actus .block_actus .slide_navigation {
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 2;
}
.homepage .actus .block_actus .slide_navigation.actus_1{
    right: 15px;
}
.homepage .actus .block_actus .actus-next,
.homepage .actus .block_actus .actus-prev {
    float: right;
    text-align: center;
    padding: 8px 11px;
    background-color: rgba(218, 218, 218, 1);
    margin-left: 10px;
    cursor: pointer;
    line-height: 10px;
}

.homepage .actus .block_actus .actus-prev {
    margin-left: 0;
}

.homepage .actus .block_actus .swiper-button-disabled i {
    color: rgba(182, 182, 182, 1);
}

.homepage .actus .block_actus .slide_navigation i {
    font-size: 12px;
}

.homepage .actus .block_actus .actus_3_slide .pre {
    padding-bottom: 0;
    padding-top: 10px;
    width: 100%;
    font-size: 11px;
}

.homepage .actus .block_actus .actus_3_slide .date_more {
    margin: 0;
    border: 0;
    padding: 5px 0 5px;
    padding-bottom: 0;
}

.homepage .actus .block_actus .actus_3_slide .img_actus3 {
    width: 130px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.homepage .actus .block_actus .actus_3_slide .swiper-slide .d-lg-flex{
    height: 100%;
}
.homepage .actus .block_actus .actus_3_slide {
    height: 325px;
    overflow: hidden;
}
.homepage .compacts .compact_title {
    margin-top: 40px;
    position: relative;
}

.homepage .compacts .and{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 58, 120, 1);
    font-size: 25px;
    margin-right: 10px;
}
.homepage .compacts .second_num{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0, 58, 120, 1);
    font-size: 60px;
    margin-right: 10px;
}
.homepage .compacts  .beneficaire{
    color: rgba(192, 192, 192, 1);
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
}
.homepage .compacts h2 .second_num{
    font-size: 26px;
}
.homepage .compacts .compact_title .blue {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0, 58, 120, 1);
    font-size: 64px;
    margin-right: 20px;
}

.homepage .compacts .compact_title .number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 60px;
    color: rgba(181, 36, 43, 1);
}

.homepage .compacts .compact_title .dollar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 19px;
    color: rgba(192, 192, 192, 1);
    max-width: 100px;
    display: inline-block;
    text-transform: uppercase;
}

.homepage .compacts h2 {
    color: rgba(60, 60, 60, 1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    margin: 55px 0;
}

.homepage .compacts h2::before,
.homepage .compacts h2::after,
.homepage .mediatheque h3::before,
.homepage .mediatheque h3::after,
.homepage .lesoffres h3::after,
.homepage .lesoffres h3::before,
.homepage .nos_partenaire h3::before,
.homepage .nos_partenaire h3::after  {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 40px;
}

.homepage .compacts h2::before {
    left: 0;
    background-color: rgba(0, 58, 120, 1);
}

.homepage .compacts h2::after {
    left: 40px;
    background-color: rgba(181, 36, 43, 1);
}

.homepage .compacts .employabilite .icon,
.homepage .compacts .employabilite span {
    text-align: center;
}

.homepage .compacts .employabilite span {
    display: block;
}

.homepage .compacts .employabilite {
    padding: 35px 0;
    border: 1px solid rgba(236, 236, 236, 1);
}

.homepage .compacts .employabilite .title,
.homepage .compacts .employabilite .number,
.homepage .compacts .employabilite .dollar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(60, 60, 60, 1);
    margin: 10px 0;
    text-align: center;
}

.homepage .compacts .employabilite .number {
    margin: 0;
    font-size: 56px;
    line-height: 50px;
}

.homepage .compacts .employabilite .dollar {
    margin: 0;
    font-size: 12px;
}

.homepage .compacts .employabilite .icon img {
    height: 67px;
    width: auto;
}

.homepage .logo_charaka {
    background-color: rgba(2, 58, 120, 1);
    text-align: center;
}

.homepage .logo_charaka .seemore a {
    margin-top: 30px;
}

.homepage .logo_charaka .img_charaka img {
    max-height: 90px;
    max-width: 90%;
}

.homepage .productivite .logo_charaka {
    background-color: rgba(181, 36, 43, 1);
}

.homepage .compacts {
    margin-bottom: 50px;
}

.homepage .mediatheque h3,
.homepage .lesoffres h3 ,
.homepage .nos_partenaire h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    color: rgba(60, 60, 60, 1);
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.homepage .mediatheque {
    background-color: rgba(238, 238, 238, 1);
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
}

.homepage .mediatheque h3::after,
.homepage .lesoffres h3::after,
.homepage .nos_partenaire h3::after {
    left: 47.5%;
    background-color: rgba(181, 36, 43, 1);
}

.homepage .mediatheque h3::before,
.homepage .lesoffres h3::before,
.homepage .nos_partenaire h3::before {
    left: 50%;
    background-color: rgba(0, 58, 120, 1);
}

.homepage .mediatheque .caption .med_img {
    height: 210px;
    width: 100%;
    overflow: hidden;
}

.homepage .mediatheque .caption .med_img img {
    width: auto;
    height: 100%;
    min-width: 100%;
}
.homepage .mediatheque .caption{
    position: relative;
}
.homepage .mediatheque .caption .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.745)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.745));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.745));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.745));
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .5s;
    width: 100%;
    left: 0;
}

.homepage .mediatheque .caption:hover .overlay,
.homepage .mediatheque .video .caption .overlay {
    opacity: 1;
}

.homepage .mediatheque .video .caption .overlay {
    background-image: none;
}

.homepage .mediatheque .video .caption .overlay .display_cell.infos {
    vertical-align: middle;
}
.homepage .mediatheque .video .caption .overlay .display_cell.infos img.hover,
.homepage .mediatheque .video .caption .overlay .display_cell.infos:hover img.normal {
    display: none;
}

.homepage .mediatheque .video .caption .overlay .display_cell.infos:hover img.hover {
    display: block;
}
.homepage .mediatheque .caption .overlay .infos a {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.homepage .mediatheque .video .caption .overlay .infos a {
    margin: 0;
}

.homepage .mediatheque .caption .overlay .infos a img {
    max-width: 35px;
}

.homepage .mediatheque .caption .overlay .infos .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}

.homepage .mediatheque .caption .overlay .display_cell.infos {
    vertical-align: middle;
    text-align: center;
}

.homepage .mediatheque .caption .overlay .display_table {
    padding: 0 20px;
}

.homepage .mediatheque .caption .overlay p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #ffffff;
}

.homepage .mediatheque .row .col-12 {
    margin-bottom: 15px;
}

.homepage .mediatheque .video .caption .overlay .infos a img {
    max-width: 60px;
    margin: 0 auto;
}

.homepage  .more_actus {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.homepage  .more_actus a {
    background-color: rgba(2, 58, 120, 1);
    padding: 12px 20px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.homepage  .more_actus a i {
    margin-left: 10px;
}

.homepage .lesoffres .caption {
    padding: 40px;
}

.homepage .lesoffres h3::after {
    left: 43%;
}

.homepage .lesoffres {
    margin: 60px 0 50px;
}

.homepage .lesoffres .caption {
    border: 1px solid rgba(234, 234, 234, 1);
}

.homepage .lesoffres .caption .statut,
.homepage .lesoffres .caption .cas_statut,
.homepage .lesoffres .caption .title,
.homepage .lesoffres .caption .date {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-weight: 500;
    font-size: 12px;
    margin-right: 10px;
}

.homepage .lesoffres .caption .cas_statut {
    position: relative;
    padding-left: 20px;
    margin: 0;
}

.homepage .lesoffres .caption .cas_statut.ouvert {
    color: rgba(128, 186, 63, 1);
}

.homepage .lesoffres .caption .cas_statut.encours {
    color: rgba(235, 135, 30, 1);
}

.homepage .lesoffres .caption .cas_statut.cloture {
    color: rgb(235, 30, 30);
}

.homepage .lesoffres .caption .cas_statut::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.homepage .lesoffres .caption .cas_statut.ouvert::before {
    background-color: rgba(128, 186, 63, 1);
}

.homepage .lesoffres .caption .cas_statut.encours::before {
    background-color: rgba(235, 135, 30, 1);
}

.homepage .lesoffres .caption .pre {
    margin-top: 5px;
    min-height: 40px;
}

.homepage .lesoffres .caption .pre p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: rgba(128, 128, 128, 1);
}

.homepage .lesoffres .caption .infos {
    border: 1px solid rgba(234, 234, 234, 1);
}

.homepage .lesoffres .caption .infos .col {
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid rgba(234, 234, 234, 1);
}

.homepage .lesoffres .caption .date {
    color: rgba(167, 167, 167, 1);
}

.homepage .lesoffres .caption .date_more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
}

.cas_statut,
.homepage .lesoffres .caption .title,
.homepage .lesoffres .caption .date {
    margin: 0;
}

.homepage .lesoffres .caption .infos .col.date_more {
    border: none;
}

.homepage .lesoffres .caption .offre {
    padding: 20px 0 30px 0;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
}

.homepage .lesoffres .caption .date_more a i {
    margin-left: 5px;
}

.homepage .lesoffres h3 {
    margin-bottom: 30px;
}

.homepage .lesoffres .caption .offre:last-child {
    padding-bottom: 0;
    border: none;
}

.homepage .nos_partenaire {
    background-color: rgba(242, 241, 242, 1);
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.homepage .nos_partenaire .nospartenaire_slide {
    width: 70%;
    padding: 30px;
    background-color: rgba(242, 241, 242, 1);
}

.homepage .nos_partenaire .nospartenaire_slide img {
    max-height: 100%;
    opacity: 1;
    filter: none;
    -webkit-filter:none
}
.homepage .section-references img:hover{
    filter: none;
    -webkit-filter:none
}
footer.pd-rl {
    background-color: rgba(2, 58, 120, 1);
    padding-top: 50px;
    padding-bottom: 40px;
}

footer h3 {

    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}

footer h3::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: rgba(40, 157, 213, 1);
    top: 5px;
    left: 0;
}

footer .pre p,
footer ul li a,
footer .copyright p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: rgba(129, 157, 188, 1);
}

footer ul li a:hover {
    color:#ffffff;
    text-decoration: none;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .socials i,
.sidebar.socials a i {
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

footer form input[type="email"] {
    height: 30px;
    border: none;
    border-radius: 0;
    padding-left: 10px;
    outline: none;
    position: relative;
    max-width: 100%;
    width: 200px;
    float: left;
}

footer form input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(41, 159, 214, 1);
    border: none;
    border-radius: 0;
    height: 30px;
    padding: 0 20px;
    margin-left: -5px;
    font-size: 10px;
    line-height: 30px;
    outline: none;
    position: absolute;
}

.copyright p {
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.copyright {
    background-color: rgba(0, 113, 176, 1);
    padding: 25px 20px;
}
.copyright a{
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}
.copyright a:hover{
    text-decoration: none;
    color: #fff;
}
.homepage .nos_partenaire .display_table {
    height: 120px;
}
footer form .js-form-type-email.form-item-mail-0-value label{
    display: none;
}
/*HEADER*/
header.d-flex.pd-rl {
    padding-right: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding: 0 0 0 6%;
}

header .top_header {
    padding: 0px;
    padding-left: 10px;
    background-color: rgba(2, 58, 120, 1);
}

header .header {
    width: 100%;
}

header .logos {
    padding: 10px 20px 10px 10px;
    background-color: #ffffff;
}

header .logos .logo1 {
    margin-right: 10px;
}

header .logos img {
    width: 70px;
    height: 70px;
}
header .logos img.logo1{
    width: 100px;
    height: 70px;
}
header .main-menu a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
}

.main-menu .parent>a:after {
    height: 10px;
    color: #dadada;
    font-weight: 600;
}

header .main-menu {
    width: 100%;
    overflow: hidden;
}

.main-menu a:hover {
    text-decoration: none;
    color: rgba(2, 58, 120, 1);
}

.main-menu>li {
    margin: 0;
    padding: 0 15px;
    border-right: 1px solid #f0f0f0;
}


/*SEARCH FORM COVER*/
.search-block-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    z-index: 115;
    border: 1px solid #e8e8e9;
    opacity: 0;
    transition: .3s;
}

.search-block-form.is_active {
    height: 61px;
    display: block;
    opacity: 1;

}

.search-block-form .mkdf-container,
.search-block-form .mkdf-container-inner {
    height: 100%;

}

.mkdf-container,
.mkdf-full-width {
    z-index: 100;
    position: relative;
}

.search-block-form .mkdf-container {
    width: 100%;
    padding: 0;
}

.search-block-form .mkdf-search-cover-icon {
    float: left;
    margin-right: 10px;
    height: 100%;
    border-right: 1px solid #e8e8e9;
    width: 70px;
}

.search-block-form .mkdf-serarch-cover-holder {
    height: 100%;
    width: calc(100% - 89px);
    float: left;
}

.search-block-form .mkdf-form-holder {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.search-block-form .mkdf-form-holder-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.search-block-form .mkdf-form-holder-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.search-block-form .mkdf-form-holder-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.search-block-form .mkdf-form-holder-inner .js-form-item{
    line-height: 60px;
}
.search-block-form input {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 90%;
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu-Regular';
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
    letter-spacing: 0;
    color: #000;
}

.search-block-form .mkdf-search-close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 70px;
    height: calc(100% + 2px);
    text-align: center;
    color: #fff;
    background-color: rgba(2, 58, 120, 1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-block-form .mkdf-search-cover-icon-holder, .search_form form {
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu_search .icon_search {
    width: 30px;
    height: 30px;
    background-image: url('../images/icon_search.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    height: 48px;
    padding: 0;
}

.menu_search {
    position: relative;
    background-color: #ffffff;
}

/*end search form*/
/*LANGUAGES*/
.top_header .language .btn-primary:focus,
.top_header .language .btn-primary.focus,
.top_header .language .btn-primary:hover,
.top_header .language .btn-primary {
    box-shadow: none;
    outline: none;
}

.top_header .language .dropdown-toggle {
    background-color: rgba(2, 58, 120, 1);
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.top_header .language .dropdown-toggle:hover {
    color: #ffffff;
}

.top_header .language .dropdown-menu.show li a,
.top_header .top_menu ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(2, 58, 120, 1);
}

.top_header .language .dropdown-menu.show li {
    padding-left: 10px;
}

.top_header .language .dropdown-toggle::after {
    content: none;
}

.top_header .language .dropdown-toggle .fa-chevron-down {
    margin-left: 5px;
}

.top_header .language {
    display: inline-block;
}

.top_header .top_menu {
    display: inline-block;
    float: right;
}

.top_header .top_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table-row;
}

.top_header .top_menu ul li {
    display: inline-block;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    height: 34px;
}

.top_header .top_menu ul li a {
    color: #ffffff;
}

.top_header .top_menu ul li a:hover {
    text-decoration: none;
}

.top_header .top_menu ul li:last-child {
    background-color: rgba(206, 5, 56, 1);
    padding: 0 40px;
}

.top_header .top_menu ul li:last-child a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.countdown,
.countdown ul li {
    display: inline-block;
}

.countdown ul {
    list-style: none;
}

.countdown {
    width: 30%;
    text-align: center;
}

.countdown ul li span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    margin-right: 5px;
}

.countdown ul li span.label {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    font-size: 9px;
    color: #a0b5cc;
}

header.shrink {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    background: #ffffff;
}

header {
    position: relative;
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: 6%;
    background-color: rgba(2, 58, 120, 1);
}
.article header::before{
    content: none;
}
.homepage .podcasts .infos a:hover,
.homepage .lesoffres .caption .offre a:hover {
    text-decoration: none;
}

.sidebar.socials a {
    display: block;
    background-color: rgba(2, 58, 120, 1);
    padding: 10px 5px;
    /**/
    margin-left: 0;
    width: 60px;
    padding: 10px;
    display: inline-table;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.sidebar.socials a:first-child {
    border-top-right-radius: 5px;
}

.sidebar.socials a:last-child {
    border-bottom-right-radius: 5px;
}

.sidebar.socials {
    text-align: center;
    position: fixed;
    left: 0;
    top: 200px;
    width: 60px;
    z-index: 9
}

.sidebar.socials a:hover {
    margin-left: 0;
    width: 110px;
    text-align: right;
    padding: 10px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#toggle,
.menu_burger,
header.is_mobile .main-menu,
header.is_mobile .top_header {
    display: none;
}

#toggle {
    width: 28px;
    height: 30px;
    margin-right: 20px;
}

#toggle div {
    width: 100%;
    height: 5px;
    background: rgba(2, 58, 120, 1);
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
}

.homepage .nos_partenaire .nospartenaire_slide .swiper-wrapper .display_cell {
    text-align: center;
}

header.is_mobile .sticky_menu {
    position: fixed;
    left: 0;
    z-index: 99;
    width: 100%;
    top: 90px;
    height: 100%;
}

header.is_mobile ul.main-menu {
    height: 100%;
}

header.is_mobile .search_form {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.homepage .lesoffres .caption .cas_statut.cloture {
    color: rgba(206, 5, 56, 1);
}
.homepage .lesoffres .caption .cas_statut.cloture::before {
    background-color: rgba(206, 5, 56, 1);
}
.section-left-links a img {
    width: 50px;
    height: 50px;
    margin: 0;
    margin-right: 11px;
}
.section-left-links a{
    color: #ffffff;
    border-top-right-radius: 4px;
}
.section-left-links a:first-child{
    background: #c8135b !important;
    color: #fff;
}
.section-left-links a:last-child{
    background: #3aaa4b !important;
    color: #fff;
}
.section-left-links a:last-child{
    top: 55px;
}
.section-left-links{
    top: 460px;
    left: 65px;
    z-index: 9;
}
.section-left-links a:hover{
    left: -20px;
}

.homepage .lesoffres .seemore{
    text-align: center;
}
.homepage .lesoffres .seemore a{
    background-color: rgba(2, 58, 120, 1);
    margin-top: 20px;
}

.article .header_article{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 920px;
    text-align: center;
    margin: 0 auto 60px;
}

.homepage .homeslider .display_table_pr{
    position: relative;
    height: 100%;

}
.homepage .homeslider .display_table_pr .seemore{
    position: absolute;
    bottom: 10px;
    left: 0;
}


.homepage .block1 .homeslider .swiper-pagination{
    text-align: left;
    float: right;
    bottom: 30px;
    padding-left: 45px;
}

.modal.video.show .modal-dialog {    height: 100%;}
.modal-content{
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
}


.section-menu .language{
    display: none;
}
.article .article_content iframe{
    width: 100%;
    height: 450px;
}
.homepage .block1 .homeslider .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #6e6f8c;
    opacity: 1;
}
.homepage .compacts .compact-link:hover,
.homepage .compacts .compact-link{
    text-decoration: none;
    color: initial;
}
.homepage .compacts .compact-link{
    display: contents;
}

.section-mediatheque .media-listing img{
    max-height: 175px;
}


























/*RESPONSIVE*/
@media (max-width: 1520px) {
    .countdown {
        width: auto;
        min-width: 300px;
    }

    .top_header .top_menu ul li {
        padding: 0 10px;
    }

    .homepage .block1 .text_b1 .seemore a {
        margin-top: 30px;
    }
}

@media (max-width: 1450px) {
    .homepage .podcasts .img_podcasts img {
        height: 100%;
        width: auto;
    }
}

@media (max-width: 1310px) {
    .top_header .top_menu ul li {
        padding: 0 5px;
    }

    .countdown {
        min-width: 250px;
    }
}
@media (min-width: 1200px) {
    .pd-rl {
        padding: 0 13%;
    }
    .switcher_mobile {
        display: none;
    }
}
@media (max-width: 1199px) {
    .pd-rl {
        padding: 0 6%;
    }
}
@media (max-width: 1200px) {
    .switcher_mobile {
        display: block;
    }

    .switcher_mobile .dropdown-toggle::after {
        content: none;
    }

    .switcher_mobile .dropdown-toggle span {
        float: right;
        margin-top: 3px;
        margin-left: 20px;
    }

    .switcher_mobile .dropdown-toggle {
        background: none;
        color: #003e7e;
        outline: none;
    }
    .pd-rl {
        padding: 0 6%;
    }
    /*menu toggle*/
    #toggle {
        display: block;
    }

    .menu_burger {
        display: table;
    }

    .main-menu {
        height: auto;
        -webkit-box-orient: vertical;
        flex-direction: column;
        position: absolute;
        background: #ffffff;
        z-index: 99;
        top: 2px;
        right: 0;
        padding-left: 20px;
        border: 1px solid #f0f0f0;
        border-top: 0;
    }

    header .header {
        direction: rtl;
        background: #ffffff;
    }

    .search-block-form input {
        text-align: left;
    }

    .homepage .block1 .text_b1 h1 {
        font-size: 25px;
    }

    .homepage .block1 .text_b1 {
        padding: 50px 30px;
    }

    .homepage .block1 .text_b1 .pre {
        max-height: 200px;
        overflow: scroll;
    }

    .homepage .block1 .img_block1 img {
        height: 100%;
        width: auto;
        max-width: initial;
    }

    .homepage .compacts .compact_title::after {
        width: 30%;
    }

    .homepage .compacts .employabilite .title {
        margin: 0;
        min-height: 35px;
        margin-top: 10px;
    }

    .homepage .compacts .employabilite .number {
        margin-top: 10px;
    }
    .homepage .podcasts .slide_navigation .swiper-button-prev{
        left: 47%;
    }
    .homepage .podcasts .slide_navigation .swiper-button-next{
        right: 48%;
    }
    .homepage .podcasts .slide_navigation .swiper-button-next, 
<<<<<<< HEAD
    .homepage .podcasts .slide_navigation .s
=======
    .homepage .podcasts .slide_navigation .swiper-button-prev{
        top: initial;
        bottom: -40px;
    }
}

/*END 1200PX*/
@media (max-width: 1045px) {
    .homepage .compacts .compact_title::after {
        width: 20%;
    }
    .homepage .actus .block_actus .img_blc_actu img {
        height: 100%;
        width: auto;
    }
    .homepage .actus .block_actus .actus_3_slide .date_more .date,
    .homepage .actus .block_actus .actus_3_slide .date_more a{
        display: block;
        width: 100%;
        text-align: center;
    }
    .homepage .actus .block_actus .actus_3_slide .date_more a{
        margin-top: 5px;
    }
}


@media (max-width: 992px) {
    footer form input[type="email"] {
        float: none;
    }
    .homepage .lesoffres .caption .statut, .homepage .lesoffres .caption .cas_statut, .homepage .lesoffres .caption .title, .homepage .lesoffres .caption .date{
        font-size: 10px;
    }

    .homepage .actus .block_actus .actus_3_slide .date_more .date,
    .homepage .actus .block_actus .actus_3_slide .date_more a{
        display: initial;
        width: auto;
        text-align: initial;
    }
    .homepage .actus .block_actus .title{
        font-size: 14px;
    }
    footer form input[type="email"]{
        float: none;
    }
    .top_header .top_menu ul li a {
        font-size: 8px;
    }

    header .main-menu a {
        padding-left: 0;
        font-size: 10px;
    }

    .countdown {
        width: auto;
    }

    header .top_header {
        padding-left: 0;
    }

    .main-menu>li {
        padding: 0 5px;
    }

    ul.main-menu,
    header .top_header {
        display: none;
    }

    .homepage .compacts .employabilite .title {
        margin: 10px 0;
        min-height: auto;
    }

    .homepage .compacts .employabilite .number {
        margin: 0;
    }

    .homepage .compacts .employabilite,
    .homepage .logo_charaka {
        margin-top: 10px;
    }

    footer h3 {
        font-size: 15px;
    }

    footer form input[type="submit"] {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 5px;
    }

    footer form input[type="email"] {
        display: block;
        width: 100%;
    }

    footer .socials i {
        margin-bottom: 10px;
    }

    .sidebar.socials a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
    }

    .sidebar.socials a,
    .sidebar.socials {
        width: 50px;
    }
    /*sidemenumobile*/

    .listing_with_tabs .pagination {
        margin: 30px 0 0;
        display: block;
    }
    .page-item {
        display: inline-block;
        margin-bottom: 5px;
    }
    .article.detail a{
        word-break: break-all;
    }
    .homepage .block2 .capture .overlay h2{
        min-height: 33px;
    }
    .section-menu-mobile{
        display: none;
    }
}

/*END 991.99*/
@media (max-width: 960px) {
    .homepage .podcasts .img_podcasts img {
        width: 100%;
        height: auto;
    }

    .homepage .podcasts .img_podcasts a {
        display: block;
    }

    .homepage .compacts .compact_title::after {
        width: 0%;
    }
    .homepage .podcasts .podcasts_slide{
        border-bottom: 1px solid rgba(223, 223, 223, 1);
    }
    .homepage .lesoffres .caption .date_more a{
        font-size: 8px;
    }
}
@media (max-width: 768px) {
    .homepage .actus .block_actus .actus_3_slide .img_actus3{
        height: 210px;
    }
    .homepage .actus .block_actus .actus_3_slide .date_more{
        padding-top: 15px;
    } 
}
@media (max-width: 767.99px) {
    .homepage .homeslider .display_table_pr .seemore{
        position: relative;
    }
    .homepage .block1 .homeslider,
    .homepage .block1 .img_block1 {
        height: auto;
    }

    .homepage .block1 .homeslider .swiper-wrapper .pl-0 {
        padding: 0;
    }

    .homepage .block1 .img_block1 img {
        height: 100%;
        width: auto;
        max-width: initial;
        max-height: initial;
    }
    .homepage .block1 .text_b1 h1, .homepage .block1 .text_b1 h2{
        font-size: 20px;
    }
    .homepage .block1 .text_b1 .pre {
        max-height: initial;
        overflow: auto;
    }
    .homepage .block1 .img_block1 {
        height: 300px;
    }
    .homepage .lesoffres .caption .date{
        display: block;
    }

    .homepage .block2 .capture .overlay {
        padding: 10px 15px 20px 20px;
    }

    .homepage .block2 .capture .overlay {
        padding: 10px 15px 20px 35px;
    }

    .homepage .block2 .col-12:nth-child(2n) {
        padding: 0;
        margin: 15px 0;
    }

    .homepage .podcasts .img_podcasts img {
        height: 100%;
        width: auto;
    }



    .homepage .compacts .compact_title .blue,
    .homepage .compacts .compact_title .number {
        font-size: 50px;
    }

    .homepage .compacts .compact_title .dollar {
        font-size: 15px;
    }

    .homepage .compacts .compact_title {
        text-align: center;
    }

    .homepage .compacts h2 {
        font-size: 20px;
    }

    .homepage .mediatheque .row .col-12 {
        padding: 0 7px !important;
    }

    footer.pd-rl .row .col-sm-6.col-md-3 {
        margin-bottom: 20px
    }

    .section-menu {
        display: block;
    }
    #block-custom-social-network-share-block{
        margin-bottom: 20px;
    }
    .section-projects.sub-projects [class*="col-"], .section-projects-type.sub-projects [class*="col-"]{
        margin-bottom: 5px;
    }
    .section-projects.sub-projects [class*="col-"] .wrap p, .section-projects-type.sub-projects [class*="col-"] .wrap p{
        text-align: center;
    }
    .homepage .block1 .text_b1{
        padding: 20px 30px;
    }
    .homepage .podcasts .slide_navigation .swiper-button-prev{
        left: 47%;
    }
    .homepage .podcasts .slide_navigation .swiper-button-next{
        right: 48%;
    } 
    .homepage .actus .block_actus .actus_3_slide .date_more{
        padding-top: 25px;
        padding-bottom: 10px;
    }  
    .homepage .actus .block_actus .actus_3_slide .pre{
        padding: 20px 20px 0 20px;
    }
    .homepage .actus .block_actus .actus_3_slide .img_actus3{
        height: 210px;
        width: 100%;
    }
    .homepage .actus .block_actus .pre .subtitle{
        max-height: 30px;
    }
    .homepage .block2 .capture .overlay h2 {
        min-height: auto;
    }
    .homepage .row.block1{
        display: block;
    }
    .homepage .block1 .text_b1{
        height: 250px;
    }
}


/*END 767.98*/
@media (max-width: 576px) {
    .homepage .block1 .text_b1{
        height: 350px;
    }
    .homepage .actus .block_actus .title{
        min-height: auto;
        max-height: initial;
    }
    .homepage .podcasts .img_podcasts {
        text-align: center;
    }

    .homepage .podcasts .infos {
        border-left: 1px solid rgba(223, 223, 223, 1);
    }

    .homepage .actus .block_actus .img_blc_actu img {
        width: 100%;
        height: auto;
    }

    .homepage .actus .block_actus:nth-child(2n) {
        padding: 0;
        margin: 15px 0;
    }

    .homepage .actus .block_actus .actus_3_slide .img_actus3 {
        width: 100%;
        height: 130px;
    }

    .homepage .compacts .compact_title .blue,
    .homepage .compacts .compact_title .number {
        font-size: 45px;
    }

    .homepage .logo_charaka {
        padding: 30px 0;
    }

    .homepage .logo_charaka .seemore a {
        margin-top: 20px;
    }

    .homepage .lesoffres .caption .title,
    .homepage .lesoffres .caption .date {
        display: block;
    }

    .homepage .lesoffres .caption {
        padding: 40px 20px;
    }

    .homepage .lesoffres .caption .infos .col {
        border-bottom: 1px solid rgba(234, 234, 234, 1);
    }

    .homepage .lesoffres .caption .pre p {
        text-align: justify;
    }
    .homepage .podcasts .slide_navigation .swiper-button-prev{
        left: 50px;
    }
    .homepage .podcasts .slide_navigation .swiper-button-next{
        right: 50px;
    }
}

/*END 576*/
@media (max-width: 540px) {
    .homepage .compacts .compact_title .blue {
        display: block;
        margin: 0;
    }
}

/*END 540*/
@media (max-width: 480px) {
    .homepage .actus .block_actus .img_blc_actu {
        height: 160px;
    }
}
.homepage .block1 .img_block1 iframe{
    width: 100%;
    height: 100%;
}
#block-mca-content{
    margin-bottom: 30px;
}
.homepage .block1 .homeslider .swiper-container-horizontal>.swiper-pagination-bullets{
    right: 10px;
    width: auto;
    text-align: right;
}
.homepage .block1 .homeslider .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffff;
}
.homepage .nos_partenaire h3{
    margin-bottom: 10px;
}
.homepage .nos_partenaire .slide_navigation {
    position: relative;
    top: 70px;
}
.homepage .nos_partenaire .slide_navigation .nospartenaire_next{
    float: right;
    font-size: 25px;
}
.homepage .nos_partenaire .slide_navigation .nospartenaire_prev{
    float: left;
    font-size: 25px;
}
.homepage .nos_partenaire .slide_navigation i{
    cursor: pointer;
}
>>>>>>> c7fa638799805f7b67a8b050a7be475a56cff666
