/* Création compte */

section#create-account-page p.intro {
    background: url("../img/Forme-Rectangle-Information.svg") no-repeat;
    font-family: "Source Sans SemiBold";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    color: #01496d;
    padding: 12px 18px 16px 18px;
    background-size: cover;
    margin-bottom: 16px;
}

section#create-account-page p.warning {
    font-family: "Source Sans SemiBold";
    color: #F16405;
    background-color: rgba(241, 100, 5, 0.15);
    border-radius: 13px;
    padding: 2px 8px;
    display: inline-block;
}

section#create-account-page p.warning:before {
    content: "";
    background: url("../img/Icone-Attention.svg")no-repeat;
    height: 12px;
    width: 13px;
    display: inline-block;
}

section#create-account-page h2 {
    text-align: left;
    color: #343534;
    padding: 16px 33px;
    margin: 0;
}

section#create-account-page form#add-etablissement-form {
    max-width: 800px;
    margin: 0 auto;
}

section#create-account-page form#add-etablissement-form .intro {
    margin-top: 50px;
}

section#create-account-page form#add-etablissement-form .part-etablissement > .content {
    background: #f3f4f5;
    border-radius: 20px;
    padding: 33px 23px;
    position: relative;
    min-height: 250px;
    margin-top: 65px;
    margin-bottom: 65px;
}

section#create-account-page form#add-etablissement-form .part-etablissement > .content:after {
    content: "";
    background: url("../img/CREATION_COMPTE.png")no-repeat;
    background-size: contain !important;
    height: 210px;
    width: 220px;
    position: absolute;
    right: 0;
    bottom: -2%;
}

section#create-account-page form#add-etablissement-form .panel-country {
    display: none;
    padding-top: 30px;
    border-top: 1px solid #d1d1d1;
}

section#create-account-page form#add-etablissement-form #etablissement-panel {
    opacity: 0.3;
    transition: all 0.4s ease;
    position: relative;
    padding: 20px 0;
}

section#create-account-page form#add-etablissement-form #etablissement-panel.active {
    opacity: 1;
}

section#create-account-page form#add-etablissement-form #dep-ville-panel {
    position: relative;
}

section#create-account-page form#add-etablissement-form #dep-ville-panel .part-commune.disabled {
    opacity: 0.3;
}

section#create-account-page form#add-etablissement-form #dep-ville-panel .loader-step,
section#create-account-page form#add-etablissement-form #etablissement-panel .loader-step {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
    display: none;
    border-radius: 15px;
}

section#create-account-page form#add-etablissement-form #dep-ville-panel .loader-step img,
section#create-account-page form#add-etablissement-form #etablissement-panel .loader-step img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 64px;
    height: 64px;
}

section#create-account-page form#add-etablissement-form .line {
    clear: both;
    margin-bottom: 30px;
    z-index: 2;
}

section#create-account-page form#add-etablissement-form .line .title {
    color: #343534;
    font-family: 'Source Sans Pro-Bold';
    font-size: 21px;
    padding: 0 10px;
    line-height: 27px;
    margin-bottom: 20px;
}

section#create-account-page form#add-etablissement-form .line .form-group {
    float:left;
    width: 50%;
    z-index: 2;
}

section#create-account-page form#add-etablissement-form .line .form-group.full-width {
    float: none;
    width: 100%;
    z-index: 2;
}

section#create-account-page form#add-etablissement-form .line .form-group #ajax-load {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 13px;
}

section#create-account-page form#add-etablissement-form .line .form-group .content {
    padding: 0 10px;
    position: relative;
}

section#create-account-page form#add-etablissement-form .line .form-group label {
    font-family: "Source Sans Pro-Bold";
    color: #01496d;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
}

section#create-account-page form#add-etablissement-form .line .form-group.cp,
section#create-account-page form#add-etablissement-form .line .form-group.city,
section#create-account-page form#add-etablissement-form .line .form-group.ou {
    display: inline-block;
    float: none;
    position: relative;
}

section#create-account-page form#add-etablissement-form .line .form-group.disabled label {
    color: #d1d1d1;
}

section#create-account-page form#add-etablissement-form .line .form-group.disabled select {
    background-color: #e3e3e3;
    color: #b1b1b1;
}

section#create-account-page form#add-etablissement-form .line .form-group.disabled .help,
section#create-account-page form#add-etablissement-form .line .form-group.disabled .help a {
    color: #d1d1d1;
}

section#create-account-page form#add-etablissement-form .line .form-group input,
section#create-account-page form#add-etablissement-form .line .form-group select,
section#create-account-page form#add-etablissement-form .line .form-group .select2-container {
    background: #ffffff !important;
    border: transparent !important;
    height: 41px !important;
    border-radius: 6px !important;
    width: calc(100% - 20px) !important;
    padding: 0 10px !important;
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px !important;
    padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 7px !important;
}

#select2-etablissement-results li.select2-results__option.select2-results__option--selectable {
    line-height: 17px
}

#select2-etablissement-results li.select2-results__option.select2-results__option--selectable b {
    font-weight: 700;
}

#select2-etablissement-results li.select2-results__option.select2-results__option--selectable small {
    font-size: 14px;
}

section#create-account-page form#add-etablissement-form .line .form-group.ou span {
    font-family: "Source Sans Pro-Bold";
    color: #01496d;
    font-size: 18px;
    line-height: 42px;
}

section#create-account-page form#add-etablissement-form .line .help {
    font-family: "Source Sans SemiBold";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    color: #01496d;
    margin-top: 8px;
}

section#create-account-page form#add-etablissement-form .part-etablissement .line .schoollvl select {
    height: 41px;
    border: transparent;
}

section#create-account-page form#add-etablissement-form .btn-country-box button {
    margin: 0 5px;
}

section#create-account-page form#add-etablissement-form .btn-country-box button span {
    color: #fff;
}

section#create-account-page form#add-etablissement-form .btn-country-box button:hover span,
section#create-account-page form#add-etablissement-form .btn-country-box button.active,
section#create-account-page form#add-etablissement-form .btn-country-box button.active span {
    color: #01496D;
}

section#create-account-page form#add-etablissement-form .btn-country-box button.active {
    background-color: #fff;
}

section#create-account-page form#add-etablissement-form button:disabled {
    color: #b7b7b7;
    background: #e3e3e3;
    border: 1px solid #e3e3e3;
}

.ui-menu.ui-widget {
    background-color: #FEDA2E;
    border-top: 2px solid #6c5d18;
}
.ui-menu.ui-widget li div {
    padding: 0 10px;
    line-height: 35px;
}

.ui-menu.ui-widget li div.ui-state-active {
    background-color: #01496D;
    color: #fff;
}

    /* Connexion */
body.page-template-page-login main header::after,
body.page-template-page-create-account main header::after,
body.page-template-page-account main header::after {
    display: none !important;
}

body.page-template-page-login main section#content header h1,
header h1 {
    font-size: 34px;
}

body.page-template-page-login main section#content section#login-page {
    background: url("../img/Forme-Rectangle-Login.svg") no-repeat;
    height: 444px;
    position: relative;
    margin-bottom: 50px;
}

body.page-template-page-login main section#content section#login-page::after {
    background: url("../img/CONNEXION.png") no-repeat;
    height: 235px;
    width: 240px;
    top: 49%;
    right: 9%;
}

body.page-template-page-login main section#content section#login-page form#login-form {
    padding: 25px 37px;
    width: 34%;
}

body.page-template-page-login main section#content section#login-page form .form-group {
    display: flex;
    flex-direction: column;
}

body.page-template-page-login main section#content section#login-page form .form-group label {
    color: #01496D;
    font-family: "Source Sans Pro-Bold";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
}

body.page-template-page-login main section#content section#login-page form .form-group input {
    border-radius: 6px;
    background-color: #FFFFFF;
    height: 41px;
    border: transparent;
    padding: 0 10px;
}

body.page-template-page-login main section#content section#login-page form .form-group a {
    font-family: "Source Sans SemiBold";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    color: #01496D;
    margin-top: 8px;
}

body.page-template-page-login main section#content section#login-page form .form-group.email {
    margin-bottom: 30px;
}

body.page-template-page-login main section#content section#login-page form .form-group.password {
    position: relative;
}

body.page-template-page-login main section#content section#login-page form .form-group.password img,
section#create-account-page form .form-group.password img {
    position: absolute;
    top: 61.5%;
    right: 3.5%;
}

body.page-template-page-login main section#content section#login-page form .form-group.password img#eye-close,
section#create-account-page form .form-group.password img#eye-close {
    display: none;
}

section#create-account-page form .form-group.password img {
    top: 38.5%;
    right: 5%;
}

body.page-template-page-login main section#content section#login-page form .form-group.forgot-password {
    margin-bottom: 28px;
}

body.page-template-page-login main section#content section#login-page form .form-group.rememberme label {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 48px;
}

body.page-template-page-login main section#content section#login-page form .form-group.rememberme label input[type=checkbox] {
    margin-right: 11px;
    width: 16px;
    height: 16px;
}

body.page-template-page-login main section#content section#login-page form .form-group.submit {
    flex-direction: row;
    justify-content: center;
}

body.page-template-page-login main section#content section#login-page form .form-group.submit a {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
}

body.page-template-page-login main section#content section#login-page form .form-group.submit button {
    font-family: "Londrina Solid";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    border-radius: 6px;
    background-color: #FEDA2E;
    padding: 11px 24px;
    border: transparent;
    text-transform: uppercase;
    margin-left: 24px;
    color: #01496D;
}

body.page-template-page-login main section#content section#login-page form .form-group.submit button:hover {
    background-color: rgba(11,54,86,0.6);
}


/* Mon compte */

body.page-template-page-account main section#content {
    margin-bottom: 50px;
}

body.page-template-page-account main section#content header#page-header.transparent h1 {
    font-size: 34px;
}

body.page-template-page-account main section#content section#account-page .part h2 {
    font-family: "Source Sans Pro-Bold";
    color: #343534;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: left;
}

body.page-template-page-account main section#content section#account-page .part .content {
    background: url("../img/Bkg-account.svg") no-repeat;
    display: flex;
    flex-direction: row;
    background-size: cover;
    height: 115px;
}

body.page-template-page-account main section#content section#account-page .part .content .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
}

body.page-template-page-account main section#content section#account-page .part .content .form-group label {
    font-family: "Source Sans Pro-Bold";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #01496d;
    margin-bottom: 10px;
}

body.page-template-page-account main section#content section#account-page .part .content .form-group input:focus {
    background: #ffffff;
    padding: 10px;
}

body.page-template-page-account main section#content section#account-page .part .content .form-group input {
    background: none;
    border: none;
    color: #01496d;
    font-size: 16px;
    padding: 10px;
}

body.page-template-page-account main section#content section#account-page .part button {
    border: none;
    background: none;

}

body.page-template-page-account main section#content section#account-page .part-credentials button {
    position: absolute;
    left: 21%;
    top: 7.5%;
}

body.page-template-page-account main section#content section#account-page .part-enterprise button {
    position: absolute;
    top: 6.5%;
    left: 52%;

}

body.page-template-page-account main section#content section#account-page .part .content .form-group.password input {
    position: relative;
}

body.page-template-page-account main section#content section#account-page .part .content .form-group.password img#eye-close {
    display: none;
}

body.page-template-page-account main section#content section#account-page .part .content .form-group.password img#eye-close,
body.page-template-page-account main section#content section#account-page .part .content .form-group.password img#eye-open {
    position: absolute;
    top: 50%;
    left: 89%;
}

body.page-template-page-account main section#content section#account-page .part-newsletter {
    margin-bottom: 40px;
}

body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group {
    flex-direction: row;
    align-items: center;
}

body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group input[type="checkbox"]#edit1j1a,
body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group input[type="checkbox"]#editMilanEcole {
    display: none;
}
body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group input[type="checkbox"]#edit1j1a + label,
body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group input[type="checkbox"]#editMilanEcole + label {
    box-sizing: border-box;
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    padding:2px;
    background-color: #01496D ;
    transition: all 0.5s ;
}
body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group input[type="checkbox"]#edit1j1a + label:before,
body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group input[type="checkbox"]#editMilanEcole + label:before {
    box-sizing: border-box;
    display: block;
    content: "";
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.5s ;
}
body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group input[type="checkbox"]#edit1j1a:checked + label,
body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group input[type="checkbox"]#editMilanEcole:checked + label {
    background-color: #01496D ;
}
body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group input[type="checkbox"]#edit1j1a:checked + label:before,
body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group input[type="checkbox"]#editMilanEcole:checked + label:before {
    margin-left: 1.5rem ;
}

body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group span {
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 17px;
    color: #01496d;
}

body.page-template-page-account main section#content section#account-page .part-newsletter .content .form-group label {
    margin: 0;
}

body.page-template-page-account main section#content section#account-page .part-delete-account a {
    font-family: "Source Sans SemiBold";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #E10C19;
}

    /* Général */

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

/* Header */
.user-box {
    position: relative;
    z-index: 40;
    display: inline-block;
    width: 145px;
    margin-left: 25px;
    margin-top: 50px;
}

.user-box .btn-connexion {
    position: absolute;
    top: 0;
    left: 0;
    color: #01496D;
    display: inline-block;
    border-radius: 6px;
    font-family: "Source Sans SemiBold";
    transition: all 0.4s ease;
    border: 1px solid rgba(1,73,109,0.15) !important;
    text-transform: none;
    cursor: pointer;
    background: none  #fff;
    text-align: left;
    max-width: 207px;
    padding: 4px 10px;
}

.user-box .btn-connexion,
.user-box .btn-connexion span,
.user-box .btn-connexion .btn-display {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.user-box .btn-connexion .btn-display {*/
/*    padding: 5px 10px 5px 5px;*/
/*}*/

.user-box .btn-connexion img {
    width: 18px;
    display: inline-block;
    padding: 6px;
    border-radius: 29%;
    transition: all 0.2s ease;
}

.user-box .btn-connexion span {
    top: 1px;
    transition: all 0.4s ease;
    position: relative;
    width: 85%;
    font-size: 16px;
}

.user-box .btn-connexion:hover {
    border-color: #f0f2f4;
    border-radius: 6px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 43%);
}

.user-box .btn-connexion:hover img {
    background: #fff9d7;
}

.user-box .btn-connexion ul.submenu-user {
    z-index: 2;
    display: none;
    background: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 1px solid #d1d1d1;
}

.user-box .btn-connexion ul.submenu-user li {
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
}

.user-box .btn-connexion ul.submenu-user li:last-child {
    border-bottom: 0;
}

.user-box .btn-connexion ul.submenu-user li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.user-box .btn-connexion ul.submenu-user li a:hover {
    background-color: #f0f0f0;
}

.user-box div.btn-connexion:hover > ul.submenu-user {
    display: block;
}

header#main-header.sticky .container button.btn-1j1a-back {
    padding: 10px 55px 10px 10px !important;
}

header#main-header .container .row button.btn-1j1a-back:before {
    width: 16px;
    height: 14px;
    bottom: 25px;
    right: 35px;
}

header#main-header.sticky .container .row button.btn-1j1a-back:before {
    bottom: 16px;
    right: 20px;
}

header#main-header .container .row form.mobile-only button.btn-teacher.btn-1j1a-back {
    display: none;
}

header#main-header.sticky .container .row .user-box {
    margin-top: 14px;
}

/* Aside left */
main aside#left-menu ul.enseignant li, header#main-header .menu-burger nav#menu-left ul li {
    width: 147px;
}

main aside#left-menu ul.enseignant li a.menu, header#main-header .menu-burger nav#menu-left ul.enseignant li a.menu {
    padding: 25px 0 25px 35px;
}

main aside#left-menu ul.enseignant li:last-child {
    border-bottom: 1px solid rgba(11, 45, 70,0.15);
}

main aside#left-menu ul.enseignant li a.menu:hover {
    color: #01496D;
}

main aside#left-menu ul.enseignant li a {
    color: #343534;
}

main aside#left-menu ul li a.menu-seance:before,
main aside#left-menu ul li a.menu-parcours:before,
main aside#left-menu ul li a.menu-ressources:before,
main aside#left-menu ul li a.menu-emission:before,
main aside#left-menu ul li a.menu-journal:before,
main aside#left-menu ul li a.menu-1j1a:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-seance:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-parcours:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-ressources:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-emission:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-journal:before,
header#main-header .menu-burger nav#menu-left ul li a.menu-1j1a:before {
    content: '';
    background: url("../img/Icone_Menu_Seance.svg") no-repeat;
    position: absolute;
    width: 38px;
    height: 39px;
    left: 10px;
}

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

header#main-header .menu-burger nav#menu-left ul li a.menu-parcours::after {
    left: 190px;
    top: 48px;
}

main aside#left-menu ul li a.menu-ressources::after {
    left: 150px;
    top: 48px;
}

header#main-header .menu-burger nav#menu-left ul li a.menu-ressources::after {
    left: 120px;
    top: 48px;
}

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

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

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

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

main aside#left-menu ul.enseignant li a img {
    height: 13px;
}

main aside#left-menu ul.enseignant li:hover,
main aside#left-menu ul.enseignant li.active,
main aside#left-menu ul.enseignant li ul.sous-menu li.active{
    border-left-color: #FEDA2E;
}

main aside#left-menu ul.sous-menu {
    display: none;
    content: "";
    position: absolute;
    background-color: #FEDA2E;
    left: 180px;
    width: 216px;
    height: 100vh;
    top: 0;
}

main aside#left-menu li:nth-child(2) ul.sous-menu {
    top: -119px;
}

main aside#left-menu li:nth-child(3) ul.sous-menu {
    top: -242px;
}

main .is-sticky aside#left-menu li:nth-child(2) ul.sous-menu {
    top: -103px;
}

main .is-sticky aside#left-menu li:nth-child(3) ul.sous-menu {
    top: -226px;
}

header .menu-activated .menu-burger.enseignant nav#menu-left ul.sous-menu {
    display: none;
    background-color: #FEDA2E;
}

header .menu-activated .menu-burger.enseignant nav#menu-left li.first-menu:hover ul.sous-menu {
    display: block;
}

main aside#left-menu ul.enseignant li ul.sous-menu li,
header .menu-activated .menu-burger.enseignant nav#menu-left ul.sous-menu li,
header .menu-activated .menu-burger nav#menu-left ul.enseignant li ul.sous-menu li {
    width: auto;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
}

main aside#left-menu ul.enseignant li ul.sous-menu li a,
header .menu-activated .menu-burger.enseignant nav#menu-left ul.sous-menu li a,
header .menu-activated .menu-burger nav#menu-left ul.enseignant li ul.sous-menu li a {
    padding: 30px 40px;
    display: inline-block;
}

main aside#left-menu ul.enseignant li ul.sous-menu li:hover {
    border-left-style: none;
}

main aside#left-menu ul.enseignant li ul.sous-menu li:hover {
    background: #ffffff;
}

main aside#left-menu ul.enseignant li ul.sous-menu li a,
header .menu-activated .menu-burger.enseignant nav#menu-left ul.sous-menu li a,
header .menu-activated .menu-burger.enseignant nav#menu-left ul.sous-menu {
    text-align: center;
    font-family: "Londrina Solid";
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
}

main aside#left-menu ul.enseignant li ul.sous-menu li a:hover {
    color: #01496D;
}

aside#left-menu .otherbtn {
    padding: 0 25px;
    display: block;
    margin-top: 24px;
}

aside#left-menu .otherbtn a.btn-1j1a-back {
    display: none;
}

aside#left-menu a.btn-abonner {
    display: block;
    margin-bottom: 24px;
}

a.btn-delegue {
    display: inline-block;
    padding: 11px 27px;
}

main aside .social {
    margin-top: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* Contenu */

main section#content .bloc-welcome {
    margin-bottom: 35px;
}

main section#content .bloc-hp-ens {
    position: relative;
    z-index: 1;
}

main section#content .bloc-welcome .content {
    background-color: #01496D;
    height: 380px;
    width: 100%;
}

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

main section#content .bloc-welcome .content .text {
    padding: 50px 0 0 60px;
    display: block;
    float: left;
    max-width: 52%;
}

main section#content .bloc-welcome .content .text span.title,
main section#content .bloc-welcome .content .text p {
    font-family: 'Source Sans Pro-Bold';
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 0;
}

main section#content .bloc-welcome .content .text p {
    font-family: 'Source Sans Pro-Regular';
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 35px;
    letter-spacing: 0;
    line-height: 32px;
}

span.surligne {
    position: relative;
}

main section#content .bloc-welcome .content .text p span.surligne::after {
    content: "";
    background: url('../img/stroke-medium.png') no-repeat;
    width: 100%;
    height: 12px;
    position: absolute;
    top: 95%;
    left: 0;
    background-size: cover;
}

main section#content .bloc-welcome .content .text p span.color {
    color: #FEDA2E;
}

main section#content .bloc-welcome .content .text span.title span.yellow {
    color: #FEDA2E;
}


main #single-content .parcours-back {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}

main #single-content .parcours-back:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 14px;
    background: url('../img/Arrow_blue.svg') no-repeat top left;
    left: 14px;
    bottom: 17px;
}

main #single-content .parcours-back:hover:before {
    background-image: url('../img/Arrow_blue_hover.svg');
}

main section#content .bloc-welcome .content img {
    position: absolute;
    top: 108px;
    max-width: 44%;
}

main section#content .bloc-seance {
    margin-bottom: 50px;
    margin-top: 50px;
}

main section#content .bloc-seance .row {
    margin: 0 36px 0 55px;
}

main section#content .bloc-seance h2,
main section#content .bloc-seance h1,
main section#content .bloc-seance h2 time.date,
main section#content .bloc-seance h1 time.date,
main section#content .bloc-seance h2 span.number,
main section#content .bloc-seance h1 span.number {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 37px;
    color: #01496D;
    text-align: left;
    margin-bottom: 0;
}

main section#content .bloc-seance h1 {
    padding: 10px;
}

main section#content .bloc-seance h1 time,
main section#content .bloc-seance h2 time {
    opacity: unset;
    background: url('../img/strok.svg') no-repeat bottom;
    width: 100%;
    height: 12px;
}

main section#content .bloc-seance h1 span.number,
main section#content .bloc-seance h2 span.number {
    font-size: 24px;
}

main section#content .bloc-seance .content {
    background-color: #E6EAEC;
    border-radius: 20px;
    margin-bottom: 16px;
}

main section#content .bloc-seance .content hr {
    border-top: 1px solid #01496D;
    margin: 60px 23px 40px 23px;
    opacity: 15%;
}

main section#content .bloc-seance .content .part2 .pos-2 {
    max-width: 410px;
}

main section#content .bloc-seance .content .part2 .pos-3 {
    max-width: 498px;
}

main section#content .bloc-seance .content .part1,
main section#content .bloc-seance .content .part2 {
    display: flex;
    flex-direction: row;
    padding: 25px 25px 0 25px;
}

main section#content .bloc-seance .content .part1 .couv-1j1a {
    width: 20%;
}

main section#content .bloc-seance .content .part1 .couv-1j1a,
main section#content .bloc-seance .content .part1 .pos-1 {
    display: flex;
    flex-direction: column;
}

main section#content .bloc-seance .content .part1 .couv-1j1a .visuel {
    margin-bottom: 15px;
}

main section#content .bloc-seance .content .part1 .couv-1j1a span.number {
    font-family: "Source Sans Pro-Bold";
    font-size: 24px;
    line-height: 26px;
    color: #343534;
}

main section#content .bloc-seance .content .part1 .couv-1j1a time.date {
    color: #01496D;
    opacity: 0.7;
    line-height: 27px;
}

main section#content .bloc-seance .content .part1 .pos-1 {
    align-items: center;
    text-align: center;
}

main section#content .bloc-seance .content .part1 .pos-1 .poster-semaine,
main section#content .bloc-seance .content .part1 .pos-1 .infos-semaine,
main section#content .bloc-seance .content .part1 .pos-1 .video-semaine {
    max-width: 85%;
}

main section#content .bloc-seance .content .part1 .pos-1 .poster-semaine.portrait .visuel,
main section#content .bloc-seance .content .part1 .pos-1 .infos-semaine.portrait .visuel {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

main section#content .bloc-seance .pos-2 .poster-semaine .title {
    margin-bottom: 10px;
}

main section#content .bloc-seance .linkDownload {
    text-align: center;
    position: relative;
}

main section#content .bloc-seance .pos-2 .poster-semaine .download {
    font-size: 12px;
    display: inline-block;
}

main section#content .bloc-seance .pos-2 .poster-semaine .download:first-child {
    margin-bottom: 10px;
}

main section#content .bloc-seance .content .visuel {
    margin-bottom: 24px;
}

main section#content .bloc-seance .content .pos-3 .video-semaine.podcast-memepasvrai .visuel {
    max-width: 410px;
}

main section#content .bloc-seance .content .video-semaine .visuel a img{
    border-radius: 16px;
}

main section#content .bloc-seance div.subtitle,
span.subtitle {
    font-family: "Londrina Solid";
    color: #01496D;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

main section#content .bloc-seance .content div.title {
    font-family: "Source Sans Pro-Bold";
    color: #343534;
    font-size: 24px;
    line-height: 29px;
    text-transform: none;
    margin-bottom: 32px;
}


main section#content .bloc-seance .content .linkDownload button.link-connexion,
main section#content .secure-pdf-link-connexion {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    color: #01496D;
    font-family: 'Source Sans SemiBold';
    position: relative;
    z-index: 2;
    background: none;
    text-decoration: underline;
    padding-left: 10px;
}

main section#content .bloc-seance .content .linkDownload button.link-connexion:hover,
main section#content .secure-pdf-link-connexion:hover {
    text-decoration: none;
}

main section#content .bloc-seance .content .linkDownload button.link-connexion:before,
main section#content .secure-pdf-link-connexion:before {
    content: "";
    background: url("../img/Icone_Connectez-vous.png");
    width: 27px;
    height: 23px;
    position: absolute;
    left: -24px;
}

main section#content .bloc-seance .content .part2 {
    padding: 0;
    justify-content: space-around;
    padding-bottom: 25px;
}

main section#content .bloc-seance .content .part2 h1 {
    margin-top: 10px;
    margin-bottom: 24px;
}

main section#content .bloc-seance .content .part2 .video-semaine a.link-video {
    padding: 11px 24px 11px 44px;
    line-height: 22px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

main section#content .bloc-seance .content .part2 .video-semaine a.link-video:before {
    content: "";
    background: url("../img/Icone_Play.svg");
    width: 21px;
    height: 21px;
    position: absolute;
    left: 10px;
    top: 12px;
}

main section#content .bloc-seance .content .part2 .video-semaine a.link-video:hover {
    background-color: #FEDA2E;
    color: #01496D;
}

.com {
    display: block;
    text-align: right;
    line-height: 52px;
}

.com a.numCom {
    text-decoration: none;
}

.com span.nbr-com,
.com span.barre-vertical{
    opacity: 0.7;
    color: #01496D;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
}

.com span.barre-vertical {
    font-size: 22px;
    opacity: 0.15;
    margin-right: 10px;
}

.com .simple-link {
    color: #01496D;
    font-family: "Londrina Solid";
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
}

.com .simple-link:hover {
    color: #FEDA2E;
}

/*main section#content .bloc-parcours-emc,*/
main section#content .bloc-parcours-emi {
    padding-bottom: 0;
}

main section#content .bloc-parcours-emc h2 span.surligne {
    background-size: contain;
}

main section#content .bloc-parcours-emc p {
    color: #01496D;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}

main section#content .slideshow-round.bloc-parcours-emc.essentiels .content-section article .inactif,
main section#content .slideshow-round.bloc-hp-ens.bloc-parcours-emc .content-section article .inactif {
    opacity: 0.5;
}

main section#content .bloc-info-presse {
    position: relative;
}

main section#content .bloc-info-presse:nth-child(even),
main section#content .bloc-info-presse:nth-child(odd) {
    display: flex;
    align-items: center;
    padding: 47px 48px 58px 60px;
    background-color: #FEDA2E;
}

main section#content .bloc-info-presse:nth-child(even):before,
main section#content .bloc-info-presse:nth-child(odd):before,
body.page-template-page-journal main section#content .bandeau-journal:before{
    content: "";
    background-image: url("../img/Forme-Lame-top-yellow.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 25px;
    top: -20px;
    left: 0;
}

main section#content .bloc-info-presse:nth-child(odd) {
    flex-direction: row-reverse;
    background-color: #01496D;
}

main section#content .bloc-info-presse:nth-child(odd):before,
body.page-template-page-journal main section#content .bandeau-journal:before{
    content: "";
    background-image: url("../img/Forme-Lame-top-bleu.png");
}

main section#content .bloc-info-presse.lame-facultative {
    bottom: 0;
}

main section#content .bloc-info-presse .visuel {
    flex: 0 420px;
}

main section#content .bloc-info-presse .text {
    flex: 1;
    margin-left: 80px;
}

main section#content .bloc-info-presse:nth-child(odd) .text {
    margin-right: 80px;
    margin-left: 0;
}

main section#content .bloc-info-presse .text a {
    text-decoration: none;
    color: #01496D;
}

main section#content .bloc-info-presse .text a.btn-blue {
    color: #fff;
}

main section#content .bloc-info-presse .text a.btn-blue:hover {
    color: #01496D;
}

main section#content .bloc-info-presse:nth-child(odd) .text a.btn-blue {
    color: #01496D;
    background: #fff;
}

main section#content .bloc-info-presse:nth-child(odd) .text a.btn-blue:hover {
    color: #fff;
    background: #01496D;
    border: 1px solid #fff;
}

main section#content .bloc-info-presse .text h3,
body.page-template-page-journal main section#content .bandeau-journal .text h3 {
    font-family: 'Source Sans Pro-Bold';
    letter-spacing: 0;
    line-height: 30px;
    font-size: 28px;
}

main section#content .bloc-info-presse .text span {
    font-family: "Source Sans SemiBold";
    opacity: 0.7;
    color: #01496D;
    letter-spacing: 0;
    line-height: 22px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 24px;
}

main section#content .bloc-info-presse .text p,
body.page-template-page-journal main section#content .bandeau-journal .text p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    color: #01496D;
}

main section#content .bloc-info-presse.lame-facultative .text p {
    margin-bottom: 25px;
}

main section#content .bloc-info-presse img {
    border-radius: 16px;
}

main section#content .bloc-info-presse:nth-child(odd) .text h3,
main section#content .bloc-info-presse:nth-child(odd) .text span,
main section#content .bloc-info-presse:nth-child(odd) .text p,
body.page-template-page-journal main section#content .bandeau-journal .text h3,
body.page-template-page-journal main section#content .bandeau-journal .text p{
    color: #ffffff;
}

main section#content .bloc-realise-journal {
    background-color: #E6EAEC;
    position: relative;
    top: -19px;
    z-index: 100;
    height: 300px;
}
main section#content .bloc-realise-journal:before,
main section#content .bloc-realise-journal::after,
main section#content .bloc-acces-emc::after{
    content: '';
    background-image: url("../img/Forme-Lame-top-gris.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 25px;
    top: -20px;
    left: 0;
}

main section#content .bloc-realise-journal::after {
    content: '';
    background-image: url("../img/Forme-Lame-bottom-gris.png");
    top: 100%;
}

main section#content .bloc-realise-journal .illustration-journal {
    background: url("../img/illustre-realiser-journal.png") no-repeat;
    float: left;
    width: 390px;
    height: 280px;
    position: absolute;
    top: 25%;
    right: 62%;
}

main section#content .bloc-realise-journal .text {
    width: 55%;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: start;
}

main section#content .text h2 {
    color: #01496D;
    font-family: 'Source Sans Pro-Bold';
    letter-spacing: 0;
    line-height: 30px;
    font-size: 28px;
    padding: 74px 0 0 0;
}

main section#content .bloc-acces-emc {
    background: #FEDA2E;
    display: flex;
    align-items: center;
    padding: 58px 168px 45px 150px;
    position: relative;
    top: -27px;
    height: 285px;
}

main section#content .bloc-acces-emc::after {
    content: '';
    background-image: url("../img/Forme-Lame-bottom-yellow.png") ;
    top: 100%;
}

main section#content .bloc-acces-emc .text {
    width: 50%;
}

main section#content .bloc-acces-emc .text h2 {
    padding: 0 0 0 0;
    text-align: start;
}

main section#content .bloc-acces-emc .illustration-emc {
    background: url("../img/illustre-parcours-emc.png") no-repeat;
    width: 420px;
    height: 225px;
}

main section#content .bloc-rdv {
    margin-top: 70px;
    margin-left: 70px;
    margin-right: 70px;
}

main section#content .bloc-rdv h2 {
    margin-bottom: 0;
}

main section#content .bloc-rdv h2 .surligne {
    background-size: contain;
}

main section#content .swiper.bloc-rdv-hp-ens .swiper-wrapper {
    position: relative !important;
}

/*main section#content .bloc-rdv .content-section .swiper-bloc-rdv-hp-ens article.swiper-slide {*/
/*    width: 233px !important;*/
/*}*/

main section#content .bloc-rdv article .date {
    display: inline-block;
    font-family: "Source Sans Pro-Bold";
    border-radius: 16px;
    background-color: #FFF8D5;
    color: #01496D;
    font-size: 18px;
    line-height: 20px;
    padding: 3px 14px;
    margin-bottom: 35px;
}

main section#content .bloc-rdv article .visuel {
    margin-bottom: 16px;
}

main section#content .bloc-rdv article.clikable a.linkUrlRdv {
    text-decoration: none;
}

main section#content .bloc-rdv article.clikable a.linkUrlRdv h2.TitreRdv {
    color: #F16405;
    text-decoration: none;
    font-size: 22px;
}

main section#content .bloc-rdv article.clikable a.linkUrlRdv h2.TitreRdv:hover {
    text-decoration: underline;
}

section.slideshow-round.bloc-rdv .content-section article img {
    border-radius: 0;
    border: 0;
}

main section#content .bloc-rdv article h2 {
    margin: 0;
    padding: 0;
    line-height: 24px;
    text-align: center;
    color: #343534;
    font-family: "Source Sans Pro-Bold";
    font-size: 22px;
}

.bkg-top-utilisation1j1aClasse {
    background: url("../img/bloc-enseignant-hp-top.png") no-repeat;
    height: 20px;
    background-position-x: -30px;
}

main section#content .utilisation1j1aClasse {
    background-color: #01496D;
    height: 520px;
}

main section#content .utilisation1j1aClasse span.title {
    color: #ffffff;
    text-align: center;
    display: block;
    padding-top: 30px;
    padding-bottom: 24px;
}

main section#content .utilisation1j1aClasse span.title .yellow {
    color: #FEDA2E;
}

main section#content .utilisation1j1aClasse .contenu {
    height: 320px;
}

main section#content .utilisation1j1aClasse .contenu hr {
    display: none;
}

main section#content .utilisation1j1aClasse .contenu iframe {
    width: 48%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
    background-color: transparent;
    padding-left: 4%;
}

main section#content .utilisation1j1aClasse .contenu .ressources {
    width: 45%;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main section#content .utilisation1j1aClasse .contenu .ressources a {
    padding: 8px 24px;
}

main section#content .utilisation1j1aClasse .contenu .ressources img {
    width: 160px;
    margin-bottom: 34px;
}

main section#content .utilisation1j1aClasse .link {
    text-align: center;
}

.bkg-bottom-utilisation1j1aClasse {
    background: url("../img/bloc-enseignant-hp-bottom.png") no-repeat;
    height: 20px;
    background-position-x: -30px;
}

main section#content section#actus-semaine {
    position: relative;
}

main section#content section#actus-semaine h2,
main section#content section#actus-semaine h2 span.surligne {
    color: #01496D;
}

main section#content  section#actus-semaine .content-section-actu-semaine {
    overflow: hidden;
    padding: 0 150px;
    position: relative;
}

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

main section#content section#actus-semaine .content-section-actu-semaine article img {
    border-radius: 6px;
}

main section#content section#actus-semaine .content-section-actu-semaine article h3,
main section#content section#actus-semaine .content-section-actu-semaine article h3 a {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 8px;
    color: #343534;
    letter-spacing: 0;
    text-decoration: none;
    text-align: left;
    padding: 0;
}

main section#content .recevoir-actu {
    background: url("../img/lame_yellow_recevoir_actu.png") no-repeat;
    height: 365px;
    position: relative;
    top: -20px;
    z-index: 300;
}

main section#content .recevoir-actu img.illustration-recevoir-actu {
    float: left;
    position: absolute;
    right: 64%;
    top: 23px;
}

main section#content .recevoir-actu .text {
    width: 50%;
    float: right;
    margin-top: 100px;
}

main section#content .recevoir-actu .text .btns {
    display: flex;
    justify-content: space-between;
}

main section#content .recevoir-actu .text .btns .social {
    margin-right: 65px;
}

main section#content .recevoir-actu .text .btns .social a.fb,
main section#content .recevoir-actu .text .btns .social a.twitter {
    margin-right: 20px;
}

/* Footer */

footer .contact-delegue .top {
    background: url("../img/bkg-top-yellow.png") no-repeat;
    height: 25px;
    position: relative;
    top: -20px;
    z-index: 299;
}

.contact-delegue {
    background-color: #FEDA2E;
    padding-bottom: 30px;
}

.contact-delegue .text {
    width: 48%;
    float: right;
    padding: 85px 30px ;
}

.contact-delegue .text p,
.contactDelegueForm p,
.contactDelegueForm span {
    color: #01496D;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 48px;
}

.contactDelegueForm {
    text-align: center;
}

.contactDelegueForm span {
    display: block;
    font-size: 33px;
    margin-bottom: 20px;
    font-weight: 600;
}

.contactDelegueForm p {
    margin-bottom: 0;
}

.contact-delegue img.illustration-contact-delegue {
    width: 45%;
    float: left;
    padding-top: 24px;
}

.contact-delegue .text form {
    background: url("../img/Forme-Rectangle-Zone-contact-delegue.png") no-repeat;
    height: 139px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.contact-delegue .text form input {
    width: 235px;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: none;
    padding: 14px 18px;
    margin-right: 10px;
}

.contact-delegue .text form input::placeholder {
    color: rgba(7,58,90,0.61);
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 17px;
}

/* Modals  */
.modal:not(.fullscreen) .modal-dialog {
    width: 500px;
}

.modal .modal-dialog .modal-content .modal-header {
    background-color: #01496D;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: "Source Sans SemiBold";
    font-size: 20px;
    color: #ffffff;
    text-align: left;
}

.modal .modal-dialog .modal-content .modal-header button.close {
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 18px;
    border: 1px solid #f9f9f9;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal .modal-dialog .modal-content .modal-header button.close i:before {
    color: #ffffff;
}

.modal .modal-dialog .modal-content .modal-header button.close:hover {
    background-color: #f9f9f9;
}

.modal .modal-dialog .modal-content .modal-header button.close:hover i:before {
    color: #01496d;
}

.modal .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 15px;
}

/* Modal utilisateur connexion */
.modal.modal-user .modal-body {
    background-color: #e6eaec;
}

.modal.modal-user .modal-body .intro {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 22px;
}

.modal.modal-user .modal-body .intro-btn {
    margin-top: 40px;

}

.modal.modal-user .modal-body .buttons a {
    margin: 10px;
}

/* Parcours essentiels */
#modal-parcours-essentiels .modal-body .intro {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
}

#modal-parcours-essentiels .modal-body .intro:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

/*Recherche délégué*/
#modal-delegues .modal-dialog .modal-content .modal-body .form {
    margin: 20px 0;
}

#modal-delegues .modal-dialog .modal-content .modal-body .form-dep .input-dep {
    margin: 20px 0;
    width: 100%;
    max-width: 203px;
}

#modal-delegues .modal-dialog .modal-content .modal-body .form .villebox label {
    display: block;
    margin-bottom: 15px;
    color: #343534;
    font-size: 16px;
}

#modal-delegues .modal-dialog .modal-content .modal-body .form .villebox label strong {
    font-weight: 700;
}

#modal-delegues .modal-dialog .modal-content .modal-body .form .villebox select.villes-list {
    width: 100%;
    font-family: "Source Sans Pro-Regular";
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

#modal-delegues .modal-dialog .modal-content .modal-body .results {
    margin: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    outline: 0;
}

#modal-delegues .modal-dialog .modal-content .modal-body .results .delegue .delegue-infos {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

#modal-delegues .modal-dialog .modal-content .modal-body .results .delegue .delegue-infos .list-group-item {
    position: relative;
    padding: 12px 20px;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#modal-delegues .modal-dialog .modal-content .modal-body .results .delegue .delegue-infos .list-group-item:first-child {
    background-color: rgba(10, 75, 120, 0.4);
    font-weight: 500;
}

#modal-delegues .modal-dialog .modal-content .modal-body .results .delegue .delegue-infos .list-group-item:last-child {
    border-bottom: none;
}

#modal-delegues .modal-dialog .modal-content .modal-body .results .delegue .delegue-infos .list-group-item i {
    padding-right: 15px;
}

#modal-delegues .modal-dialog .modal-content .modal-body .results .delegue .delegue-infos .list-group-item i:before {
    color: #01496d;
}

#modal-delegues .modal-dialog .modal-content .modal-body .results .delegue .delegue-infos .list-group-item span strong {
    font-weight: bold;
}

footer .contact-delegue .text .containerBtn {
    display: none;
}

footer section#footer-newsletter.newsletter-enseignants {
    background: url("../img/lame_bleu.png") no-repeat;
    background-size: cover;
    position: relative;
    /*top: 20px;*/
    height: 470px;
}

footer section#footer-newsletter.newsletter-enseignants  .contenu {
    background-color: #01496D;
}

footer section#footer-newsletter.newsletter-enseignants .contenu .text  {
    width: 40%;
}

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

footer section#footer-newsletter.newsletter-enseignants .contenu .form-mail form button:hover {
    color: #01496D;
    border: 1px solid #ffffff;
}

footer section#footer-newsletter.newsletter-enseignants .contenu:before {
    content: "";
    width: 40%;
    height: 258px;
    background: url("../img/illustre-newsletter-enseignant-hp.png") no-repeat;
    position: absolute;
    bottom: 42%;
    left: 58%;
    background-size: contain;
}

footer section#footer-newsletter.newsletter-enseignants .contenu .text span.title,
footer section#footer-newsletter.newsletter-enseignants .contenu .text p {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 20px;
}

footer section#footer-newsletter.newsletter-enseignants .contenu .text p {
    font-family: 'Source Sans Pro-Regular';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
}

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

/* Page parcours thématiques emc-emi */

body.page-template-page-parcours-emi main header#page-header,
body.page-template-page-parcours-essentiels main header#page-header,
body.page-template-page-parcours-podcasts main header#page-header,
body.page-template-page-parcours-esprit-critique main header#page-header {
    padding: 15px 0 32px 60px;
}

body.page-template-page-parcours-emi main header#page-header h1,
body.page-template-page-parcours-essentiels main header#page-header h1,
body.page-template-page-parcours-podcasts main header#page-header h1,
body.page-template-page-parcours-esprit-critique main header#page-header h1 {
    margin-bottom: 10px;
}

body.page-template-page-parcours-emi main header#page-header p,
body.page-template-page-parcours-essentiels main header#page-header p,
body.page-template-page-parcours-podcasts main header#page-header p,
body.page-template-page-parcours-esprit-critique main header#page-header p {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    max-width: 65%;
}

body.page-template-page-parcours-essentiels main header#page-header p {
    margin-bottom: 20px;
}

body.page-template-page-parcours-essentiels main header#page-header a.btn-pdf:hover {
    border: 1px solid #FFFFFF;
}

body.page-template-page-parcours-emi section#parcours-emi-list,
body.page-template-page-parcours-emc section#parcours-emc-list,
body.page-template-page-parcours-podcasts section#parcours-emc-list,
.parcours-single.parcours-single-podcastsmemepasvrai .autres-podcasts,
body.page-template-page-parcours-esprit-critique section#parcours-emc-list {
    padding: 65px 0;
    background-color: #F3F4F5;
}

.parcours-single.parcours-single-podcastsmemepasvrai .autres-podcasts {
    padding: 20px 0;
    margin-top: 60px;
}

body.page-template-page-parcours-emi section#parcours-emi-list .bloc-parcours-emi span.surligne,
body.page-template-page-parcours-podcasts section#parcours-emi-list .bloc-parcours-emi span.surligne {
    background-size: cover;
}

body.page-template-page-parcours-emi section#parcours-emi-list .bloc-parcours-emi h2,
body.page-template-page-parcours-podcasts section#parcours-emi-list .bloc-parcours-emi h2 {
    margin-bottom: 0;
}

body.page-template-page-parcours-emi section#parcours-emi-list .bloc-parcours-emi span.subtitle,
body.page-template-page-parcours-podcasts section#parcours-emi-list .bloc-parcours-emi span.subtitle {
    display: block;
    text-align: center;
    font-family: 'Source Sans Pro-Regular';
    margin-bottom: 25px;
}

body.page-template-page-parcours-emi .etape-etude-actu {
    padding: 70px 60px;
    margin-bottom: 70px;
}

body.page-template-page-parcours-emi .etape-etude-actu h2 {
    margin-bottom: 50px;
    font-size: 28px;
}

body.page-template-page-parcours-emi .etape-etude-actu h2 span.surligne,
body.page-template-page-parcours-emc main section#content .bloc-parcours-emc h2 span.surligne,
body.page-template-page-parcours-podcasts main section#content .bloc-parcours-emc h2 span.surligne {
    background-size: contain;
}

body.page-template-page-parcours-emi .etape-etude-actu .contenu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: end;
    border-radius: 12px;
    background: url('../img/Form-Rectangle-Yellow.png') no-repeat;
    background-position-y: 125px;
    background-size: cover;
}

body.page-template-page-parcours-emi .etape-etude-actu .contenu .item img {
    display: block;
    margin: 0 auto;
    width: 50%;
}

body.page-template-page-parcours-emi .etape-etude-actu .contenu .item-3 img {
    width: 60%;
}

body.page-template-page-parcours-emi .etape-etude-actu .contenu h3 {
    font-family: 'Source Sans Pro-Bold';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    color: #01496D;
}

body.page-template-page-parcours-emi footer .content .contact-delegue,
body.page-template-page-parcours-emc footer .content .contact-delegue,
body.page-template-page-parcours-podcasts footer .content .contact-delegue {
    display: none;
}

body.page-template-page-parcours-emc main header#page-header,
body.page-template-page-parcours-podcasts main header#page-header {
    padding: 15px 0 80px 60px;
}

/* Page Journal de classe */
body.page-template-page-journal main header#page-header {
    padding: 15px 0 78px 60px;
}

main header#page-header h1 span.yellow {
    color: #FEE743;
}

body.single main #single-content header#page-header:after {
    display: none !important;
}

body.page-template-page-journal main section#content section.explicationPlateforme {
    background: url('../img/bkg-explication-reporter.png') no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    top: -20px;
}

body.page-template-page-journal main section#content section.explicationPlateforme .content {
    padding: 72px 48px 72px 61px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

body.page-template-page-journal main section#content section.explicationPlateforme .content .text {
    margin-right: 40px;
}

body.page main section#content #single-content article h1 {
    margin-bottom: 40px;
}

body.page-template-page-journal main section#content section.explicationPlateforme .content .text h2,
body.page main section#content article .entry-content h2.p1 {
    padding: 0;
    font-size: 34px;
    text-align: left;
    letter-spacing: 0;
    line-height: 37px;
}

body.page main section#content article .entry-content h2.p1 {
    margin-bottom: 23px;
}

body.page-template-page-journal main section#content section.explicationPlateforme .content .text p,
body.page main section#content article .entry-content p.p1 {
    color: #01496d;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 24px;
}

body.page main section#content article .entry-content p.p1 {
    margin-bottom: 15px;
}

body.page-template-page-journal main section#content section.explicationPlateforme .content .text p span.strong {
    font-weight: bold;
    color: #01496d;
}

body.page-template-page-journal main section#content section.explicationPlateforme .content .text,
body.page-template-page-journal main section#content section.explicationPlateforme .content iframe {
    width: 50%;
    float: left;
}

body.page-template-page-journal main section#content section.explicationPlateforme .content iframe {
    float: right;
}

body.page-template-page-journal main section#content .espaceEnf span.title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 26px;
    color: #01496d;
    display: block;
    text-align: center;
    margin-bottom: 46px;
    padding-top: 52px;
}

body.page-template-page-journal main section#content .espaceEnf span.title span.surligne {
    background-size: contain;
}

body.page-template-page-journal main section#content .espaceEnf .content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 80px;
    flex-wrap: wrap;
}

body.page-template-page-journal main section#content .espaceEnf .content .card {
    width: 264px;
    text-align: center;
}

body.page-template-page-journal main section#content .espaceEnf .content .card .visuel {
    background: url('../img/Forme-Rond-Moyen2.png') no-repeat;
    width: 200px;
    height: 207px;
    margin: 0 auto;
    position: relative;
}

body.page-template-page-journal main section#content .espaceEnf .content .card .visuel img {
    position: absolute;
    top: 15%;
    left: 12%;
}

body.page-template-page-journal main section#content .espaceEnf .content .card h3 {
    font-family: "Source Sans Pro-Bold";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 26px;
    color: #01496d;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 8px;
}

body.page-template-page-journal main section#content .espaceEnf .content .card p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

body.page-template-page-journal main section#content .videosCreations span.title {
    display: block;
    text-align: center;
    font-size: 30px;
}

body.page-template-page-journal main section#content .videosCreations .content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 80px;
}

body.page-template-page-journal main section#content .videosCreations .content .item {
    background: url('../img/bkg-videos-creer.png') no-repeat;
    width: 545px;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.page-template-page-journal main section#content .videosCreations .content h3 {
    color: #01496d;
    font-family: "Source Sans Pro-Bold";
    font-size: 28px;
    letter-spacing: 0;
    line-height: 30px;
}

body.page-template-page-journal main section#content .videosCreations .content iframe {
    margin-top: 32px;
    border: 10px solid #ffffff;
}

body.page-template-page-journal main section#content .bandeau-journal {
    position: relative;
    background-color: #01496D;
    padding: 47px 48px 58px 60px;
    display: flex;
    align-items: center;
}

body.page-template-page-journal main section#content .bandeau-journal::after {
    content: "";
    background-image: url("../img/bloc-enseignant-hp-bottom.png");
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 400;
}

body.page-template-page-journal main section#content .bandeau-journal .text {
    flex: 1;
    margin-left: 80px;
}

body.page-template-page-journal main section#content .bandeau-journal .text h3,
body.page-template-page-journal main section#content .bandeau-journal .text p {
    margin-bottom: 24px;
}

/* Page 1j1a c'est quoi ? */
body.page-template-page-1j1a-cestquoi main header#page-header {
    padding: 15px 0 70px 60px;
}

body.page-template-page-1j1a-cestquoi main div.galaxie {
    margin: 11px 73px 110px;
}

body.page-template-page-1j1a-cestquoi main div.galaxie span.title {
    font-size: 24px;
    margin-bottom: 35px;
    display: block;
    text-align: left;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant {
    margin-bottom: 70px;
}

body.page-template-page-1j1a-cestquoi main div.galaxie span.title span.surligne,
body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant span.title span.surligne{
    background-size: contain;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant span.title {
    font-size: 28px;
    margin-bottom: 8px;
    display: block;
    text-align: center;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant p {
    font-family: "Source Sans Pro-Regular";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    color: #01496d;
    max-width: 67%;
    margin: 0 auto;
    margin-bottom: 40px;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant .contenu {
    background: url('../img/Form-Rectangle-Yellow.png') no-repeat;
    background-position-y: 100px;
    background-size: cover;
    padding-bottom: 55px;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant .contenu .contenu-item {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #01496d;
    position: relative;
    padding: 0 40px;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant .contenu .item,
body.page-template-page-parcours-emi .etape-etude-actu .contenu .item {
    margin: 12px;
    width: 260px;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant .contenu .item img {
    display: block;
    margin: 10px auto;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant .contenu .item h3,
body.page-template-page-parcours-emi .etape-etude-actu .contenu h3 {
    font-family: "Source Sans Pro-Bold";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 26px;
    margin-left: 5%;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant .contenu .item .title,
body.page-template-page-parcours-emi .etape-etude-actu .contenu .item .title {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant .contenu .item .title img,
body.page-template-page-parcours-emi .etape-etude-actu .contenu .item .title img {
    width: 60px;
    margin: 0;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant .contenu .item p {
    max-width: 100%;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant .grp-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

body.page-template-page-1j1a-cestquoi main .decouvrir-offre-enseignant .grp-btn a {
    display: block;
    width: fit-content;
    margin: 0 15px;
}

/* Parcours EMI */

#parcours-emi-single .navigation {
    margin: 30px 0 55px 0;
    padding-left: 60px;
    display: flex;
}

#parcours-emi-single .navigation button {
    padding: 15px 10px;
    margin-right: 40px;
    border: 0;
    border-radius: 26px;
    background-color: #E6EAEC;

    color: #0B2D46;
    font-family: "Source Sans Pro-Bold";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: left;

    cursor: pointer;
    position: relative;
}

#parcours-emi-single .navigation button:hover {
    background-color: #a4a8aa;
}

#parcours-emi-single .navigation button.active,
#parcours-emi-single .navigation button.active:hover,
#parcours-emi-single .navigation button.active:visited {
    background-color: #FEDA2E;
}

#parcours-emi-single .navigation button:after {
    content: ">";
    position: absolute;
    right: -25px;
    color: #0B2D46;
    font-family: "Source Sans Pro-Bold";
    top: 50%;
    transform: translateY(-50%);
}

#parcours-emi-single .navigation button:last-child:after {
    display: none;
}

.parcours-single .parcours-item {
    width: 100%;
    display: none;
    overflow: hidden;
}

.parcours-single .parcours-item.parcours-1 {
    display: block;
    margin-bottom: 45px;
}

.parcours-single .intro{
    background-color: #E6EAEC;
    border-radius: 8px;
    padding: 16px 16px 24px 16px;
    margin: 0 60px;
    margin-bottom: 40px;
}

.parcours-single .intro p {
    font-family: "Source Sans Pro-Bold";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    color: #01496D;
    text-transform: uppercase;
    margin-bottom: 16px;
}

a.btn-pdf:before,
a.btn-pdf-blue:before,
.wp-block-button.btn.btn-pdf a:before,
span.btn-pdf:before,
span.btn-pdf-blue:before {
    content: "";
    background: url("../img/Icone-Téléchargement.svg")no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 5px;
    top: 8px;
    background-size: contain;
}

.parcours-single .parcours-item.parcours-1 .poster .bg-header,
.parcours-single .parcours-item.parcours-1 .poster-facultatif .bg-header {
    background-color: #ECF9F9;
    height: 159px !important;
}

.parcours-single.parcours-single-essentiels .parcours-item.parcours-1 .poster .bg-header,
.parcours-single.parcours-single-essentiels .parcours-item.parcours-1 .poster .bg-header.posters,
.parcours-single.parcours-single-essentiels .parcours-item.parcours-1 .poster-facultatif .bg-header,
.parcours-single.parcours-single-essentiels .parcours-item.parcours-1 .poster-facultatif .bg-header.posters {
    height: 260px !important;
}

.parcours-single .parcours-item.parcours-1 .part-items header h3,
.single-article-carrousel header h3 {
    text-align: left;
    position: relative;
    padding-left: 4%;
}

.single-article-carrousel header h3 {
    padding-left: 6%;
}

.parcours-single .parcours-item.parcours-1 .part-items header h3:before,
.single-article-carrousel header h3:before {
    content: "";
    background: url("../img/Icon-Menu-Posters.svg") no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    background-size: contain;
}

.parcours-single .parcours-item.parcours-1 .part-items.videos header h3:before,
.single-article-carrousel.videos header h3:before {
    content: "";
    background: url("../img/Icon_Menu_Videos.svg") no-repeat;
}

.parcours-single .parcours-item.parcours-1 .part-items.emissions header h3:before,
.single-article-carrousel.emissions header h3:before {
    content: "";
    background: url("../img/Icon_Menu_Emissions.svg") no-repeat;
}

.parcours-single .parcours-item.parcours-1 .part-items.podcasts header h3:before,
.single-article-carrousel.podcasts header h3:before {
    content: "";
    background: url("../img/Icon_Menu_Podcasts.svg") no-repeat;
}

.parcours-single .parcours-item.parcours-1 .part-items.articles header h3:before,
.single-article-carrousel.articles header h3:before {
    content: "";
    background: url("../img/Icon_Menu_Actus.svg") no-repeat;
}

.parcours-single .parcours-item.parcours-1 .poster article {
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100;
    width: 294px;
}

.parcours-single .parcours-item.parcours-1 .poster article {
    width: 254px;
    margin: 0 10px;
}

.parcours-single .parcours-item.parcours-1 .poster article img {
    margin-bottom: 13px !important;
}

.parcours-single .parcours-item.parcours-1 .poster article .title-rubrique {
    font-family: "Source Sans Pro-Bold";
    font-size: 19px;
    letter-spacing: 0;
    line-height: 25px;
    color: #343534;
}

.parcours-single .parcours-item.parcours-1 .poster article h3,
.parcours-single .parcours-item.parcours-1 .poster-facultatif article h3 {
    font-family: "Source Sans Pro-Bold";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    color: #343534;
    margin-bottom: 15px;
}

.parcours-single.parcours-single-essentiels .parcours-item.parcours-1 .poster article h3 {
    margin-bottom: 15px;
}

.parcours-single .parcours-item.parcours-1 .poster article time {
    font-family: "Source Sans SemiBold";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    opacity: 70%;
    margin-bottom: 16px;
}

.parcours-single.parcours-item.parcours-1 .poster article a {
    font-size: 12px;
}

.parcours-single .parcours-item h2 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
}

.parcours-single .parcours-item.parcours-2,
.parcours-single .parcours-item.parcours-3 {
    background-color: #FFF8D5;
    margin-bottom: 100px;
}

#parcours-emi-single .parcours-item.parcours-2 .content.row-padding,
#parcours-emi-single .parcours-item.parcours-3 .content.row-padding {
    display: inline-block;
    padding: 32px 60px;
}

#parcours-emi-single .parcours-item.parcours-2 .content img,
#parcours-emi-single .parcours-item.parcours-3 .content img {
    float: left;
    width: 46%;
}

#parcours-emi-single .parcours-item.parcours-2 .content .text,
#parcours-emi-single .parcours-item.parcours-3 .content .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    float: right;
    width: 45%;
}

#parcours-emi-single .parcours-item.parcours-2 .content .text p,
#parcours-emi-single .parcours-item.parcours-3 .content .text p,
.parcours-single.parcours-single-podcastsmemepasvrai .fiches article > .content h3 {
    font-family: "Source Sans Pro-Bold";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 26px;
    color: #343534;
    margin-bottom: 25px;
}

#parcours-emi-single .parcours-item.parcours-2 .content a:before,
#parcours-emi-single .parcours-item.parcours-3 .content a:before {
    width: 32px;
    height: 32px;
    left: 5px;
}

#parcours-emi-single .parcours-item.parcours-4 .content-decryptage {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
}

#parcours-emi-single .parcours-item.parcours-4 .content-decryptage .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    text-decoration: none;
}

#parcours-emi-single .parcours-item.parcours-4 .content-decryptage .item img,
#parcours-emi-single .parcours-item.parcours-4 .content-decryptage .item span {
    opacity: 1;
    transition: all 0.3s ease;
}

#parcours-emi-single .parcours-item.parcours-4 .content-decryptage .item img {
    border-radius: 8px;
    margin-bottom: 24px;
}

#parcours-emi-single .parcours-item.parcours-4 .content-decryptage .item:hover img {
    opacity: 0.5;
}

#parcours-emi-single .parcours-item.parcours-5 .content {
    background-color: #FFF8D5;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 32px 0;
    margin-bottom: 50px;
}

#parcours-emi-single .parcours-item.parcours-5 .content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 355px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#parcours-emi-single .parcours-item.parcours-5 .content .item img {
    border-radius: 16px;
    background-color: #ffffff;
    margin-bottom: 24px;
    padding: 44px 54px;
    transition: all 0.3s ease;
}

#parcours-emi-single .parcours-item.parcours-5 .content .item:hover img,
#parcours-emi-single .parcours-item.parcours-5 .content .item:hover h2 {
    opacity: 0.5;
}

#parcours-emi-single .parcours-item.parcours-5 .content .item h2,
#parcours-emi-single .parcours-item.parcours-5 .content .item h2 span {
    color: #343534;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

#parcours-emi-single .parcours-item.parcours-5 .content .item span.download {
    padding: 17px 25px 17px 60px;
    display: inline-block;
}

#parcours-emi-single .parcours-item.parcours-5 .content .item span.download:before {
    width: 32px;
    height: 32px;
}

#parcours-emi-single .parcours-item.parcours-5 .content .item span.download.link:before {
    background: url("../img/Icone-link.svg")no-repeat;
}

#parcours-emi-single .parcours-item.parcours-5 .content .reporter.item .buttonLink {
    display: flex;
    flex-direction: column;
}

#parcours-emi-single .parcours-item.parcours-5 .content .reporter.item .buttonLink a {
    text-decoration: none;
    color: #01496D;
}

#parcours-emi-single .parcours-item.parcours-5 .content .reporter.item .buttonLink a.btn-pdf.link {
    padding: 14px;
}

#parcours-emi-single .parcours-item.parcours-5 .content .reporter.item .buttonLink a.btn-pdf.link:before {
    display: none;
}

#parcours-emi-single .parcours-item.parcours-5 .content .reporter.item span:hover,
#parcours-emi-single .parcours-item.parcours-5 .content .reporter.item a:hover {
    color: #ffffff;
}

.parcours-single.parcours-single-podcastsmemepasvrai .audio-player {
    margin-top: 40px;
    margin-bottom: 60px;
}

.parcours-single.parcours-single-podcastsmemepasvrai .fiches {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.parcours-single.parcours-single-podcastsmemepasvrai .fiches article {
    text-align: center;
    display: flex;
    flex-basis: calc(50% - 20px);
    justify-content: center;
    flex-direction: column;
    margin: 0 10px 30px;
}

.parcours-single.parcours-single-podcastsmemepasvrai .fiches article > .content {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.parcours-single.parcours-single-podcastsmemepasvrai .fiches .left {
    float: left;
    width: 40%;
}

.parcours-single.parcours-single-podcastsmemepasvrai .fiches .right {
    float: right;
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.single-parcours_essentiels main header#page-header::after,
.single-parcours_emi main header#page-header::after {
    display: none;
}

body.page-template-page-hebdo header#page-header {
    padding-bottom: 35px;
}

body.page-template-page-hebdo main header#page-header::after {
    top: 23% !important;
}

body.page-template-page-hebdo main section#content section#seance-hebdo {
    margin-bottom: 40px;
    margin-top: 25px;
}

body.page-template-page-hebdo main section#content .searchSeancePedagogique {
    margin-bottom: 32px;
}

body.page-template-page-hebdo main section#content .searchSeancePedagogique span.title {
    font-size: 24px;
}

body.page-template-page-hebdo main section#content .searchSeancePedagogique form {
    display: flex;
    flex-direction: row;
    align-items: center;
}

body.page-template-page-hebdo main section#content .searchSeancePedagogique form .form-group {
    display: flex;
    flex-direction: column;
    margin-right: 24px;
}

body.page-template-page-hebdo main section#content .searchSeancePedagogique form .form-group label {
    font-family: "Source Sans Pro-Bold";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #01496D;
}

body.page-template-page-hebdo main section#content .searchSeancePedagogique form .form-group input {
    padding: 10px 11px;
    border: 1px solid transparent;
    background-color: rgba(1, 73, 109,6%);
    border-radius: 6px;
}

body.page-template-page-hebdo main section#content .searchSeancePedagogique form .form-group input::placeholder {
    font-family: 'Source Sans Pro Italic';
    font-size: 16px;
    line-height: 17px;
    color: #01496D;
}

body.page-template-page-hebdo main section#content .searchSeancePedagogique form button.SubmitFormSearchTheme {
    padding: 8px 24px;
    margin-top: 20px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .row-padding {
    padding: 33px 60px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .item {
    margin-bottom: 30px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .item .part1 {
    border: 1px solid #CBCBCB;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 32px;
    margin-bottom: 20px;
    position: relative;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique span.title {
    font-size: 24px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique span.title span.surligne {
    background: url('../img/strok.svg') no-repeat bottom;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique a.detail {
    float: right;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique span.number {
    font-family: "Source Sans Pro-Bold";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    color: #01496D;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .content {
    display: flex;
    flex-direction: row;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .content .poster {
    border-right: 1px solid #E4E4E4;
    padding-right: 40px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .content .poster .visuel {
    background-color: #E6EAEC;
    border-radius: 35px;
    padding: 35px 10px;
    width: 330px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .content .contenuSemaine {
    padding-left: 40px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .content .contenuSemaine .visuel {
    width: 180px;
    margin-right: 25px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .content .contenuSemaine .bloc {
    display: flex;
    flex-direction: row;
    align-items: center;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .content .contenuSemaine .infoSemaine {
    margin-bottom: 35px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .content .contenuSemaine .videoSemaine .visuel img,
body.page-template-page-hebdo main section#content .listSeancePedagogique .content .contenuSemaine .videoSemaine .visuel::after {
    border-radius: 16px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .content .poster span.title,
body.page-template-page-hebdo main section#content .listSeancePedagogique .content .contenuSemaine .bloc .text span.title {
    color: #343534;
    line-height: 29px;
}

body.page-template-page-hebdo main section#content .listSeancePedagogique .item .com {
    line-height: 33px
}

body.page-template-page-parcours-essentiels section#parcours-emc-list {
    background-color: #F3F4F5;
    padding: 64px 0 0;
}

body.page-template-page-parcours-essentiels main section#content .bloc-parcours-emc {
    margin-bottom: 0 !important;
}

body.page-template-page-parcours-essentiels main section#content .bloc-parcours-emc article.cycle-slide,
body.page-template-page-parcours-emi main section#content .bloc-hp-ens article.cycle-slide {
    margin: 0 18px;
}

body.page-template-page-parcours-essentiels footer .content .contact-delegue {
    display: none;
}

/* Page contacter votre délégué */
body.page-template-page-contacter-votre-delegue {
    margin-bottom: 38px;
}

body.page-template-page-contacter-votre-delegue .texte-delegue {
    background-color: #FEDA2E;
    padding: 60px;
}

body.page-template-page-contacter-votre-delegue .texte-delegue h2 {
    font-size: 34px;
    text-align: left;
    padding: 0;
}

body.page-template-page-contacter-votre-delegue .texte-delegue .sous-titre,
body.page-template-page-contacter-votre-delegue .texte-delegue .text {
    color: #01496D;
    font-family: "Source Sans SemiBold";
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
    letter-spacing: 0;
}

body.page-template-page-contacter-votre-delegue .texte-delegue .text {
    font-family: "Source Sans Pro-Regular";
    font-size: 18px;
    line-height: 28px;
}

body.page-template-page-contacter-votre-delegue .contact-delegue {
    background: transparent;
    padding-bottom: 95px;
}

body.page-template-page-contacter-votre-delegue .contact-delegue .text {
    padding: 0;
}

body.page-template-page-contacter-votre-delegue .contact-delegue img.illustration-contact-delegue {
    float: right;
    padding: 0;
}

body.page-template-page-contacter-votre-delegue .contact-delegue .text form {
    background: url("../img/Forme_Rectangle_Zone_contact.svg") no-repeat;
    background-size: contain;
    margin: 20px 0;
}

body.page-template-page-contacter-votre-delegue .contact-delegue .text .containerBtn {
    text-align: center;
}

body.page-template-page-contacter-votre-delegue .contact-delegue .text .containerBtn p {
    text-align: left;
}

body.page-template-page-contacter-votre-delegue footer .contact-delegue {
    display: none;
}
