/** DEBUG BAR **/
#debug-dump-bar,
#debug-dump-bar {
    font-family: "Courier New", Arial, serif;
}
#debug-dump-bar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 500px;
    background-color: #2c2c2c;
    color: #fff;
    font-size: 12px;
    z-index: 9999;
    white-space: pre-wrap;
    overflow-y: scroll;
    box-shadow: 7px -4px 28px rgb(0 0 0 / 70%);
}
#debug-dump-bar .close {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 50%;
    position: fixed;
    top: 10px;
    left: 447px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    z-index: 2;
    transition: all 0.3s ease;
}
#debug-dump-bar .close:hover {
    opacity: 0.8;
}
#debug-dump-bar.bar {
    top: 32px;
}
#debug-dump-bar.bar .close {
    top: 42px;
}
#debug-dump-bar .title {
    color: #000;
    line-height: initial;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin: 5px 0;
    background-color: #fff;
    padding: 2px 5px;
}
#debug-dump-bar pre {
    line-height: 17px;
}
#debug-dump-bar::-webkit-scrollbar { width: 10px; height: 10px; }
#debug-dump-bar::-webkit-scrollbar-track { background: #f1f1f1; }
#debug-dump-bar::-webkit-scrollbar-thumb { background: #888; }
#debug-dump-bar::-webkit-scrollbar-thumb:hover { background: #555; }
#debug-dump-bar .debug-part {
    border-bottom: 1px solid #fff;
    padding: 10px;
}

/**** General ****/
html,
body {
    font-family: 'Source Sans Pro-Regular';
    background-color: #fff;
}

strong {
    font-family: 'Source Sans Pro-Bold';
}

em {
    font-style: italic;
}

a, a:hover, a:visited, a:focus { outline: none; }
img {max-width: 100%;}
h1,
h1 a {
    font-family: 'Source Sans Pro-Bold';
    color: #343534;
    letter-spacing: 0;
    text-decoration: none;
}

iframe {
    border: 1px solid #ffffff;
    border-radius: 15px;
    background-color: #ffffff;
}

/* Galerie simple */
#gallery-1 {
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.gallery .gallery-item {
    opacity: 0.9;
    float:none !important;
    display: inline-block !important;
    padding:0 !important;
    margin:0 !important;
}

.gallery dt.gallery-icon {
    overflow: hidden !important;
    padding:0 !important;
    margin:1px !important;
}

.gallery dt.gallery-icon img {
    border: 0 !important;
    max-width: 100%;
    height: auto;
}

a#back-top {
    font-family: "Londrina Solid";
    text-transform: uppercase;
    text-decoration: none;
    color: #0A4B78;
    font-size: 20px;
    display: block;
    position: fixed;
    opacity: 1;
    bottom: 80px;
    right: 0;
    width: 75px;
    text-align: center;
    z-index: 300;
}

a#back-top.cacher {
    opacity: 0;
}

a#back-top.afficher {
    opacity: 1;
}

a#back-top img {
    margin-bottom: 10px;
    width: 56%;
}

.text-center {
    text-align: center;
}

figure.wp-block-gallery {
    justify-content: center;
}

figure.wp-block-gallery ul.blocks-gallery-grid {
    display: flex;
    justify-content: center;
}

/* modal fullscreen */
.modal.fullscreen .modal-dialog,
.modal.fullscreen .modal-body,
.modal.fullscreen .iframe-multimedia-content,
.modal.fullscreen iframe {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
}

.modal.fullscreen button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    opacity: 0.5;
    font-size: 60px;
}

.modal.fullscreen button.close:hover {
    opacity: 1;
}

button[type=button]{
    border: 1px solid transparent;
}

.media-content-button.noimage {
    display: block;
    margin: 0 auto;
    font-family: "Londrina Solid", cursive;
    font-size: 35px;
    padding-right: 74px;
    position: relative;
    line-height: 54px;
}

.media-content-button.noimage i {
    color: #01496D;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.media-content-button.noimage:hover i {
    color: #FEDA2E;
}

.media-content-button.noimage .fa-question {
    position: absolute;
    width: 57px;
    height: 57px;
    top: 0;
    right: -16px;
    background-color: #d0b326;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    line-height: 57px;
    text-align: center;
}


.media-content-button.noimage:hover .fa-question {
    background-color: #0da9f7;
}

/* Accueil */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

.mobile-only,
.cordova-app {
    display: none;
}

.desktop-only {
    display: block;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

time.date {
    color: #01496D;
    font-size: 16px;
    font-family: "Source Sans SemiBold";
    letter-spacing: 0;
    opacity: 0.7;
    line-height: 22px;
}

span.title {
    display: inline-block;
    font-family: "Source Sans Pro-Bold";
    color: #01496D;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 24px;
}

/* Bandeau alerte */
#bandeau-alerte {
    margin: 30px 0;
    background-color: #FEDA2E;
    border: 5px solid #01496D;
    border-left: 0;
    border-right: 0;
    color: #01496D;
    font-size: 22px;
    line-height: 30px;
}

#bandeau-alerte .inner {
    padding: 30px 0;
}

#bandeau-alerte .inner p {
    margin: 0;
    padding: 0;
}

header#main-header {
    height: 120px;
    position: relative;
}

header#main-header .container {
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.08);
    position: relative;
}

header#main-header .container .row {
    padding: 12px 20px;
}

header#main-header .container .logo {
    display: block;
}

header#main-header .container .logo img {
    max-width: 100%;
}

header#main-header .container .logo-desktop {
    float: left;
    padding-right: 60px;
}

header#main-header .container .logo-on-scroll {
    display: none;
}

header#main-header .container #search,
.page-404 #search {
    float: left;
    margin-top: 50px;
    width: 38%;
    position: relative;
    border-radius: 6px;
    background-color: #f3f4f6;
    margin-left: 35px;
}

header#main-header .container #search:before,
.page-404  #search:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url("../img/icone_loupe.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 20%;
    left: 3%;
}

header#main-header .container #search button,
.page-404 #search button {
    /*width: 25%;*/
    color: #01496D;
    font-family: "Londrina Solid";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    background: none;
    border: none;
    border-left: 1px solid #B8B8B8;
    text-transform: uppercase;
}

header#main-header .container #search input.search-field,
.page-404 #search input.search-field {
    border: none;
    background: none;
    padding: 11px 46px;
    width: 55%;
}

header#main-header .container #search input.search-field::placeholder,
.page-404 #search input.search-field::placeholder {
    opacity: 0.75;
    color: #01496D;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

main p,
main span {
    color: #343534;
}

header#main-header .container a.btn-abonner:before,
header#main-header .container a.btn-teacher:before {
    content: '';
    width: 47px;
    height: 53px;
    background: url("../img/illustAbo.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 13px;
    bottom: 73%;
}

header#main-header .container .row a.btn-abonner:before {
    top: -40px;
    bottom: auto;
}

header#main-header .container .row a.btn-abonner {
    float: right;
    margin-top: 50px;
    margin-right: 24px;
    border: 1px solid #fff;
    padding: 7px 24px;
}

header#main-header .container .row a.btn-teacher {
    float: right;
    background: #01496D;
    text-align: left;
    padding: 15px 84px 18px 15px;
    font-size: 20px;
    margin-top: 5px;
    border: 0;
    margin-right: 45px;
}

header#main-header .container .row a.btn-teacher.btn-1j1a-back {
    background: #FEDA2E;
    color: #01496D;
    margin-right: 0;
}

header#main-header .container .row a.btn-teacher:before {
    width: 16px;
    height: 14px;
    background: url("../img/Arrow_yellow.svg") no-repeat;
    bottom: 25px;
    right: 35px;
}

header#main-header .container .row a.btn-teacher.btn-1j1a-back:before {
    background: url("../img/Arrow_white.png") no-repeat;
}

header#main-header .container .row a.btn-abonner:hover {
    background: #ffffff;
    border: 1px solid #F16405;
    color: #F16405;
}

header#main-header .container .row a.btn-teacher:hover {
    background-color: rgba(11,54,86,0.6);
    color: #ffffff;
}

header#main-header .container .row a.btn-teacher:hover:before {
    right: 25px;
}

/* Menu header#main-header sticky */
header#main-header.sticky {
    position: fixed;
    top: 0;
    height: 76px;
    width: 100%;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

header#main-header.sticky .container,
header#main-header.sticky .container .row {
    height: 100%;
    z-index: 1000;
    padding: 0;
}

header#main-header.sticky .container .row {
    padding: 8px 22px;
}

header#main-header.sticky .container .logo-desktop {
    display: none;
}

header#main-header.sticky .container .logo-on-scroll {
    display: initial;
    float: left;
    padding-right: 13%;
}

header#main-header.sticky .container #search,
header#main-header.sticky .container a.btn-abonner,
header#main-header.sticky .container a.btn-teacher {
    margin-top: 10px;
}

header#main-header.sticky .container #search {
    margin-top: 15px;
}

header#main-header.sticky .container a.btn-abonner {
    font-size: 18px;
}

header#main-header.sticky .container a.btn-abonner:before {
    display: none;
}

header#main-header.sticky .container a.btn-teacher {
    padding: 7px 48px 7px 24px;
    font-size: 18px;
}

header#main-header.sticky .container a.btn-teacher br {
    display: none;
}

header#main-header.sticky .container a.btn-teacher:before {
    bottom: 14px;
    right: 23px;
}

header#main-header .container #burger .menu-burger,
header#main-header.sticky .container #burger .menu-burger {
    display: none;
    position: fixed;
    width: 84%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .2s ease-out;
    z-index: 500;
}

header#main-header .container #burger #menu-overlay,
header#main-header.sticky .container #burger #menu-overlay {
    display: none;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

/* Fenetre recherche */
header#main-header .container #barreSearchHeader {
    position: absolute;
    top: -490px;
    width: 100%;
    height: 490px;
    background-color: #ffffff;
    z-index: 500;
}

header#main-header .container #barreSearchHeader.open {
    top: 0;
}

header#main-header .container #barreSearchHeader .content {
    background-color: #FEDA2E;
    padding-left: 17%;
    height: 351px;
}

header#main-header .container #barreSearchHeader .content .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 24px;
}

header#main-header .container #barreSearchHeader .content .header h1 {
    font-family: "Source Sans Pro-Bold";
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0;
}

header#main-header .container #barreSearchHeader .content a.close-btn {
    cursor: pointer;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 44px;
    top: 44px;
    color: #01496D;
    font-size: 28px;
}

header#main-header .container #barreSearchHeader .content form  {
    border-radius: 6px;
    background-color: #FFFFFF;
    height: 40px;
    max-width: 576px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header#main-header .container #barreSearchHeader .content form input,
header#main-header .container #barreSearchHeader .content form button {
    width: 70%;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
}

header#main-header .container #barreSearchHeader .content form button {
    width: 25%;
    color: #01496D;
    font-family: "Londrina Solid";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    background: none;
    text-transform: uppercase;
}

header#main-header .container #barreSearchHeader .content .filterSearch {
    max-width: 576px;
    padding-top: 24px;
}

header#main-header .container #barreSearchHeader .content .filterSearch span {
    font-family: "Source Sans Pro-Bold";
    color: #01496D;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
}

header#main-header .container #barreSearchHeader .content .filterSearch div.listFilters {
    margin-top: 10px;
}

header#main-header .container #barreSearchHeader .content .filterSearch div.listFilters button {
    display: inline-block;
    color: #01496D;
    font-family: "Londrina Solid";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    border-radius: 24px;
    padding: 11px 24px;
    margin-top: 10px;
    margin-right: 16px;
    cursor: pointer;
    background: none;
}

header#main-header .container #barreSearchHeader .content .filterSearch div.listFilters button:hover,
header#main-header .container #barreSearchHeader .content .filterSearch div.listFilters button.is-checked {
    color: #01496D;
    background-color: #ffffff;
}

header#main-header .container #barreSearchHeader .bkg-yellow {
    background: url("../img/bkg-bottom-bloc-search.png") no-repeat;
    background-size: cover;
    height: 20px;
    background-position-x: center;
}

header#main-header .container #barreSearchHeader #overlay ,
header#main-header .container #barreSearchHeader.open #overlay {
    max-width: 1440px;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 300;
    top: 490px;
    width: 100%;
    height: 100vh;
    background-color: rgba(11, 45, 70, .72);
}

header#main-header .container #barreSearchHeader.open #overlay {
    display: block;
}

main #left-menu {
    width: 15%;
    float: left;
    position: relative;
    z-index: 300;
    padding-top: 20px;
}

main #left-menu-sticky-wrapper {
    position: absolute;
    z-index: 301;
}

main #left-menu-sticky-wrapper #left-menu {
    width: auto !important;
}

main aside#left-menu ul.row,
header#main-header .menu-burger nav#menu-left ul.row {
    display: block;
}

main aside#left-menu ul li,
.menu-mobile-cordova ul li,
header#main-header .menu-burger nav#menu-left ul li{
    display: block;
    border-bottom: 1px solid rgba(11, 45, 70,0.15);
    position: relative;
    padding-left: 25px;
    width: 116px;
}

main aside#left-menu ul li,
.menu-mobile-cordova ul li {
    border-left: 8px solid transparent;
}

main aside#left-menu ul.famille li:nth-child(1):hover,
main aside#left-menu ul.famille li.active:nth-child(1),
.menu-mobile-cordova ul.famille li:nth-child(1):hover,
.menu-mobile-cordova ul.famille li.active:nth-child(1) {
    border-left-color: #F85963;
}

main aside#left-menu ul.famille li:nth-child(2):hover,
main aside#left-menu ul.famille li.active:nth-child(2),
.menu-mobile-cordova ul.famille li:nth-child(2):hover,
.menu-mobile-cordova ul.famille li.active:nth-child(2) {
    border-left-color: #30BF6D;
}

/*main aside#left-menu ul.famille li:nth-child(3):hover,*/
/*main aside#left-menu ul.famille li.active:nth-child(3) {*/
/*    border-left-color: #FDAD2A;*/
/*}*/

main aside#left-menu ul.famille li:nth-child(3):hover,
main aside#left-menu ul.famille li.active:nth-child(3),
.menu-mobile-cordova ul.famille li:nth-child(3):hover,
.menu-mobile-cordova ul.famille li.active:nth-child(3) {
    border-left-color: #A664A5;
}

main aside#left-menu ul.famille li:nth-child(4):hover,
main aside#left-menu ul.famille li.active:nth-child(4) {
    border-left-color: #69A8F1;
}

main aside#left-menu ul li:last-child,
header#main-header .menu-burger nav#menu-left ul li:last-child,
.menu-mobile-cordova ul li {
    border-bottom: none;
}

main aside#left-menu ul li a.menu,
.menu-mobile-cordova ul li a.menu,
header#main-header .menu-burger nav#menu-left ul li a.menu {
    color: #000000;
    font-family: "Londrina Solid", cursive;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
    padding: 30px;
    display: inline-block;
    text-transform: uppercase;
}

main aside#left-menu ul li a.menu-actus:before,
main aside#left-menu ul li a.menu-videos:before,
main aside#left-menu ul li a.menu-emissions:before,
main aside#left-menu ul li a.menu-podcasts:before,
main aside#left-menu ul li a.menu-quiz:before,
.menu-mobile-cordova ul li a.menu-actus:before,
.menu-mobile-cordova ul li a.menu-videos:before,
.menu-mobile-cordova ul li a.menu-podcasts:before,
.menu-mobile-cordova ul li a.menu-home:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-actus:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-videos:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-emissions:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-podcasts:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-quiz:before {
    content: '';
    background: url("../img/Icon_Menu_Actus.svg") no-repeat;
    position: absolute;
    width: 38px;
    height: 39px;
    left: 4px;
    top: 25px;
}

main aside#left-menu ul li a.menu-videos:before,
.menu-mobile-cordova ul li a.menu-videos:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-videos:before {
    background: url("../img/Icon_Menu_Videos.svg") no-repeat;
}

main aside#left-menu ul li a.menu-emissions:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-emissions:before {
    background: url("../img/Icon_Menu_Emissions.svg") no-repeat;
}

main aside#left-menu ul li a.menu-podcasts:before,
.menu-mobile-cordova ul li a.menu-podcasts:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-podcasts:before {
    background: url("../img/Icon_Menu_Podcasts.svg") no-repeat;
}

main aside#left-menu ul li a.menu-quiz:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-quiz:before {
    background: url("../img/Icon_Menu_Quiz.svg") no-repeat;
}

/* Section content */
main section#content {
    width: 85%;
    float: right;
    overflow: hidden;
}

section .row-flat:before,
section .row-padding:before,
section .row-flat:after,
section .row-padding:after {
    box-sizing: border-box;
}

section .row-padding {
    padding: 0 60px;
}

main section#content.sticky {
    padding-left: 15%;
}

main section#content #alaune {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 262px ;
    grid-template-rows: 237px 1fr;
    gap: 32px 35px;
    grid-template-areas:
    "featuredArticle featuredArticle featuredArticle play"
    "featuredArticle featuredArticle featuredArticle marketing"
    "featuredArticle featuredArticle featuredArticle marketing";
}

.featuredArticle { grid-area: featuredArticle; }
.play { grid-area: play; }
.marketing { grid-area: marketing; }

main section#content #alaune article {
    display: flex;
    flex-direction: column;
    margin-bottom: 62px;
    margin-top: 20px;
}

main article .category {
    position: relative;
    display: inline-block;
}


main article .visuel {
    position: relative;
    margin-bottom: 10px;
}

main article .visuel a,
.listSeancePedagogique .visuel {
    display: block;
    position: relative;
}

main article .visuel a img,
.listSeancePedagogique .visuel img {
    z-index: 1;
}

main article .visuel a:after,
.listSeancePedagogique .visuel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: radial-gradient(circle, rgba(255,255,255,0.02) 0%, rgba(155,155,155,0) 39.22%, rgba(0,0,0,0.05) 100%);
}

main article .visuel a:after {
    border-radius: 6px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .content .poster .visuel:after {
    border-radius: 35px;
}

main #alaune article .visuel a:after {
    border-radius: 20px;
}

main #selection-pour-toi article .visuel a:after {
    border-radius: 12px;
}

main #actus-semaine article .visuel a:after,
main #remontee-tag article .visuel a:after,
main .list-post-4x article .visuel a:after,
main .list-video-article .videos-list article .visuel a:after,
.parcours-single .part-items .visuel:after {
    border-radius: 6px;
}

main article .visuel button {
    background: none;
    border: none;
}

main article .content-text {
    margin-bottom: 25px;
}

main article .category span,
main article .category a.link-category {
    text-decoration: none;
    padding: 6px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #343534;
    font-family: "Londrina Solid", cursive;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}

main article .category span.actus:before,
main article .category span.videos:before,
main article .category span.podcasts:before,
main article .category span.emissions:before,
main article .category span.jeux:before,
main article .category a.link-category.actus:before,
main article .category a.link-category.videos:before,
main article .category a.link-category.podcasts:before,
main article .category a.link-category.emissions:before,
main article .category a.link-category.jeux:before {
    content: "";
    background: url("../img/Icon_Menu_Actus.svg") no-repeat;
    background-size: 60%;
    position: absolute;
    width: 38px;
    height: 39px;
    left: 0;
}

main article .category span.videos:before,
main article .category a.link-category.videos:before {
    background: url("../img/Icon_Menu_Videos.svg") no-repeat;
    background-size: 60%;
}

main article .category span.podcasts:before,
main article .category a.link-category.podcasts:before {
    background: url("../img/Icon_Menu_Podcasts.svg") no-repeat;
    background-size: 60%;
}

main article .category span.emissions:before,
main article .category a.link-category.emissions:before {
    background: url("../img/Icon_Menu_Emissions.svg") no-repeat;
    background-size: 60%;
}

main article .category span.jeux:before,
main article .category a.link-category.jeux:before {
    background: url("../img/Icon_Menu_Quiz.svg") no-repeat;
    background-size: 60%;
}

main article .category span.jeux {
    line-height: 28px;
    padding-bottom: 2px;
}

main section#content #alaune article h1,
main section#content #alaune article h1 a,
main section#content #alaune article p {
    color: #343534;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 46px;
    text-decoration: none;
}

main section#content #alaune article .post-data{
    margin-bottom: 16px;
}

main section#content #alaune article img {
    border-radius: 20px;
}

main section#content #alaune article p {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 14px;
}

main section#content #alaune aside#col-right-play {
    padding-top: 20px;
}

main section#content #alaune aside#col-right-play .play {
    position: relative;
}

main section#content #alaune aside#col-right-play .play .bkg-blue {
    background: url("../img/bkg-play.png") no-repeat;
    width: 100%;
    height: 242px;
    position: absolute;
    opacity: 0.5;
    top: 6%;
}

main section#content #alaune aside#col-right-play .play .content-play a.link-bloc-aside-home {
    display: flex;
    flex-direction: column;
    align-items: center;
}

main section#content #alaune aside#col-right-play .play .content-play a.link-bloc-aside-home img {
    /*max-width: none;*/
    position: relative;
    border-radius: 12px;
}

main section#content #alaune aside#col-right-play .play .content-play a.link-bloc-aside-home span {
    background: #69A8F1;
    position: absolute;
    bottom: 10%;
}

main section#content #alaune aside#col-right-play .play a.link-bloc-aside-home span:hover {
    border: 1px solid #69A8F1;
    color: #69A8F1;
    background: #ffffff;
}

main section#content #alaune aside#col-right-marketing {
    text-align: center;
}

main section#content #alaune aside#col-right-marketing .marketing {
    position: relative;
}

main section#content #alaune aside#col-right-marketing .marketing .bkg-orange {
    content: '';
    background: url("../img/background-marketing.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 534px;
    position: absolute;
    z-index: 100;
}

main section#content #alaune aside#col-right-marketing .marketing .content-marketing {
    display: block;
    text-align: center;
    z-index: 200;
    position: relative;
}

main section#content #alaune aside#col-right-marketing .marketing .content-marketing h3 {
    display: block;
    color: #01496D;
    font-size: 24px;
    font-family: 'Source Sans Pro-Bold';
    letter-spacing: 0;
    line-height: 28px;
    padding-top: 18px;
}

main section#content #alaune aside#col-right-marketing .marketing .content-marketing img {
    width: 195px;
    margin-top: 24px;
}

main section#content #alaune aside#col-right-marketing .marketing .content-marketing a,
main section#content #alaune aside#col-right-marketing .marketing .content-marketing span {
    display: inline-block;
    text-align: center;
}

main section#content #alaune aside#col-right-marketing .marketing .content-marketing .desc {
    color: #343534;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 20px 0 8px;
}

main section#content #alaune aside#col-right-marketing .marketing .content-marketing .price {
    color: #01496D;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    font-family: 'Source Sans Pro-Bold';
    font-size: 28px;
}

main section#content #alaune aside#col-right-marketing .marketing .content-marketing .price span{
    font-size: 14px;
}

main section#content #alaune aside#col-right-marketing .marketing a.btn {
    display: inline-block;
    margin-top: 16px;
    padding: 11px 24px;
}

/* Section Selectionné pour toi home page */

main section#content section#selection-pour-toi {
    margin-bottom: 85px;
}

main section h2,
main section#content section#selection-pour-toi span.title-span,
main section#content section#actus-semaine h3 {
    color: #01496D;
    font-family: 'Source Sans Pro-Bold';
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    margin-bottom: 23px;
    z-index: 2;
    position: relative;
    display: block;
}

h2 span.surligne,
h3 span.surligne {
    background: url('../img/Strok_large.svg') no-repeat left bottom;
    color: #01496D;
}

main section#content section#selection-pour-toi .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0 23px;
}

main section#content section#selection-pour-toi .content .item article {
    background-color: rgba(48, 191, 109,0.15);
    padding: 10px;
    border-radius: 20px;
    height: 100%;
}

main section#content section#selection-pour-toi .content .item article img {
    border-radius: 12px;
}

main section#content section#selection-pour-toi .content .item article h2,
main section#content section#selection-pour-toi .content .item article h2 a {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 31px;
    color: #343534;
    text-align: left;
    text-decoration: none;
}

main section#content section#selection-pour-toi .content .item-2 article {
    background-color: rgba(105, 168, 241,0.15);
}

/* Section Actus de la semaine home page */
main section#content section#actus-semaine {
    margin-bottom: 96px;
}

main section#content section#actus-semaine .row {
    padding: 0;
}

body.search main section#content .list-article .list-post-4x,
body.category main section#content .list-article .list-post-4x,
body.archive main section#content .list-article .list-post-4x,
main section#content section#actus-semaine .list-post-4x {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;
    gap: 25px;
    margin-bottom: 40px;
}

body.search main section#content .list-article .list-post-4x,
body.category main section#content .list-article .list-post-4x,
body.archive main section#content .list-article .list-post-4x {
    gap: 40px;
}

main section#content section#actus-semaine .list-post-4x {
    grid-template-rows: 1fr 1fr;
    grid-auto-rows: unset;
    grid-template-areas:
    ". . . ."
    ". . . newsletter";
}

.newsletter { grid-area: newsletter; }

main section#content section#actus-semaine .items .newsletter {
    background-color: #FEE743;
    border-radius: 8px;
    margin: 10px;
}

main section#content section#actus-semaine .items .newsletter h3,
main section#content section#actus-semaine .items .newsletter p {
    color: #01496D;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}

main section#content section#actus-semaine .items .newsletter h3 {
    padding: 12px 15px 11px 8px ;
    font-family: 'Source Sans Pro-Bold';
}

main section#content section#actus-semaine .items .newsletter p {
    color: #343534;
    font-size: 18px;
    line-height: 24px;
}

main section#content section#actus-semaine .items .newsletter .link-newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

main section#content section#actus-semaine .items .newsletter .link-newsletter img {
    position: relative;
    width: 162px;
}

main section#content section#actus-semaine .items .newsletter .link-newsletter a {
    top: -12px;
}

main section#content section#actus-semaine .items .newsletter .link-newsletter a:hover {
    background-color: #ffffff;
    border: 1px solid #01496D;
    color: #01496D;
}

body.archive main section#content .list-article .list-post-4x article,
main section#content section#actus-semaine .list-post-4x article {
    margin: 12px 0 34px;
}

main section#content section#actus-semaine .list-post-4x article:nth-child(1),
main section#content section#actus-semaine .list-post-4x article:nth-child(2),
main section#content section#actus-semaine .list-post-4x article:nth-child(3),
main section#content section#actus-semaine .list-post-4x article:nth-child(4) {
    border-bottom: 1px solid rgba(11, 45, 70, 0.15);
}

body.search main section#content .list-article .list-post-4x article img,
body.category main section#content .list-article .list-post-4x article img,
body.archive main section#content .list-article .list-post-4x article img,
main section#content section#actus-semaine .list-post-4x article img {
    border-radius: 6px;
}

body.search main section#content .list-article .list-post-4x article h2,
body.category main section#content .list-article .list-post-4x article h1,
body.archive main section#content .list-article .list-post-4x article h2,
main section#content section#actus-semaine .list-post-4x article h3 {
    margin-bottom: 8px;
}

body.search main section#content .list-article .list-post-4x article h2 a,
body.category main section#content .list-article .list-post-4x article h1 a,
body.archive main section#content .list-article .list-post-4x article h2 a,
main section#content section#actus-semaine .list-post-4x article h3 a {
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
}

body.search main section#content .list-article .list-post-4x article .date,
body.category main section#content .list-article .list-post-4x article .date,
body.archive main section#content .list-article .list-post-4x article .date,
main section#content section#actus-semaine .list-post-4x article .date {
    display: block;
    font-size: 16px;
    line-height: 30px;
}

main section#content section#actus-semaine .list-post-4x article h3,
main section#content section#actus-semaine .list-post-4x article h3 a,
body.archive #content .first-article h2,
body.archive #content .first-article h2 a,
body.search main section#content .list-article .list-post-4x article h2,
body.search main section#content .list-article .list-post-4x article h2 a {
    color: #343534;
    letter-spacing: 0;
    text-decoration: none;
    text-align: left;
}

main section#content section#actus-semaine .list-post-4x article h3,
main section#content section#actus-semaine .list-post-4x article h3 a {
    padding: 0;
}

body.archive main section#content .list-article .list-post-4x article h2,
body.archive main section#content .list-article .list-post-4x article h2 a {
    text-align: left;
    color: #343534;
    padding: 0;
}

/* Section Bloc enseignant home page */
main section#content section#hp-bloc-enseignant {
    position: relative;
    z-index: 100;
}

main section#content section#hp-bloc-enseignant .top {
    background: url("../img/top-bloc-lame-bleu.png") no-repeat;
    background-size: cover;
    height: 25px;
    background-position-x: center;
    background-position-y: 2px;
}

main section#content section#hp-bloc-enseignant .content {
    background-color: #01496D;
    height: 320px;
}

main section#content section#hp-bloc-enseignant .content img {
    float: left;
    width: 45%;
    position: relative;
    top: 67px;
}

main section#content section#hp-bloc-enseignant .bottom {
    background: url("../img/bottom-bloc-lame-bleu.png") no-repeat;
    background-size: cover;
    height: 25px;
    background-position-x: center;
}

main section#content section#hp-bloc-enseignant .content .link-teacher {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 60px;
    padding-top: 60px;
}

main section#content section#hp-bloc-enseignant .content .link-teacher h2 {
    color: #ffffff;
    font-size: 42px;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
}

main section#content section#hp-bloc-enseignant .content .link-teacher span {
    color: #FEDA2E;
    font-family: 'Source Sans Pro-Bold', sans-serif;
    font-size: 42px;
}

main section#content section#hp-bloc-enseignant .content .link-teacher a#btn-space-teacher {
    margin-top: 48px;
}

/* Slideshow avec item rond */
section.slideshow-round {
    position: relative;
    margin-top: -18px;
    padding-bottom: 60px;
    z-index: 200;
}

section.slideshow-round .title-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 45px;
}

section.slideshow-round .content-section {
    overflow: hidden;
    padding: 0 48px;
    position: relative;
}

section.slideshow-round article.cycle-slide {
    text-align: center;
    margin: 0 11px;
    width: 151px !important;
}

section.slideshow-round .content-section article img {
    border-radius: 73px;
    border: 3px solid #B1C3CD;
    /*width: 142px;*/
}

section.slideshow-round .content-section article a:after {
    display: none;
}

section.slideshow-round .content-section article h3,
section.slideshow-round .content-section article h3 a,
section.slideshow-round .content-section article h3 button {
    font-family: 'Source Sans Pro-Bold';
    font-size: 20px;
    color: #343534;
    letter-spacing: 0;
    text-decoration: none;
    background: none;
    border-radius: 0;
    border: none;
    line-height: 21px;
    margin-bottom: 8px;
}

/* specif videos hp famille */
section.slideshow-round.videos {
    background-color: rgba(11,45,70,0.1);
}

section.slideshow-round.videos .title-section h2 {
    font-size: 42px;
    line-height: 48px;
    margin-right: 32px;
}

section.slideshow-round.videos .title-section img {
    width: 152px;
    height: 100%;
}

section.slideshow-round.videos .other-btn-video {
    margin-top: 15px;
    overflow: hidden;
}

section.slideshow-round.videos .other-btn-video a {
    float: right;
}

section.slideshow-round.videos .other-btn-video #btn-ask-question {
    margin-right: 24px;
}

section.slideshow-round.videos .other-btn-video #btn-all-video {
    margin-right: 35px;
}

section.slideshow-round.videos .other-btn-video #btn-all-video:hover {
    border: 1px solid #01496D;
}

/* Section Marketing Hors série-home page */
main section#content section#marketing-hs {
    position: relative;
    z-index: 300;
    margin-top: -20px;
}

main section#content section#marketing-hs .content {
    background-color: #fee2b5;
    padding: 30px 60px;
    overflow: hidden;
}

main section#content section#marketing-hs .content .text {
    max-width: 56%;
    float: left;
}

main section#content section#marketing-hs .content .text h2 {
    margin-top: 15px;
}

main section#content section#marketing-hs .content .text h2,
main section#content section#marketing-hs .content .text span.sstitre {
    font-family: "Source Sans Pro-Bold";
    text-align: left;
    font-size: 42px;
    margin-bottom: 10px;
    padding: 0;
}

main section#content section#marketing-hs .content .text span.sstitre {
    color: #46B082;
}

main section#content section#marketing-hs .content .text .texte,
main section#content section#marketing-hs .content .text .texte p,
main section#content section#marketing-hs .content .text .texte li {
    color: #01496D;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 17px;
}

main section#content section#marketing-hs .content .text .texte ul {
    margin-left: 20px;
    margin-bottom: 25px;
}

main section#content section#marketing-hs .content .text .texte ul li {
    list-style: disc;
    margin-bottom: 8px;
    text-align: initial;
}

main section#content section#marketing-hs .content .text p.chapeau {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 17px 0 0 0;
    font-family: 'Source Sans SemiBold';
}

main section#content section#marketing-hs .content .text a#btn-hs {
    margin-top: 34px;
}

main section#content section#marketing-hs .top {
    background: url("../img/bkg-top-bloc-hs-marketing-hp.png") no-repeat;
    background-position-x: center;
    height: 20px;
}

main section#content section#marketing-hs .bottom {
    background: url("../img/bkg-bottom-bloc-hs-marketing-hp.png") no-repeat;
    background-position-x: center;
    height: 25px;
}

main section#content section#marketing-hs .image {
    max-width: 404px;
    float: right;
    width: 100%;
    background: url(../img/tache-orange.png) no-repeat;
    height: 416px;
    background-size: contain;
    display: block;
}

main section#content section#marketing-hs .image img {
    position: relative;
    display: block;
    margin: 0 auto;
    left: -6px;
    top: 23px;
}

/* Section remontées tag home page */
main section#remontee-tag {
    position: relative;
    padding-top: 35px;
    padding-bottom: 85px;
}

main section#remontee-tag article h3 {
    color: #01496D;
    font-family: "Source Sans Pro-Bold", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    display: block;
    text-align: center;
    padding: 10px;
}

main section#content section#remontee-tag .content-remontee-tag {
    overflow: hidden;
    padding: 0 92px;
    position: relative;
}

main section#content section#remontee-tag .content-remontee-tag article.swiper-slide {
    display: block;
    width: 261px !important;
    text-align: left !important;
}

main section#content section#remontee-tag .content-remontee-tag article.swiper-slide img,
body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .content-remontee-tag article img,
body.single main #single-content .single-article-carrousel .content-remontee-tag article .visuel img,
body.archive section.videos-list .swiper article img {
    border-radius: 6px;
    margin: 0 auto;
    display: block;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .content-remontee-tag article .visuel a:after,
.single-article-carrousel .content-remontee-tag article .visuel a:after {
    border-radius: 6px;
}

main section#content section#remontee-tag .content-remontee-tag article.swiper-slide h1,
body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .content-remontee-tag article h1,
.single-article-carrousel .content-remontee-tag article h1,
body.archive section.videos-list .swiper article h2,
main section#content section#remontee-tag .content-remontee-tag article.swiper-slide h3 a,
.single-article-carrousel .content-remontee-tag article.swiper-slide h3 a,
body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .content-remontee-tag article h3 a,
.single-article-carrousel .content-remontee-tag article h3 a,
body.archive section.videos-list .content-remontee-tag article h3 a,
body main #single-content .latestNews article.swiper-slide  h3 {
    font-family: 'Source Sans Pro-Bold', cursive;
    font-size: 20px;
    margin-bottom: 8px;
    letter-spacing: 0;
    line-height: 25px;

}
body main #single-content .latestNews article.swiper-slide h3 {
    text-align: left !important;
}

main section#content section#remontee-tag article.swiper-slide h3,
main section#content section#remontee-tag .content-remontee-tag article.swiper-slide h3 a,
body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .content-remontee-tag article h3 a,
.single-article-carrousel .content-remontee-tag article h3 a,
body.archive section.videos-list .content-remontee-tag article h3 a,
body main #single-content .latestNews article.swiper-slide  h3 a {
    color: #343534;
    text-decoration: none;
    text-align: left;
    padding: 0;
    margin-bottom: 8px;
}

/* Section Vidéo explication 1j1a-home page */
main section#content section#explication1j1a {
    position: relative;
    z-index: 200;
    margin-top: -25px;
}

main section#content section#explication1j1a .top {
    background: url("../img/top-bloc-lame-bleu.png") no-repeat;
    background-size: cover;
    height: 25px;
    background-position-x: center;
    background-position-y: 2px;
}

main section#content section#explication1j1a .content {
    background-color: #01496D;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 75px;
    height: 415px;
}

main section#content section#explication1j1a .content iframe,
main section#content section#explication1j1a .content .text {
    width: 50%;
}

main section#content section#explication1j1a .content .text {
    display: block;
    padding-left: 75px;
}

main section#content section#explication1j1a .content .text h2,
main section#content section#explication1j1a .content .text span {
    color: #ffffff;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
}

main section#content section#explication1j1a .content .text span {
    color: #FEE743;
    font-family: 'Source Sans Pro-Bold', sans-serif;
}

main section#content section#explication1j1a .content .text p {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    padding: 15px 0 30px;
}

main section#content section#explication1j1a .content .text a#btn-je-decouvre:hover {
    border: 1px solid #FEDA2E;
}

main section#content section#explication1j1a .content .text a.btn-abonner {
    margin-left: 24px;
}

main section#content section#explication1j1a .bottom {
    background: url("../img/bkg-bottom-bloc-enseignant-hp.png") no-repeat;
    background-size: cover;
    height: 25px;
    background-position-x: center;
}

/* Section Newsletter Milan Jeunesse-home page */
footer section#footer-newsletter.newsletter-famille {
    position: relative;
    z-index: 300;
    background-color: #3FC5BF;
}

main section#content #newsletter-milan-jeunesse .top {
    background: url("../img/bkg-top-bloc-newsletter-milan-hp.png") no-repeat;
    background-size: cover;
    height: 25px;
    background-position-x: center;
    background-position-y: 1px;
}

footer section#footer-newsletter .contenu {
    height: 210px;
    position: relative;
    padding-top: 80px;
    padding-bottom: 30px;
}

footer section#footer-newsletter .contenu .text {
    width: 50%;
    float: left;
}

footer section#footer-newsletter .contenu .text span.title {
    display: inline-block;
    margin-bottom: 24px;
}

footer section#footer-newsletter .contenu .text p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
}

footer section#footer-newsletter .form-mail {
    width: 50%;
    float: right;
    color: #01496D;
    text-align: center;
    background: url("../img/Forme-Rectangle-newsletter.png") no-repeat;
    height: 128px;
    background-size: 100%;
    background-position-y: center;
    position: relative;
    top: 35%;
}

footer section#footer-newsletter.newsletter-famille .form-mail:before {
    content: '';
    width: 220px;
    height: 270px;
    background: url(../img/milanos2.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 67%;
    left: 35%;
}

footer section#footer-newsletter.newsletter-famille .form-mail::after {
    content: '';
    width: 102px;
    height: 78px;
    background: url(../img/milano1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 90%;
    left: 75%;
}

footer section#footer-newsletter .contenu .form-mail form {
    position: relative;
    top: 30%;
}

footer section#footer-newsletter .contenu .form-mail form input {
    border-radius: 6px;
    background-color: #FFFFFF;
    padding: 12px;
    border: none;
    width: 50%;
}

footer section#footer-newsletter .contenu .form-mail form div {
    position: absolute;
    width: 0;
    height: 0;
}

footer section#footer-newsletter .contenu .form-mail form input::placeholder {
    font-size: 16px;
    color: #01496D;
    letter-spacing: 0;
    line-height: 20px;
}

footer section#footer-newsletter .contenu .form-mail form button {
    padding: 7px 24px;
    margin-left: 16px;
}

footer section#footer-newsletter.newsletter-famille .bottom {
    background: url("../img/bkg-bottom-bloc-newsletter-milanJ-hp.png") no-repeat;
    background-size: cover;
    height: 25px;
    background-position-x: center;
    position: relative;
    top: 20px;
}

footer section#footer-newsletter #formNewsletter-result {
    position: absolute;
}

footer section#footer-newsletter #formNewsletter-result.error {
    bottom: 18px;
    left: 48px;
}

footer section#footer-newsletter #formNewsletter-result.success {
    bottom: auto;
    top: 63px;
    left: 48px;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
}

footer section#footer-newsletter #formNewsletterEnseignants #formNewsletter-result {
    color: #fff;
}

footer section#footer-newsletter .rgpd-form p,
footer section#footer-newsletter .rgpd-form p a {
    font-family: "Source Sans Pro-Regular";
    font-size: 12px;
}

footer section#footer-newsletter .rgpd-form p a {
    color:#222;
}

footer {
    position: relative;
    margin-top: -25px;
}

footer .content {
    width: 85%;
    float: right;
}

footer h2 {
    color: #01496D;
    font-family: "Source Sans Pro-Bold",cursive;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer #footer-tag {
    position: relative;
    margin-top: -15px;
    z-index: 2;
    background-color : rgba(11,45,70,0.05);
}

footer .content #footer-tag .footer-swiper #content-tag .list-tag .column-tag {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

footer .content #footer-tag .footer-swiper #content-tag .swiper-slide {
    width: 151px !important;
}

footer .content #footer-tag .footer-swiper .list-tag .column-tag p.tag {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 8px 12px;
    margin-bottom: 8px;
    font-size: 12px;
    text-align: center;
}

footer .content #footer-tag .footer-swiper .list-tag .column-tag p.tag a,
footer .content #footer-tag .footer-swiper .list-tag .column-tag ul li a {
    text-decoration: none;
    color: #01496D;
}

footer .content #footer-tag .footer-swiper .list-tag .column-tag ul li {
    text-align: center;
    color: #093350;
    /*font-family: "Source Sans Pro-Regular", cursive;*/
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    padding: 8px 12px;
    margin-bottom: 8px;
}

footer .content #footer-tag .footer-swiper .list-tag .column-tag ul li:nth-child(n+4) {
    display: none;
}

footer button.btn-tag4-plus {
    display: block;
    margin: 40px auto;
    border: none;
    background: none;
    transform: rotate(270deg);
}

footer button.btn-tag4-plus img {
    width: 13px;
}

footer button.btn-tag4-plus.open {
    transform: rotate(90deg);
}

footer .content hr {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #01496D;
    opacity: 0.15;
}

footer .content .footer {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

footer .content .footer .imgLogo {
    float: left;
    margin-top: 32px;
}

footer .content .footer img.logoMilan {
    width: 53px;
}

footer .content .footer img.logo {
    height: 60px;
    margin-left: 25px;
}

footer .content .footer .linkFooter {
    float: right;
    margin-top: 47px;
}

footer .content .footer .linkFooter a,
footer .content .footer p{
    text-decoration: none;
    color: #01496D;
    font-family: "Source Sans Pro-Regular";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    padding: 20px;
}

footer .content .footer p {
    float: right;
    font-weight: 500;
}

/**** Fin page d'accueil ****/



/*** Design single/page ****/
body.page main #single-content,
body.single main #single-content {
    padding: 0 145px;
}

body.single main #single-content article {
    margin-bottom: 50px;
}

body.single main #single-content.videos article {
    float: left;
    width: 72%;
}

body.single main #single-content article .subcontent {}
body.single main #single-content article.video .subcontent {
   /* float: left;
    width: 69%;*/
}

body.single main article .subcontent ul {
    list-style: disc;
}

#pip {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    width: 350px;
    border: 4px solid #d1d1d1;
    border-radius: 16px;
    background: #fff;
}

#pip figure {
    margin: 0;
}

body.single main #single-content article h1,
body.page main article h1.post_title,
body.page main h1.post_title {
    font-family: "Source Sans Pro-Bold";
    font-size: 42px;
    letter-spacing: 0;
    line-height: 46px;
    color: #343534;
    margin-bottom: 10px;
}

body.page main article .entry-content {
    margin-bottom: 70px;
}

body.single main #single-content article h2 {
    margin-bottom: 5px;
}

body.single main #single-content article .post_excerpt p {
    font-family: "Source Sans SemiBold";
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    color: #343534;
}

body.single main #single-content article.swiper-slide .post-data {
    margin: 0;
}

body.single main #single-content article .post-data {
    margin: 30px 0;
}

body.single main #single-content article .post-data .left {
    float: left;
}

body.single main #single-content article .post-data .right {
    float: right;
}

body.single main #single-content article .post-data .time {
    color: #546c7d;
    font-size: 20px;
    line-height: 30px;
}

body.single main #single-content article .post-data .time strong {
    font-family: "Source Sans Pro-Bold";
    color: #01496D;
}

body.single main #single-content article .post-data .old-article {
    display: inline-block;
    border-radius: 13px;
    background-color: #fde8da;
    padding: 2px 8px 2px 30px;
    color: #F16405;
    font-family: "Source Sans SemiBold";
    font-size: 15px;
    line-height: 25px;
    position: relative;
}

body.single main #single-content article .post-data .old-article:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    background: url(../img/Icone-Attention.svg) no-repeat top left;
    width: 13px;
    height: 12px;
}

body.single main #single-content article .post-data .time-updated {
    font-family: "Source Sans SemiBold";
    font-size: 16px;
    line-height: 22px;
    color: #546c7d;
}

body.single main #single-content article .post-data a.single-article-pdf-link {
    display: inline-block;
    position: relative;
}

body.single main #single-content article .post-data a.single-article-pdf-link:before {
    content: "Article disponible en PDF";
    position: absolute;
    top: 8px;
    left: -209px;
    color: #8F9CB5;
    font-family: "Source Sans SemiBold";
    font-size: 13px;
    line-height: 57px;
    padding-right: 38px;
    background: url(../img/pdf-arrow.gif) no-repeat 156px 0px;
    text-transform: uppercase;
}
/* Afficher nombre de commentaires */
.post-data a.numCom {
    display: inline-block;
    color: #0B2D46;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 14px;
    position: relative;
    text-decoration: none;
    float: right;
    margin-right: 3px;
}

body.single .post-data a.numCom {
    line-height: 22px;
    position: relative;
    text-decoration: none;
    margin-left: 60px;
    float: right;
}

.post-data a.numCom:before {
    content: "";
    background: url("../img/Mask.svg") no-repeat;
    width: 18px;
    height: 17px;
    right: 3px;
    display: inline-block;
    top: 4px;
    position: relative;
}

body.single .post-data .right a.numCom:before {
    width: 30px;
    height: 26px;
    position: relative;
    left: -10px;
}

body.single main #single-content article .visuel img {
    border-radius: 25px;
}

body.single main #single-content article .btn-single-video {
    display: none;
    margin: 10px 0;
}

body.single main #single-content article .btn-single-video button.quiz {
    background: #69A8F1;
    margin-right: 15px;
}

body.single main #single-content article .btn-single-video button.quiz:hover {
    color: #69A8F1;
    border: 1px solid #69A8F1;
    background: #ffffff;
}

body.single main #single-content article #pourquoiParle {
    border-radius: 8px;
    background-color: rgba(11,45,70,0.09);
    padding: 13px 22px 11px 20px;
}

body.single main #single-content article #pourquoiParle label,
body.single main #single-content article #pourquoiParle p {
    font-family: "Source Sans Pro-Bold";
    color: #003655;
    letter-spacing: 0;
    line-height: 26px;
}

body.single main #single-content article #pourquoiParle p,
body.page article .entry-content p {
    font-family: "Source Sans Pro-Regular";
}

body.page article .entry-content p,
body.page article .entry-content ul,
body.page article .nf-form-fields-required,
body.page article .nf-form-content label {
    font-size: 18px;
    color: #01496D;
}

body.page article .entry-content p {
    margin-bottom: 10px;
    line-height: 31px;
}

body.page article .entry-content ul li {
    line-height: 24px;
    padding: 0 0 0 30px;
}

body.page article .entry-content ul li a,
body.page article .entry-content p a {
    color: #F16405;
    font-weight: 600;
}

body.page article .entry-content ul li a:hover,
body.page article .entry-content p a:hover {
    text-decoration: underline;
}

body.page article .entry-content ul li:before {
    content: "•";
    color: #FEDA2E;
    display: inline-block;
    width: 14px;
    font-size: 27px;
    top: 2px;
    position: relative;
}

body.page article .entry-content h2 {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}

body.page article .entry-content p small {
    font-size: 12px;
}

body.page article .nf-form-content {
    margin: 20px auto;
}

body.page article .nf-form-content input,
body.page article .nf-form-content textarea {
    border-radius: 6px;
    background: transparent;
}

body.page article .nf-form-content input[type=button] {
    background: #01496D;
    font-family: "Source Sans SemiBold";
    color: #ffffff;
    border: 1px solid transparent;
    cursor: pointer;
}

body.page article .nf-form-content input[type=button]:hover {
    background: #ffffff;
    color: #01496D;
    border: 1px solid #01496D;
}

body.single main #single-content article .wp-caption,
body.single main #single-content article .wp-caption p.wp-caption-text,
body.single main #single-content article .post-content {
    color: #343534;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 32px;
    text-align: left;
}

body.single main #single-content article .post-content {
    margin-bottom: 140px;
}

body.single main #single-content article .post-content h2,
body.single main #single-content article .post-content p.author {
    font-family: "Source Sans Pro-Bold";
    color: #F16405;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 0;
}

body.single main #single-content article .post-content h2 {
    margin-top: 30px;
    text-align: left;
    padding-left: 0;
}

body.single main #single-content article .post-content p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
}

body.single main #single-content article .post-content p span.glossaryLink {
    text-decoration: none;
    border-bottom: dotted 1px #000000;
    background-color: rgba(11, 45, 70, 0.05);
}

body.single main #single-content article figure figcaption span.glossaryLink {
    background-color: rgba(255,255,255,0.5);
}

body.single main #single-content article .post-content p strong {
    font-family: "Source Sans Pro-Bold";
}

body.single main #single-content article .post-content p a {
    color: #F16405;
}

body.single main #single-content article .post-content p.author {
    font-size: 17px;
    line-height: 28px;
    text-align: right;
    margin-top: 45px;
}

body.single main #single-content.videos aside.videos-others {
    background-color: #e1f6ea;
    padding: 20px;
    border-radius: 25px;
    float: right;
    width: calc(25% - 40px);
}

body.single main #single-content.videos aside.videos-others article {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}

body.single main #single-content.videos aside.videos-others article {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    float: none;
    width: initial;
}

body.single main #single-content article aside article .visuel img {
    border-radius: 8px;
}

body.single main #single-content.videos aside article h3 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
}

body.single main #single-content.videos aside article h3 a {
    font-family: 'Source Sans Pro-Bold';
    color: #343534;
    text-decoration: none;
    display: block;
}

body.single main #single-content.videos aside .btns {
    text-align: center;
}

body.single main #single-content.videos aside .btns a.plusVideos {
    display: inline-block;
    padding: 11px;
    font-size: 16px;
    margin-bottom: 20px;
}

body.single main #single-content.videos aside .btns a.plusVideos:before {
    content: "";
    background: url("../img/Icon_Menu_Videos.svg") no-repeat;
    width: 38px;
    height: 39px;
}

body.single main #single-content.videos aside .btns a.plusVideos:hover {
    background-color: #ffffff;
    color: #01496D;
}

body.single main #single-content.videos aside .btns .btn-yellow {
    display: inline-block;
}

body.single main #single-content .containerQuizz,
body.single main #single-content #single-comments,
body.single main #single-content .tag,
body.single main #single-content .latestNews {
    clear: both;
    position: relative;
    margin-bottom: 80px;
}

main #single-content #single-comments {
    margin-top: 25px;
}

main #single-content #single-comments span.nbrCommentaires {
    font-family: "Source Sans Pro-Bold";
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #01496D;
}

main section#content .bloc-hp-ens.bloc-seance a.openCom,
main #single-content #single-comments button.openCom,
body.single main #single-content #single-comments #commentaires ol.comment-list button.btn-display-more-comments {
    float: right;
}

/* Commentaires */

#commentaires {
    margin-top: 45px;
    display: flex;
    flex-direction: column-reverse;
}

#commentaires ol.comment-list {
    margin-bottom: 25px;
}

#commentaires #respond {
    background-color: rgba(254,218,46,0.5);
    padding: 32px;
    border-radius: 16px;
    display: none;
}

#commentaires #respond h2 {
    color: #343534;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    display: none;
}

#commentaires #respond form.comment-form p {
    font-size: 18px;
    margin-bottom: 15px;
}

#commentaires #respond form.comment-form p.comment-form-comment {
    display: flex;
    flex-direction: column;
}

#commentaires #respond form.comment-form p.comment-form-comment textarea {
    border: 1px solid transparent;
    border-radius: 8px;
}

#commentaires #respond form.comment-form p.form-submit {
    margin-top: 15px;
}

#commentaires #respond .required-fields {
    margin-bottom: 32px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    color: #343534;
}

#commentaires #respond form .champContainer,
#commentaires #respond form #textareaContainer {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

#commentaires #respond form #textareaContainer {
    margin-bottom: 8px;
}

#commentaires #respond form .champContainer label,
#commentaires #respond form #textareaContainer label,
#commentaires #respond form.comment-form p.comment-form-comment label,
#commentaires #respond form.comment-form a,
#commentaires #respond form.comment-form p.logged-in-as a,
body.logged-in body.single main #single-content #single-comments #commentaires #respond form p.comment-form-comment label {
    font-family: "Source Sans Pro-Bold";
    letter-spacing: 0;
    line-height: 23px;
    color: #01496D;
    font-size: 18px;
    margin-bottom: 8px;
}

#commentaires #respond form .champContainer input,
#commentaires #respond form #textareaContainer textarea,
body.logged-in body.single main #single-content #single-comments #commentaires #respond form p.comment-form-comment textarea{
    width: 33%;
    border-radius: 6px;
    background-color: #FFFFFF;
    border: none;
    padding: 10px 12px;
}

#commentaires #respond form #textareaContainer textarea,
body.logged-in body.single main #single-content #single-comments #commentaires #respond form p.comment-form-comment textarea {
    width: 97%;
    height: 133px;
}

#commentaires #respond form #textareaContainer textarea::placeholder {
    font-family: "Source Sans Pro-Regular";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

#commentaires #respond form .comment-form-cookies-consent,
#commentaires #respond form .comment-form-subscriptions {
    display: none;
}

body.logged-in body.single main #single-content #single-comments #commentaires #respond form p.comment-form-comment {
    display: block;
    margin: 18px 0;
}

body.logged-in body.single main #single-content #single-comments #commentaires #respond form p.form-submit {
    margin-top: 15px;
}

#commentaires p.rgpd-form,
#commentaires p.rgpd-form a,
.rgpd-form,
.rgpd-form a {
    color: #343534;
    font-size: 12px !important;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 40px;
}

footer section#footer-newsletter.newsletter-enseignants .rgpd-form,
footer section#footer-newsletter.newsletter-enseignants .rgpd-form a {
    color: #ffffff;
}

.rgpd-form #btnMoreLess {
    display: none;
}

#commentaires ol.comment-list .reply a.comment-reply-link {
    display: none;
}

#commentaires ol.comment-list .reply span.safe-comments-report-link {
    display: block;
    float: right;
}

#commentaires ol.comment-list li {
    border-radius: 2% 4% 1% 2%;
    background-color: rgba(254, 218, 46,0.2);
    padding: 16px 24px 18px 24px ;
    margin-top: 16px;
}

#commentaires ol.comment-list li ol.children li {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 25px;
    margin-left: 10%;
}

#commentaires ol li .comment-author img {
    width: 55px;
    margin-right: 30px;
    float: left;
}

#commentaires ol li .comment-author cite.fn,
#commentaires ol li .comment-author cite a,
#commentaires ol li .comment-meta a,
#commentaires ol li .comment-author span.comment-date,
#commentaires ol.comment-list .reply span.safe-comments-report-link a span {
    font-family: "Source Sans SemiBold";
    color: #093350;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
    text-decoration: none;
}

#commentaires ol.comment-list .reply span.safe-comments-report-link a {
    text-decoration: underline;
    color: #093350;
}

#commentaires ol li .comment-author span.comment-date {
    color: #71809A;
}

#commentaires ol li p {
    font-family: "Source Sans SemiBold";
    color: #343534;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 26px;
    margin-left: 86px;
}

#commentaires ol li p:before,
#commentaires ol li p::after {
    content: "";
    background: url("../img/citation_open.svg") no-repeat;
    display: block;
    width: 14px;
    height: 10px;
}

#commentaires ol li p::after {
    background: url("../img/citation_close.svg") no-repeat;
}


body.single main #single-content #single-comments .row:before {
    content: "";
    border-bottom: 1px solid #E4E4E4;
    position: absolute;
    left: 12%;
    bottom: 100%;
    width: 76%;
    margin-bottom: 25px;
}

body.single main #single-content #single-comments #commentaires ol.comment-list li.comment:nth-child(n+5) {
    display: none;
}

body.single main #single-content #single-comments #commentaires ol.comment-list button.btn-display-more-comments {
    background-color: transparent !important;
    display: block;
    margin: 45px auto 0;
    color: #01496D;
    float: none;
}

body.single main #single-content #single-comments #commentaires ol.comment-list button.btn-display-more-comments:hover {
    border: transparent;
}

/* Quiz */

.wpvq {
    margin: 65px auto;
}

.wp-polls form p strong,
.wpvq .wpvq-a-d-s {
    color: #01496D;
    font-family: "Source Sans Pro-Bold";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    background: url('../img/Strok_large.svg') no-repeat bottom;
    background-position-x: 44%;
    background-size: 17%;
}

.wp-polls form p strong {
    background: none;
}

.wp-polls,
.wpvq .wpvq-single-page {
    border-radius: 8px;
    background: url("../img/Forme_Quizz.svg") no-repeat;
    margin: 0 auto;
    padding: 24px 86px 42px 86px;
    position: relative;
    background-size: cover;
}

.wp-polls form:before,
.wp-polls .wp-polls-ans:before,
.wpvq .wpvq-single-page .wpvq-question:before {
    content: "";
    background: url("../img/Bulles_quiz.svg") no-repeat;
    width: 73px;
    height: 72px;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
}

.wp-polls form p strong,
.wp-polls h2 strong,
.wpvq .wpvq-single-page .wpvq-question .wpvq-question-label {
    color: #ffffff;
    text-align: left;
    font-family: "Source Sans SemiBold";
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 29px;
}

.wp-polls h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.wp-polls .Buttons {
    background-color: rgb(1, 73, 109);
    color: #fff;
}

.wp-polls .wp-polls-ans p a {
    color: #FEDA2E !important;
}

.wp-polls .wp-polls-ans ul.wp-polls-ul li,
.wp-polls form .wp-polls-ans ul.wp-polls-ul li,
.wpvq .wpvq-single-page .wpvq-question .wpvq-answer {
    border-radius: 8px;
    border: none;
    padding: 11px 16px;
    margin-right: 24px;
}

.wp-polls form .wp-polls-ans ul.wp-polls-ul li label,
.wpvq .wpvq-single-page .wpvq-question.wpvq-line .vq-css-label {
    line-height: 162%;
}

.wp-polls .wp-polls-ans ul.wp-polls-ul li,
.wp-polls form .wp-polls-ans ul.wp-polls-ul li,
.wp-polls form .wp-polls-ans ul.wp-polls-ul li label {
    font-size: 20px;
}

.wpvq .wpvq-single-page .wpvq-question .wpvq-answer label.vq-css-label {
    background-image: url("../img/reponse_Quiz.svg");
    background-repeat: no-repeat;
}

.wpvq .wpvq-single-page .wpvq-question .wpvq-answer input.vq-css-checkbox + label.vq-css-label {
    padding-left: 40px;
}

.wpvq .wpvq-single-page .wpvq-question.wpvq-line .wpvq-explaination {
    border: 1px solid transparent;
    padding: 0;
}

.wpvq .wpvq-single-page .wpvq-question.wpvq-line .wpvq-explaination p.wpvq-explaination-content {
    margin-top: 10px;
}

.wpvq #wpvq-general-results #wpvq-final-score {
    background: #75AFF2;
    border-radius: 6px 12px;;
    border: transparent;
}

.wpvq #wpvq-general-results #wpvq-final-score .wpvq-quiz-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wpvq .wpvq-single-page .vqsign {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    bottom: 6px;
    right: 10px;
}

body.single main #single-content .tag {
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}

body.single main #single-content .tag hr {
    background-color: #E4E4E4;
    width: 76%;
    margin: 0 auto;
    height: 1px;
}

body.single main #single-content .tag ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

body.single main #single-content .tag ul li {
    text-align: center;
    margin: 12px 6px;
}

body.single main #single-content .tag ul li a {
    color: #093350;
    background-color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 8px 12px;
    border: 1px solid rgba(11, 45, 70, 0.25);
    border-radius: 16px;
}

body.single main #single-content .tag ul li a:hover {
    color: #fff;
    background-color: #093350;
}

body main #single-content .latestNews {
    position: relative;
    margin-bottom: 80px;
}

body main #single-content .latestNews h3 {
    text-align: center;
    margin-bottom: 26px;
}

body main #single-content .latestNews h3 span.surligne {
    font-family: "Source Sans Pro-Bold";
    letter-spacing: 0;
    line-height: 28px;
    font-size: 24px;
    color: #01496D;
    background: url('../img/Strok_large.svg') no-repeat right bottom;
    background-size: 26%;
}

body main #single-content .latestNews .swiper {
    max-width: 92%;
}

body main #single-content .latestNews .swiper article.swiper-slide {
    white-space: normal;
    width: 262px !important;
    height: auto;
    text-align: left !important;
}

body main #single-content .latestNews .swiper article.swiper-slide h1 {
    font-size: 20px;
    line-height: 25px;
}

body main #single-content .latestNews .swiper article.swiper-slide img {
    border-radius: 6px;
}

body main #single-content article .wp-block-image img {
    height: auto;
}

body[class*="tag-videos"] .videos-list .swiper .swiper-wrapper {
    position: relative;
}

body[class*="tag-videos"] .videos-list .swiper .swiper-wrapper .swiper-slide {
    width: 257px !important;
    text-align: left !important;
}

body[class*="tag-videos"] .videos-list .swiper .swiper-wrapper .swiper-slide article .content {
    border: 12px solid #fff;
    border-radius: 8px;
}

/* Pages liste */

main header#page-header {
    position: relative;
    background-color: #01496D;
    padding: 15px 0 150px 60px;
}

body.page-template-page-hebdo header#page-header,
body.page-template-page-dossiers header#page-header {
    padding-bottom: 15px;
}

main header#page-header.no-padding-bottom {
    padding-bottom: 15px;
}

main header#page-header.no-after:after {
    display: none;
}

main header#page-header.green {
    background-color: rgba(48, 191, 109, 0.25);
}

main header#page-header.red {
    background-color: rgba(248, 89, 99, 0.25);
}

main header#page-header.orange {
    background-color: rgba(253, 173, 42, 0.25);
}

main header#page-header.purple {
    background-color: rgba(166, 100, 165, 0.25);
}

main header#page-header.light-blue {
    background-color: rgba(105, 168, 241, 0.25);
}

main header#page-header.transparent {
    background-color: transparent;
    padding-bottom: 25px;
}

main header#page-header.transparent.no-breadcrumb {
    background-color: transparent;
    padding-bottom: 50px;
    padding-top: 30px;
}

main header#page-header.transparent.no-breadcrumb,
body.single-post main header#page-header.transparent,
body.single-parcours_esp_crit main header#page-header.transparent {
    padding-left: 0;
}

body.archive main header#page-header h1 {
    color: #01496D;
    max-width: 742px;
    display: inline-block;
}

body.archive main header#page-header img {
    position: relative;
    top: 34%;
    left: 0;
    width: 152px;
}

body.archive main header#page-header.blue h1 {
    color: #fff;
}

body.archive.author main header#page-header h1 small {
    font-family: "Source Sans Pro-Regular";
    font-size: 22px;
}

main header#page-header h1 {
    color: #ffffff;
    font-size: 42px;
}

main header#page-header.transparent h1 {
    color: #01496D;
}

#breadcrumb {
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 30px;
}

body.single main #single-content #breadcrumb {
    margin-bottom: 0;
}

#breadcrumb li {
    display: inline-block;
    line-height: 26px;
}

#breadcrumb li span,
#breadcrumb li a {
    font-family: "Source Sans Pro-Regular";
    font-size: 13px;
    line-height: 26px;
    color: #01496D;
    opacity: 0.6;
    text-decoration: none;
}

#breadcrumb.blue li span,
#breadcrumb.blue li a {
    color: #ffffff;
}

main header#page-header.transparent #breadcrumb li span,
main header#page-header.transparent #breadcrumb li a {
    opacity: 1;
}

#breadcrumb li span.point {
    opacity: 1 !important;
    font-size: 18px !important;
    color: #01496D !important;
    padding: 0 10px !important;
}

#breadcrumb.blue li span.point,
#breadcrumb.transparent li span.point {
    color: #FEDA2E !important;
}

#search-filter-block {
    padding-left: 60px;
    margin-bottom: 30px;
    margin-top: 55px;
    color: #01496D;
    font-family: 'Source Sans Pro-Bold';
}

#search-filter-block .list-tag-filter {
    margin-bottom: 30px;
    margin-top: 10px;
}

#search-filter-block .list-tag-filter a,
#search-filter-block .list-tag-filter a.current {
    display: inline-block;
    padding: 4px 19px;
    border-radius: 24px;
    background-color: #fff;
    color: #01496D;
    font-family: "Londrina Solid";
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #FEDA2E;
    margin-right: 10px;
    transition: all 0.3s ease;
}

#search-filter-block .list-tag-filter a:hover {
    background-color: #FFE8BB;
    border-color: #FEDA2E;
}

#search-filter-block .list-tag-filter a.current {
    background-color: #FEDA2E;
}

#search-filter-block .subtitle,
#search-filter-block .result {

}

#search-filter-block .subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
}

#search-filter-block .result {
    font-size: 34px;
    line-height: 42px;
}

body.category #content .first-article,
body.archive #content .first-article {
    padding-left: 60px;
}

body.category #content .list-post-4x,
body.search #content .list-post-4x,
body.archive #content .list-post-4x  {
    padding-left: 60px;
}

body.category #content .first-article,
body.archive #content .first-article {
    position: relative;
    margin-top: -80px;
    width: 740px;
    margin-bottom: 40px;
}
body.archive.author #content .first-article {
    margin-top: 20px;
}

body.category #content .first-article h1,
body.archive #content .first-article h2 {
    font-size: 34px;
    margin-bottom: 8px;
}

body.category #content .first-article .category a,
body.archive #content .first-article .category a {
    font-size: 20px;
}

body.category #content .first-article time.date,
body.archive #content .first-article time.date {
    font-size: 21px;
    line-height: 30px;
}

#content .list-article {
    margin-bottom: 110px;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items article .visuel,
body.search #content .list-video-article article .visuel,
body.archive #content .list-video-article article .visuel,
body.category #content .list-article article .visuel,
body.archive #content .list-article article .visuel {
    margin-bottom: 10px;
}

body[class*="tag-videos"] #content .list-video-article .first-article article .visuel {
    margin-bottom: 20px;
}

body[class*="tag-videos"] section.videos-list .swiper article h2,
body[class*="tag-videos"] section.videos-list .swiper article h2 a {
    text-decoration: none;
    color: #343534;
    text-align: left;
}

body[class*="tag-podcasts"] #content .list-article article .visuel .content-visuel {
    position: absolute;
    bottom: 12px;
    right: 0;
    margin-right: 15px;
}

body[class*="tag-podcasts"] #content .list-article article .visuel .content-visuel span {
    font-family: "Source Sans Pro-Bold";
    letter-spacing: 0;
    line-height: 23px;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

body[class*="tag-podcasts"] #content .list-article .first-article article .visuel .content-visuel img {
    width: 69px;
}

body[class*="tag-podcasts"] #content .list-article .list-post-4x article .visuel .content-visuel img {
    width: 45px;
}

body[class*="tag-videos"] .list-video-article {
    padding-bottom: 80px;
    margin-bottom: 80px;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items,
body[class*="tag-videos"] .videos-list,
section .row-padding.single-article-carrousel {
    position: relative;
    padding-top: 35px;
    margin-bottom: 60px;
}

section .row-padding.single-article-carrousel {
    padding: 15px 50px 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .bg-header,
body[class*="tag-videos"] .videos-list .bg-header,
.single-article-carrousel .bg-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    height: 154px;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .bg-header-videos,
body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .bg-header-emissions,
.single-article-carrousel .bg-header-videos,
.single-article-carrousel .bg-header-emissions,
body[class*="tag-videos"] .videos-list .bg-header-1 {
    background-color: #fff9df;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .bg-header-podcast,
body[class*="tag-videos"] .videos-list .bg-header-2 {
    background-color: #f3f4f6;
}

.parcours-single .parcours-item.parcours-1 .poster .bg-header.posters,
.single-article-carrousel .bg-header-articles,
body[class*="tag-videos"] .videos-list .bg-header-3 {
    background-color: #eaf9f0;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .bg-header-articles,
body[class*="tag-videos"] .videos-list .bg-header-4 {
    background-color: #ECF9F9;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items header,
.single-article-carrousel header,
body[class*="tag-videos"] .videos-list header {
    margin-bottom: 15px;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items h3,
body[class*="tag-videos"] .videos-list header h3,
.single-article-carrousel header h3,
body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items.cat-link,
body[class*="tag-videos"] .videos-list .cat-link,
.single-article-carrousel .cat-link {
    display: inline-block;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .cat-link,
body[class*="tag-videos"] .videos-list .cat-link,
.single-article-carrousel .cat-link {
    color: #01496D;
    font-size: 14px;
    font-family: "Source Sans Pro-Bold";
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
}

body[class*="tag-videos"] .videos-list .cat-link {
    position: absolute;
    top: 9%;
    right: 5%;
    z-index: 100;
}

body[class*="tag-videos"] .videos-list .swiper-button-prev,
body[class*="tag-videos"] .videos-list .swiper-button-next {
    top: 50% !important;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items header h3,
body[class*="tag-videos"] .videos-list header h3,
.single-article-carrousel header h3 {
    color: #01496D;
    font-family: "Source Sans Pro-Bold";
    font-size: 24px;
    line-height: 28px;
}

.single-article-carrousel .single-article-articles {
    margin-top: 15px !important;
}

.single-article-carrousel .swiper-button-prev {
    left: -27px !important;
}

.single-article-carrousel .swiper-button-next {
    right: -37px !important;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items header,
body[class*="tag-videos"] .videos-list header,
.single-article-carrousel header,
body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .content-remontee-tag,
body[class*="tag-videos"] .videos-list .content-remontee-tag,
.single-article-carrousel .content-remontee-tag {
    z-index: 2;
    position: relative;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .content-remontee-tag,
body[class*="tag-videos"] .videos-list .content-remontee-tag,
.single-article-carrousel .content-remontee-tag {
    margin: 0 -10px;
}

body[class*="tag-videos"] .videos-list .content-remontee-tag,
.single-article-carrousel .content-remontee-tag,
body[class*="single-parcours_"] .parcours-single .parcours-1 .parcours-single-article .content-remontee-tag {
    height: 350px;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items.part-1 .content-remontee-tag {
     display: flex;
     /*justify-content: center;*/
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .item,
body[class*="tag-videos"] .videos-list .content-remontee-tag .item,
.single-article-carrousel .content-remontee-tag .item {
    margin: 0;
    width: 257px !important;
    height: auto;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .item,
.single-article-carrousel .content-remontee-tag .item {
    text-align: left !important;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .content-remontee-tag article {
    box-sizing: border-box;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .content-remontee-tag article,
body[class*="tag-videos"] .videos-list .content-remontee-tag article,
.single-article-carrousel .content-remontee-tag article {
    vertical-align: top;
    padding: 12px;
}

body[class*="single-parcours_"] .parcours-single .parcours-1 .part-items .content-remontee-tag article .content,
body[class*="tag-videos"] .videos-list .content-remontee-tag article .content,
.single-article-carrousel .content-remontee-tag article .content {
    border: 12px solid #fff;
    border-radius: 8px;
}

body[class*="tag-videos"] .list-video-article .border-bottom {
    height: 1px;
    margin: 0 60px;
    border-bottom: 1px solid rgba(11,45,70,0.19);
}

    /* Pagination */
.wp-pagenavi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
    font-size: 20px;
    font-family: 'Source Sans SemiBold';
    color: #01496D;
    border: 1px solid transparent;
}

.wp-pagenavi span.current {
    padding: 10px 16px;
    border-radius: 22px;
    background: #01496D;
    color: #ffffff;
    border-color: transparent;
}

.wp-pagenavi span.pages {
    display: none;
}

#auteurs {
    padding: 30px 60px;
}

#auteurs ul li {
    margin-bottom: 15px;
}

#auteurs ul li a {
    font-family: "Source Sans Pro-Bold";
    font-size: 22px;
    color: #000;
    text-decoration: none;
}

#auteurs ul li a:hover {
    color: #F16405;
    text-decoration: underline;
}

#archives-par-annee ul,
#dossiers ul {
    padding: 60px;
}
#archives-par-annee ul li,
#dossiers ul li {
    list-style: disc;
    margin-bottom: 10px;
}
#archives-par-annee ul li a,
#dossiers ul li a {
    font-size: 22px;
    text-decoration: none;
    color: #01496D;
}
#archives-par-annee ul li a:hover,
#dossiers ul li a:hover {
    background-color: #01496D;
    color: #fff;
}

/* Page FAQ */
body main section#content #single-content article .entry-content .question {
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid rgba(11, 45, 70, 0.15);
    position: relative;
}

body main section#content #single-content article .entry-content .question.active {
    border-bottom: 1px solid transparent;
}

body main section#content #single-content article .entry-content .question:after {
    content: '\002B';
    color: #01496D;
    font-size: 34px;
    float: right;
    font-weight: bold;
    margin-left: 15px;
    position: absolute;
    top: 29%;
    right: 2%;
}

body main section#content #single-content article .entry-content .question.active:after {
    content: "\2212";
}

body main section#content #single-content article .entry-content .question p,
body main section#content #single-content article .entry-content .reponse {
    font-family: "Source Sans Pro-Bold";
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    color: #01496D;
    margin: 0;
}

body main section#content #single-content article .entry-content .reponse {
    font-size: 18px;
    font-family: "Source Sans Pro-Regular";
    line-height: 28px;
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

body main section#content #single-content article .entry-content .reponse.active {
    border-bottom: 1px solid rgba(11, 45, 70, 0.15);
    padding-bottom: 20px;
}

/* Modal MailPoet */
.modal {
    padding-right: 0 !important;
}
#modal-inscription-mailpoet .mailpoet{
    width: 900px;
}

#modal-inscription-mailpoet .mailpoet .modal-content {
    background: url("../img/Forme_lame_yellow.png")no-repeat top;
    background-position-y: -10px;
    background-color: #fff;
}

#modal-inscription-mailpoet .mailpoet .modal-content button.close {
    margin: 40px 40px 0 0;
    z-index: 500;
    opacity: 1;
    width: 24px;
}

#modal-inscription-mailpoet .mailpoet .modal-content .modal-body {
    margin: 72px 56px;
    text-align: left;
    background-color: transparent;
    z-index: 100;
}

#modal-inscription-mailpoet .mailpoet .modal-content .modal-body h4,
#modal-inscription-mailpoet .mailpoet .modal-content .modal-body p {
    font-family: "Source Sans Pro-Bold";
    color: #01496d;
    letter-spacing: 0;
    line-height: 37px;
    font-size: 34px;
    margin-bottom: 39px;
}

#modal-inscription-mailpoet .mailpoet .modal-content .modal-body p {
    font-size: 24px;
    font-family: "Source Sans Pro-Regular";
    line-height: 28px;
    width: 65%;
    position: relative;
}

#modal-inscription-mailpoet .mailpoet .modal-content .modal-body p::after {
    content: '';
    background: url("../img/illustration-modal.png")no-repeat;
    height: 125px;
    width: 280px;
    position: absolute;
    top: -50px;
    right: -60%;
}

#modal-inscription-mailpoet .mailpoet .modal-content .modal-body form#formMailPoet {
    background: url("../img/Forme-Rectangle-mailpoet.png")no-repeat;
    height: 118px;
    background-size: cover;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    border-radius: 20px;
}

#modal-inscription-mailpoet .mailpoet .modal-content .modal-body form#formMailPoet input {
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    padding: 14px 16px;
    width: 70%;
}

#modal-inscription-mailpoet .mailpoet .modal-content .modal-body .rgpd-form {
    margin-bottom: 0;
}

#modal-inscription-mailpoet .mailpoet .modal-content .modal-body #formMailPoet-result.success,
#modal-inscription-mailpoet .mailpoet .modal-content .modal-body #formMailPoet-result.error {
    font-family: "Source Sans Pro-Bold";
    font-size: 34px;
    text-align: center;
    line-height: 37px;
    color: #01496d;
}

#modal-inscription-mailpoet .mailpoet .modal-content .modal-body #formMailPoet-result.error {
    font-size: 18px;
    text-align: left;
}

#modal-inscription-mailpoet .mailpoet .modal-content .modal-body #formMailPoet-result.success span {
    font-family: "Source Sans Pro-Regular";
    font-size: 24px;
    line-height: 28px;
}

#modal-inscription-mailpoet .grecaptcha-badge {
    position: fixed;
    left: 50vw !important;
    top: 78vh !important;
    transform: none !important;
    right: auto !important;
}

body.page-template-page-grandprix .nf-form-title {
    display: none;
}

/* Swiper */
.swiper {
    margin: 30px auto !important;
    height: auto;
    overflow: hidden !important;
    width: 100%;
}

.swiper-wrapper {
    margin-bottom: 50px !important;
    flex-direction: row !important;
    align-items: flex-start;
}

.swiper-slide {
    text-align: center !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}

.swiper-pagination,
.swiper-pagination-rdv,
.swiper-pagination-videos{
    display: none;
}

span.swiper-pagination-bullet,
span.swiper-pagination-bullet-next,
span.swiper-pagination-bullet-next-next {
    width: 14px !important;
    height: 14px !important;
    /*background: #bcc2c6 !important;*/
    margin: 0 5px !important;
}

span.swiper-pagination-bullet-active {
    background: #01496D !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #01496D !important;
    top: 30% !important;
}

.swiper-button-next {
    right: 0 !important;
}

.swiper-button-prev {
    left: 0 !important;
}

.parcours-single-article .swiper-button-prev{
    left: -25px !important;
}

.parcours-single-article .swiper-button-next {
    right: -25px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px !important;
    font-weight: bold !important;
}

body.error404 #single-content.page-404 {
    margin-top: 50px;
    padding: 0 106px;
}

body.error404 #single-content.page-404 .left {
    float: left;
    width: 50%;
}

body.error404 #single-content.page-404 .right {
    float: right;
    width: 50%;
}

body.error404 #single-content.page-404 .right p {
    margin-bottom: 20px;
    line-height: 21px;
}

body.error404 #single-content.page-404 .right p .btn {
    padding: 2px 8px;
}

body.error404 #single-content.page-404 h1.post_title {
    margin-top: 50px;
    margin-bottom: 50px;
}

body.error404 #single-content.page-404 #search {
    margin: 20px 0 0 0;
    width: 100%;
}


body.error404 #single-content.page-404 #actus-semaine {
    margin-top: 50px;
}

body.page.error404 main section#content #single-content #actus-semaine article h1 {
    margin-bottom: 10px;
}

.paragraphe-seo.row-padding {
    padding-top: 80px;
}

.paragraphe-seo.delegues.row-padding {
    background-color: #FEDA2E;
    padding-bottom: 80px;
}

.paragraphe-seo h2,
.paragraphe-seo h3,
.paragraphe-seo p,
.paragraphe-seo ul li {
    color: #0B2D46;
    text-align: left;
}

.paragraphe-seo h2 {

    font-family: "Source Sans Pro-Bold";
    font-size: 42px;
    line-height: 50px;
}

.paragraphe-seo h3 {
    font-size: 22px;
    font-family: "Source Sans SemiBold";
    line-height: 30px;
}

.paragraphe-seo p,
.paragraphe-seo ul li {
    font-family: "Source Sans Pro-Regular";
    font-size: 20px;
    line-height: 32px;
}


.paragraphe-seo ul li {
    list-style: disc;
    margin-bottom: 15px;
}

.paragraphe-seo ul {
    margin-left: 60px;
    margin-top: 15px;
}

.paragraphe-seo p a {
    font-family: "Source Sans SemiBold";
    color: #F16405;
    text-decoration: none;
}

.paragraphe-seo p a:hover {
    text-decoration: underline;
}
