/*****************************\
/*       CUSTOM.CSS          *\
/*****************************/

body {
  background-color: #fff;
}


/* Ce fichier sera utilisé pour les développements en cours afin d'y insérer des CSS temporaires durant l'intégration ou pour des correctifs ponctuels */

.game {
  text-align: center;
  text-transform: uppercase;
}

.game h1 {
  color: #111C44;
}

.game h2 {
  color: #A25AC4;
  font-weight: 400 !important;
}

.encart-presentation {
  /*box-shadow: 15px 15px 20px #2699FB17;*/
  margin: 50px;
    background: #fff;
    border-radius: 20px;
}

.encart-presentation .block-left {
  background-size: cover;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
  border-radius: 25px 0 0 25px;
  box-shadow: 15px 15px 20px #2699fb17;
  padding: 0;
}

.encart-presentation .block-right {
  border-radius: 0 25px 25px 0;
  box-shadow: 15px 15px 20px #2699fb17;
}

.encart-presentation .block-right {
  padding: 40px;
}

.block-left .field--name-field-information {
  height: 100%;
  width: 100%;
}

.block-left .field--name-field-information .block-enonce {
  padding: 40px;
  border-radius: 25px 0 0 25px
}

.encart-presentation strong {
  color: #6C63FF;
}

.encart-presentation.avant-paragraph h3,
.encart-presentation.avant-paragraph h3 strong,
.encart-presentation.avant-paragraph p {
  font-size: 1.3em;
}

.indice {
  position: absolute;
  bottom: -30px;
  left: -60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-top .block-enonce {
  background: none !important;
  position: relative;
}

.block-top .block-enonce p {
  color: #263269 !important;
  font-size: 1.2em;
}

.block-top .block-enonce .indice {
  position: absolute;
  top: -60px;
  left: 0px;
  flex-direction: row;
  align-items: baseline;
}

.indice > .icone {
  display: inline-block;
  width: 41px;
  height: 41px;
  text-align: center;
  border-radius: 100%;
  font-size: 1.7em;
  font-weight: bold;
  background: #9861BE;
}

.indice > div {
  cursor: pointer;
}

.close > span {
  font-size: 2em;
  font-weight: bold;
  line-height: 0.9;
  color: #3D3D3D;
}

button.close {
  border-radius: 100%;
  padding: 0;
  height: 40px;
  width: 40px;
  background: none;
  border-color: #3D3D3D;
}


/****** MINIATURE JEU *****/
.miniature > .game{
  padding:10px;
}
.image-miniature{
  min-height:200px;
  background-size:cover
}
.modal-miniature .modal-dialog{
  max-width:80%;
}

/******** MODAL *******/
.modal-content {
  border-radius: 1.5rem;
  border: none;
}

.modal-header {
  border: none;
}


/***** CARD ******/
.field--name-field-carte {
  display: flex;
}

.field--name-field-carte .field__item {
  flex: 1 1 0px;
  padding: 20px;
}

.field--name-field-carte .field__item .card-question {
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

.field--name-field-carte .field__item img {
  width: 100%;
  margin-bottom: 10px;
}

.footer-card {
  text-align: right
}

/**** CHOICE CARD ****/
.card-question label {
  width: 100%;
  font-size: 1rem;
}

.card-question .card-input-element + .card-content {
  /*height: calc(36px + 2*1rem);*/
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.card-question .card-input-element + .card-content:hover {
  cursor: pointer;
}

.card-question .card-input-element:checked + .card-content {
  background: #6869f636;
  padding: 10px;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.card-question .card-input-element:checked + .card-content::after {
  content: '\e5ca';
  color: #AFB8EA;
  font-family: 'Material Icons';
  font-size: 24px;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}


/********** MON COMPTE ***********/
.user-picture, .user-picture img {
  /*width: 70px;
  height: 70px;*/
  background: #6869f6;
  border-radius: 100%;
}
.modif-infos .user-picture, .modif-infos .user-picture img {
  width: 100px !important;
  height: 100px !important;
}

.dashboard-section {
  margin: 40px 0;
}

.dashboard-section h2 {
  display: inline-block;
  font-size: 1.3em;
  position: relative;
  margin-bottom: 20px;
}

.dashboard-section h2:after {
  content: "";
  background: #263269;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.dashboard-user span.status {
  font-size: 0.9em;
}

.dashboard-user a {
  text-decoration: none;
}

.dashboard-user .col-11 span{
  color:#9B9797;
  font-size:16px;
  padding-right: 10px;
}

.dashboard-session{
  box-shadow: 0px 20px 40px #2699FB29;
  padding: 20px 20px 20px; /*pourquoi padding:20px 20px 40px;*/
  border-radius: 30px;
  border: 1px solid #F3F3F3;
  background-color: #fff;
}

.dashboard-session .progress-bar {
  background-color: #6869f6;
}

.dashboard-session .progress {
  background-color: #BCDFFD;
  height: 1.6rem;
  border-radius: .5rem;
}

.dashboard-status span {
  font-size: large;
}

.dashboard-status .separate {
  display: inline-block;
  width: 60px;
  height: 5px;
  background-color: #111C44;
  position: relative;
  border-radius: 40px;
  margin: 0 10px;
}

.dashboard-status .active {
  color: #ffffff;
  background: #111c44;
  padding: 5px 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #cccccc;
}

.dashboard-certificat .btn-certificat.disabled {
  background: #9f9f9f;
  opacity: 0.6;
}

.dashboard-document .dashboard-section {
  flex-wrap: nowrap;
  display: flex;
}

.dashboard-document .document {
  box-shadow: 0px 20px 40px #2699FB29;
  border: 1px solid #F3F3F3;
  height: 200px;
  margin: 0 10px;
  border-radius: 10px;
  background-color: #fff;
}


.sidebard .dashboard-session {
  align-items: center;
}

.dashboard-session .notif {
  background: #D12E26;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 80px;
}

.dashboard-session .notif svg {
  position: relative;
  top: 15px;
  left: 18px;
  font-size: 40px;
}

/*.dashboard-session .user-picture img {
  position: relative;
  top: 52px;
  left: 54px;
}*/
.dashboard-session svg.fa-arrow-circle-right, .dashboard-session svg.fa-exclamation-circle{
  margin-left: 10px;
}

#block-mymessageblockblock .dashboard-session .col-8, .dashboard-session .bloc-img-membre {
  display: flex;
  justify-content: center;
  align-items: center;
}

#block-mymessageblockblock, #block-myteamblockblock, #block-myresultblockblock {
  border: none;
}
#block-myresultblockblock {
  margin-left: -12px;
}

/* Cacher tous les élements qu'on ne veut pas en haut de la page mon compte */
/*.path-user.user-logged-in #navbar-main,*/ article.profile, .path-user.user-logged-in #block-odyssee-barrio-breadcrumbs, .path-user.user-logged-in #navbar-top {
  display: none;
}

#block-myinfoblockblock .dashboard-session .col-11 {
  padding-left: 40px;
}

#block-myteamblockblock .dashboard-session {
  background-color:#fac222;
}

.sidebar #block-myteamblockblock h2 {
  border-bottom: none;
  text-shadow: none;
  color: #fff;
}

.dashboard-session img.membre-equipe {
  width: 50px;
  height: 50px;
  background: #6869f6;
  border-radius: 100%;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 8px;
}

div.container a.encart-notif, .dashboard-document a, .filtres-docs a, filtres-temoignages a {
  text-decoration: none;
}

.btn-certificat.disabled {
  cursor: not-allowed;
}

.btn-certificat a {
  text-decoration: none;
  color: #fff;
}

img.picto-document {
  display: block;
  margin: auto;
}

.picto-right {
  float: right;
}

.filtres-docs li {
  color: #263269;
  margin-right: 15px;
  display: inline;
  cursor: pointer;

}

.filtres-docs li img {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.filtres-docs li:first-child span {
  border-bottom: 1px solid #6C63FF;
}

.h2-inlin, .filtres-docs {
  display: inline-block;
}

.filtres-docs {
  float: right;
}

/*************** NOTIFICATIONS ***********/
.notification {
  cursor: pointer;
}

a#btn-retour {
  color: #7E7D7D;
  text-decoration: none;
}

#detail-notif {
  background-color: #fff;
  border-radius: 19px;
}

#btn-retour svg {
  margin-right: 10px;
}

#main-wrapper {
  background: transparent linear-gradient(309deg, #6869f638 0%, #4249A01D 39%, #28336500 100%) 0% 0% no-repeat padding-box;
  /* ajout LLA footer : à recetter */
  /*min-height: calc(100vh - 156px);*/
  /* ajout LLA footer : à recetter */
}
/* ajout LLA footer : à recetter */
/*.dialog-off-canvas-main-canvas {
    position: relative;
    min-height: 100vh;
}
.modifier-mes-infos div#main, .modifier-mes-infos main.main-content {
    min-height: 0px !important;
}*/
/* ajout LLA footer : à recetter */

i, .notif {
  color: #fff;
}

.notif.type-message svg, .notif.type-mail svg {
  position: relative;
  top: 10px;
  left: 18px;
}

.notif.type-message {
  width: 73px;
  height: 73px;
  border-radius: 100%;
  background-color: #A25AC4;
  font-size: 35px;
}

.notif.type-mail {
  width: 73px;
  height: 73px;
  border-radius: 100%;
  background-color: #111C44;
  font-size: 35px;
}

.notif.deja-lu {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background-color: #959BB6;
  font-size: 25px;
}

.notif.non-lu {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background-color: #D12E26;
  font-size: 25px;
}

.fond-type-mail {
  background-color: #D6E3FF;
}

.fond-type-message {
  background-color: #FFF;
}

.bloc-notifs .row:first-child {
  border-radius: 20px 20px 0px 0px;
}

.bloc-notifs .row:last-child {
  border-radius: 0px 0px 20px 20px;
}

.bloc-notifs .row:only-child {
  border-radius: 20px 20px 20px 20px;
}

.bloc-notifs,
#detail-notif {
  margin: 2em 0;
  padding-right: 20px;
}

.bloc-notifs .notification {
  box-shadow: 2px 3px 16px #00000029;
  min-height: 110px;
  padding: 5px 10px;
}

.bloc-notifs .notification.deja-lu {
  background: #D6E3FF;
}

.bloc-notifs .notification > div {
  align-self: center;
}

.notif.deja-lu svg {
  position: relative;
  top: 5px;
  left: 10px;
}

.notif.non-lu svg {
  position: relative;
  top: 5px;
  left: 13px;
}

.bloc-notifs .message,
#detail-notif .message .content {
  font-weight: 400;
}

.views-exposed-form {
  display: none;
}

.filtre {
  margin: 1em;
}

.filtre > a {
  display: inline-block;
  margin: 0 0.2em;
  padding: 2px 15px;
  border-radius: 10px;
  text-decoration: none;
}

.filtre > a:hover {
  background-color: #d6e3ff;
}

.filtre > a.active {
  background-color: #263269;
  color: #ffffff !important;
}

#detail-notif {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

#detail-notif .header-detail {
  margin-bottom: 20px;
}

svg.fa-clock {
  margin-right: 8px;
  color: #3C3C3C;
  vertical-align: text-bottom;
}

/********* ENONCE JEU *********/
.carousel-indicators{
  bottom: 80px;
  left:50%;
}

.encart-presentation .block-right{
  position:relative;
}
.encart-presentation .block-right h1{
  margin-bottom:20px;
}

.encart-presentation .block-right .buttonarea{
  position:absolute;
  bottom:10px;
  left:30%;
}
.carousel-indicators > button{
  width:20px;
  height:20px;
  padding:0;
  margin:10px;
  background:transparent;
  border:2px solid #283365;
  border-radius:100%;
}
.carousel-indicators > button.active{
  background:#283365;
}

.carousel-control-next,
.carousel-control-prev{
background:transparent;
border:none;
width:auto;
opacity:1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
  background-color:#283365;
border-radius:100%;

}

/***** FIN ENONCE JEU *******/



/* Menu Front OffCanevas By Dne 12 10 2021 */
/* Modifié par LLA pour en faire menu tablette mobile 18/01/2021 */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  background: #283365 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 15px #00000029;
  border-radius: 0px 15px 15px 0px;
}
.sidenav a {
  text-align: center;
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#page-wrapper {
  transition: margin-left .5s;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
.overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}
.navbar-nav {
  height: 100%;
}
.sidenav .nav-item {
  padding-top: 15px;
}

.sidenav .nav-item a:before{
  width: 30px;
  margin: auto;
}

.sidenav .nav-item .nav-user:before{
  content:url("../img/profil.svg");
  display:block;
}
.sidenav .nav-item .nav-jeux:before{
  content:url("../img/jeu.svg");
  display:block;
}
.sidenav .nav-item .nav-actualite:before{
  content:url("../img/actu.svg");
  display:block;
}
.sidenav .nav-item .nav-temoignages:before{
  content:url("../img/temoignage.svg");
  display:block;
}
.sidenav .nav-item .nav-a-propos:before{
  content:url("../img/odyssee.svg");
  display:block;
}
.sidenav .nav-item .nav-programme:before{
  content:url("../img/programme.svg");
  display:block;
}
.sidenav .nav-item .nav-phototheque:before{
  content:url("../img/phototheque.svg");
  display:block;
}
.sidenav .nav-item .nav-contact:before{
  content:url("../img/contact.svg");
  display:block;
}
.sidenav .nav-item .nav-don:before{
  content:url("../img/don.svg");
  display:block;
}
.sidenav .nav-item .nav-mentions-legales:before{
  content:url("../img/mentions-legales.svg");
  display:block;
}
.sidenav .social-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sidenav .social-box a {
  font-size: 18px;
}
.sidenav .social-box .break {
  flex-basis: 100%;
  height: 0;
}
.region-offcanevas {
  height: 75%;
}
.region-offcanevas{
  height: 75%;
}
.navbar-nav{
  height:100%;
}
.nav-item{
  padding-top: 15px;
}
.navbar-nav > :last-child {
  margin-top: 10px;
}
.region-offcanevas{
  height: 75%;
}
.logo-menu{
  content: url("../img/logo.svg");
  width: 100%;
  /*margin-left: 30px;*/
}
.test-logo{
  margin-bottom: 10px;
  margin-top: 10px;
}
.menu-tab-mob div.logout a:before {
  content: url(/themes/custom/odyssee_barrio/img/logout.svg);
  display:block;
  /*top: -18px;
  left: 59px;
  position: relative;*/
}
.menu-tab-mob div.login a:before {
  content: url(/themes/custom/odyssee_barrio/img/profil.svg);
  display:block;
  /*top: -18px;
  left: 53px;
  position: relative;*/
}




.field__label {
  display: none;
}

.secondary-bg {
  /*background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(66,73,160,0.8687850140056023) 100%);*/
  /*background: linear-gradient(90deg, rgba(238,238,238,1) 6%, rgba(66,112,160,0.5690651260504201) 100%);*/
  /*background: linear-gradient(90deg, rgba(238,238,238,1) 6%, rgba(66,112,160,0.2721463585434174) 100%);*/
  background: linear-gradient(90deg, rgba(238, 238, 238, 1) 6%, rgba(66, 112, 160, 0.18531162464985995) 100%);
}


/* Header et footer desktop */
@media only screen and (min-width : 1024px){
  header#header #navbar-top{
    display: none;
  }
  header#header #navbar-main{
    background-color: #283365;
    color: #fff;
    /*height: 80px;*/
    box-shadow: 0px 15px 15px #00000029;
    /*position: fixed;
    width: 100%;
    z-index: 1000;*/
  }
  #block-menudesktop ul {
    height: 80px;
  }
  #block-menudesktop li.nav-item a{
    color: #fff;
    border-right: 3px solid #fff;
    line-height: 5px;
    font-size: 18px;
  }
  #block-menudesktop li.nav-item {
    padding-top: 30px;
  }
  #block-menudesktop li.nav-item a.nav-link--contact {
    border-right: 3px solid #283365;
  }
  #block-menudesktop li.nav-item a.nav-link--user {
    border-left: 3px solid #fff;
    border-right: 3px solid #283365;
  }
  /*#block-menudesktop li.nav-item:last-child{
    padding-top: 14px;
    margin-left: 60px;
  }*/
  /*#block-menudesktop li.nav-item:last-child a{
    color: #283365;
  }*/
  #block-menudesktop a.nav-link--user-login:before {
    content: url(../img/profil.svg);
    top: 7px;
    left: -12px;
    position: relative;
  }
  #block-menudesktop a.nav-link--user-logout:before {
    content: url(../img/logout.svg);
    top: 9px;
    left: -5px;
    position: relative;
  }
  #block-menudesktop a.nav-link--user-login, #block-menudesktop a.nav-link--user-logout {
    font-size: 12px !important;
    border-right: 3px solid #283365 !important;
    margin-left: 80px;
  }
  #block-menudesktop a.nav-link--user-login {
    margin-top: -18px;
  }
  #block-menudesktop a.nav-link--user-logout {
    margin-top: -22px;
  }
  #block-logopourmenudesktop img {
    width: 180px;
    margin-left: 180px;
    margin-right: 301px;
    margin-top: 12px;
  }

  #footer-desktop{
    background-color: #283365;
    color: #fff;
    display: flex;
    height: 60px;
    line-height: 60px;
    /* ajout LLA footer : à recetter */ 
    /*position: absolute;
    bottom: 0;
    width: 100%;*/
    /* ajout LLA footer : à recetter */
  }
  #footer-desktop a{
    text-decoration: none;
    color: #fff;
  }
  #mySidenav, #burger-menu {
    display: none;
  }
  .path-frontpage #main section.section{
    margin-top: -30px;
  }

}
@media screen and (max-width : 1023px){
  header#header, #footer-desktop {
    display: none;
  }
  #mySidenav, #burger-menu {
    display: block;
  }
}


/* Provient du bloc personnalisé fix css de la preprod */

body {
  background: none;
}
div#burger-menu {
  position: absolute;
  background: none;
  padding-left: 20px;
  padding-top: 10px;
}
span#open-nav {
  font-size: 50px !important;
  color: #111C44;
}
.path-notifications #block-odyssee-barrio-breadcrumbs{
  display: none
}


/* Home page TPE 13 10 2021 */


/*#video1 {
  margin: auto;
  display: block;
  width:100%;
}*/
.intro{
  background-image: url(../img/header-HP.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  position: relative;
  color: #0f0f0f;
  padding: 30px;
}
#intro{
  position: absolute;
  left: 24%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#cta-je-decouvre{
  padding: 8px;
  background-color: #6869f6;
  color:#f0f0f0;
  border-radius: 4px;
  text-decoration: none;
}
#cta-je-decouvre:after{
  content:url(../img/icon-fleche.svg);
  top: 5px;
  left: 3px;
  position: relative;
}
.confiance{
  color:#0f0f0f;
  padding: 30px;
  padding-left:150px;
}
.confiance h2{
  margin-bottom: 60px;
}
.entrepreneur{
  background-image:url("../img/fond-parallax.svg") ;
  background-size: cover;
  color:#f0f0f0;
  padding: 30px;
  padding-left:18%;
  height: 350px;
  padding-top: 100px;
  background-color: #0f0f0f;
}
.encart-programme{
  color:#0f0f0f;
  padding: 30px;
}
#cta-a-propos{
  padding: 8px;
  background-color: #6869f6;
  color:#f0f0f0;
  border-radius: 4px;
  text-decoration: none;
}
#cta-a-propos:after {
  content:url(../img/icon-fleche.svg);
  top: 5px;
  left: 3px;
  position: relative;
}
.jeux-home{
  background-image:url("../img/caroussel-jeux.svg");
  background-repeat:no-repeat;
  color:#f0f0f0;
  padding: 30px;
  margin-bottom:30px;
  margin-left:150px;
  margin-right:150px;
  text-align: right;
  border-radius: 50px;
  height:600px;
}
.caroussel-jeux{
  background-image:url("../img/caroussel-jeux.svg");
  background-repeat: no-repeat;
  color:#f0f0f0;
  padding: 30px;
  margin-bottom:30px;
  margin-left:150px;
  margin-right:150px;
  text-align: right;
  border-radius: 50px;
  height:600px;
}
#caroussel-jeux-right{
  padding-top: 110px;
  padding-right: 100px;
}
#cta-je-joue{
  padding: 8px;
  background-color: #6869f6;
  color:#f0f0f0;
  border-radius: 4px;
  text-decoration: none;
}
#cta-je-joue:after {
  content:url(../img/icon-fleche.svg);
  top: 5px;
  left: 3px;
  position: relative;
}
.temoignage{
  background-image:url("../img/fond-temoin.svg") ;
  background-repeat: no-repeat;
  background-size:100%;
  color:#f0f0f0;
  padding: 30px;
  padding-left:18%;
  height: 600px;
}
.caroussel-temoin{
  background-color: #f0f0f0;
  color:#3B3B3F;
  padding: 30px;
  border-radius: 50px;
  height: 400px;
}
.territoire{
  color:#0f0f0f;
  padding: 30px;
  padding-left:18%;
}
#zone-territoire{
  text-align: right;
}
#cta-decouvrir{
  color:#6869f6;
  text-decoration: none;
}
.partenaires{
  color:#0f0f0f;
  padding: 30px;
  padding-left:150px;
}
.partenaires h1{
  margin-bottom: 60px;
}
.field__label{
  display:none;
}
/* Mentions légales TPE 18 10 2021 */
.mentions-legales h1:after{
  content: "";
  background: #263269;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 420px;
  top: 110px;
}

/* à propos TPE 18 10 2021 */

.jeux-home{
  left: 150px;
  top: 100px;
}
.mot-directeur{
  padding: 30px;
  padding-left:150px;
  background-color: #FFFFFF;
  border-radius: 50px;
  height: 400px;
  margin-left: 20%;
  margin-bottom: 100px;
  margin-right: 20%;
}
.programme-ecole{
  background-image:url("../img/Programme-illu.svg");
  background-repeat: no-repeat;
  padding: 30px;
  padding-bottom: 250px;
  padding-left:150px;
  margin-left: 15%;
}
#contact-ecole{
  padding: 8px;
  background-color: #6869f6;
  color:#f0f0f0;
  border-radius: 4px;
  text-decoration: none;
}
#contact-ecole:after {
  content:url(../img/icon-fleche.svg);
  top: 5px;
  left: 3px;
  position: relative;
}
.grands-axes{
  padding: 30px;
  padding-left:20%;
}
.grands-axes img{
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px #2699fb33;
  padding:10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
#demander-infos{
  padding: 8px;
  background-color: #6869f6;
  color:#f0f0f0;
  border-radius: 4px;
  text-decoration: none;
}
#demander-infos:after {
  content:url(../img/icon-fleche.svg);
  top: 5px;
  left: 3px;
  position: relative;
}



/***** PAGE LOGIN ******/

.login-block.encart-presentation {
  border-radius: 40px;
}
.login-block.encart-presentation .block-left{
  display: flex;
  align-items: center;
  justify-content:center;
  justify-content: center;
  flex-flow: column;
  background: #fff;
}

.login-block.encart-presentation .block-left a{
  text-decoration:none;
opacity:0.7;
}

.login-block.encart-presentation .block-left img{
 max-width:60%;
margin-bottom:30px;
}


.login-block .block-right{
  background-image:url( /themes/custom/odyssee_barrio/img/fond-login.svg );
  background-size:cover;
  background-repeat:no-repeat;
}
.login-block .block-right .text{
  margin-bottom:30px;
}

.login-block .block-right .cards{
   place-content: space-around;
  margin-top:30px;
  margin-bottom:80px;

}
.login-block .block-right .card{
  align-items: center;
  width:200px;
  height:150px;
}

.login-block .block-right .card > img{
  width:70%;
  margin-top:-50px;
  text-align:right;
  margin-bottom:20px;
}

.login-block .block-right .cards:nth-child(3) .card:nth-child(2) > img{
  height:100%;
}
.login-block .block-right .cards:nth-child(3) .card:nth-child(1) > img{
  margin-bottom: 10px;
}

.login-block .block-left .form-submit{
  background:#6869F6;
  border-color:#6869F6;
  border-radius:0;
  width:100%;
  transition:.3s;
  -webkit-transition:.3s;
}
.login-block .block-left input{
  max-width:100%;
}
.login-block .block-left .form-submit:hover{
  opacity:0.9;
  transition:.3s;
  -webkit-transition:.3s;
}

/* Notre acutalite TPE */

.block-views-blockles-dernieres-actualites-block-1 .views-row{
  flex-shrink: 0;
  width: 250px;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: 30px;
  margin-right:50px;
}
.block-views-blockactualites-de-l-association-odyssee-block-1 .views-row{
  flex-shrink: 0;
  width: 250px;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: 30px;
  margin-right:50px;
  text-decoration: none;
}
.block-views-blockgerer-son-entreprise-block-1 .views-row{
  flex-shrink: 0;
  width: 250px;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: 30px;
  margin-right:50px;
  text-decoration: none;
}
#cta-actualite-aticles{
  padding: 8px;
  background-color: #6869f6;
  color:#f0f0f0;
  border-radius: 4px;
  text-decoration: none;
  border: none;
}
.block-views-blockderniere-actualite-block-1 h2 {
  margin-bottom: 50px;
}

/* LLA Page de connexion */
#edit-name--description, #edit-pass--description{
  display: none;
}


/* DNE HOMEPAGE FIX */

/***** FIX DESKTOP *******/

.path-frontpage main.main-content{
  background:#ffffff;
  padding:0;
}
main.main-content .container{
  max-width:1140px;
}
.path-frontpage .confiance,
.path-frontpage .programme,
.path-frontpage .temoignage,
.path-frontpage .territoire,
.path-frontpage .partenaires
{
  padding:30px 0;
}

.path-frontpage .jeux-home{
  margin:0;
}
.path-frontpage .confiance h1{
  margin-bottom:20px;
}

.path-frontpage .confiance .align-left{
  float:initial;
}

.path-frontpage .entrepreneur{
  padding:70px 0 150px 0;
  height:auto;
  background-attachment: fixed;
  background-position: center;
  background-image:url(../img/bckg-homepage.svg);
}

.path-frontpage .business-game{
  position:relative;
  z-index:10;
}
.path-frontpage .temoignage{
  position:relative;
  z-index: 1;
  padding-top: 150px;
  margin-bottom: 150px;
}

.caroussel-temoin{
  background: #ffffff;
  margin: 0 auto;
  box-shadow: 0px 20px 40px #2699fb33;
}

.game h1{
  margin-top:40px;
}

.menu-jeu {
  padding-bottom: 20px;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 40px;
}


.path-frontpage main.main-content{
  padding:0;
  background:#fff;
}
/*.page-node-48 h1 {
  max-width:1140px;
  margin:0 auto;
  padding:40px 0;
}*/
.a-propos-header img{
  margin-top:-70px;
  margin-bottom: -30px;
}
.mot-directeur{
  margin:0 auto;
  max-width:900px;
  margin-bottom:60px;
}
.programme-ecole{
  margin:0 auto;
  /*max-width:1140px;*/
  max-width:1022px;
  background-size:contain;
  padding-bottom: 30px;
}
.grands-axes{
  padding:0;
  margin:0 auto;
  max-width:1140px;
}
.grands-axes img {
  border-radius:10px;
  width:150px;
  margin-bottom:30px;
  padding:40px;
}
.path-frontpage main.main-content{
  background:#ffffff;
  padding:0;
}
.path-contact main.main-content section{
  max-width:1140px;
  margin:0 auto;
}
/*.path-contact main.main-content form{
  width:50%;
}*/

.path-contact button{
  background:#6869F6;
  border-color:#6869F6;
  border-radius:1px;
}
.path-contact button:hover{
  background:#6869F6;
  border-color:#6869F6;
  opacity:0.85;
}

select{
  border: 2px solid #3e3e3e;
  display: block;
  width: 100%;
  max-width: 80%;
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
}
textarea.form-control{
  border: 2px solid #3e3e3e;
}

article{
  margin-top:30px;
}

.post-show .image-teaser{
  margin-bottom:20px;
}
.post-show .extrait-teaser p{
  color:#797676;
  font-weight:500;
}



@media only screen and (max-width: 600px) {
  .encart-presentation .block-left,
  .encart-presentation .right {
    width: 100%;
  }

  .encart-presentation .block-left {
    border-radius: 25px 25px 0 0;
  }

  .encart-presentation .right {
    border-radius: 0 0 25px 25px;
  }

  .encart-presentation {
    margin: 0;
  }

  .carousel {
    margin-top: 30%;
  }

  .carousel-indicators {
    bottom: 0;
    left: 0;
  }
  .a-propos-header p{
    margin: 30px 10% 50px 10%;
  }
}

/* LLA Page modifier mes infos */
/*Font Awesome Fonts*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
}
.path-modifier-mes-infos .modif-infos {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px;
}
.path-modifier-mes-infos input#edit-nom:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f044";
  position: absolute;
  right: 6px;
}
.path-modifier-mes-infos .modif-infos button, .path-modifier-mes-infos .modif-infos input, .path-modifier-mes-infos .modif-infos a.bouton, .path-dons button#edit-submit {
  width: 100%;
  border-radius: 0px;
  height: 40px;
}
.path-modifier-mes-infos .modif-infos input, .path-dons input {
  border: 1px solid #a6a6a6 !important;
  max-width: 100% !important;
}
.path-modifier-mes-infos .btn-annuler a {
  text-decoration: none;
  color: #0089FF;
}
.path-modifier-mes-infos #edit-submit, .path-dons button#edit-submit {
  background-color: #6869F6;
  border: none;
}
.path-modifier-mes-infos #edit-submit:hover, .path-dons button#edit-submit:hover {
  opacity: 0.85;
  border: none;
}
.path-modifier-mes-infos .btn-annuler:hover {
   opacity: 0.65; 
}
.path-modifier-mes-infos .user-picture svg {
  position: relative;
  top: -16px;
  left: 83px;
}
.path-modifier-mes-infos .info-form {
  font-size: 10px;
  color: #f44336;
}
.path-modifier-mes-infos #edit-password, .path-modifier-mes-infos #edit-password-confirmation {
  width: 80%;
}
.path-modifier-mes-infos .input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a6a6a6;
}


#home-owl-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}
#home-owl-carousel  .item {
}
#home-owl-carousel .item.odyssee1 {
  background-image: url(/themes/custom/odyssee_barrio/img/header-odyssee-new.jpg);
  min-height: 450px;
  background-size: cover;
  background-position-x: center;
}
.node__content {
  margin: 0px;
}
.home-owl-carousel{
  width: 100%;
  padding: 0px !important;
}
 /** toutes les actualités **/
.block-views-blocktous-les-articles-gerer-son-entreprise-block-1 .views-row{
  flex-shrink: 0;
  width: 250px;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: 30px;
  margin-right:50px;
  text-decoration: none;
}
.block-views-blocktous-les-articles-actualites-de-l-association-odyssee-block-1 .views-row{
  flex-shrink: 0;
  width: 250px;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: 30px;
  margin-right:50px;
  text-decoration: none;
}
.block-views-blocktous-les-articles-block-1 .views-row{
  flex-shrink: 0;
  width: 250px;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: 30px;
  margin-right:50px;
  text-decoration: none;
}
.page-node-129 .section,
.page-node-130 .section,
.page-node-131 .section{
  margin-left: 25%;
}
.page-node-129  .noa,
.page-node-130  .noa,
.page-node-131  .noa{
  text-decoration:none;
}
.page-node-129 .view-footer,
.page-node-130 .view-footer,
.page-node-131 .view-footer{
  margin-bottom: 20px;
}
.page-node-129 .image-teaser,
.page-node-130 .image-teaser,
.page-node-131 .image-teaser{
  border-radius:20px;
  height:100%;
  min-height:130px;
  max-width:100%;
}
.page-node-129 button,
.page-node-130 button,
.page-node-131 button{
   padding:8px 20px!important;
 }
/***** FIX V2.20211117 *******/

/**** LOGIN *****/
.login-block.encart-presentation .block-left img{
  max-width:100%;
}

.login-block .block-left{
  padding: 6em;
  background:#f7f7f9;
}

.login-block input{
  border-radius:0px;
  background:#fff;
}
.login-block.encart-presentation{
  box-shadow: -5px 6px 5px #6869f61c;
}

/*** PAGES ****/
h1{
position:relative;
}
.mentions-legales h1:after{
  left:0;
  bottom:-10px;
  top:unset;
}

/**** PAGES ARTICLES ****/

.block-views-blockles-dernieres-actualites-block-1 .views-row{
margin-right:0;
}

main.main-content{
  padding:0;
}

/**** PAGE A PROPOS *****/
main.main-content{
  padding:0;
}
.programme-ecole {
  padding-bottom: 70px;
}

input:not(input[type='submit']), textarea{
	border-radius: 0;
}

/***** PAGE JEU *****/
.block-menujeublock{
  background-color:#f0f0f3;
  padding:15px 0;
}
.block-menujeublock .menu-jeu{
  padding:0;
}
.block-menujeublock .menu-jeu .menu-parties{
  min-height:0;
  padding-bottom:5px;
}

@media only screen and (max-width: 768px)  {

  /**** LOGIN *****/
  .login-block .block-right .card{
      height: 130px;
      width: 46%;
  }
  .login-block .block-right .cards:nth-child(3) .card:nth-child(2) > img{
    height: 70%;
  }
  .login-block .block-left{
    padding: 2em;
  }
  .encart-presentation .block-right{
    border-radius: 0 0 25px 25px;
  }
  .login-block .block-right .cards{
    margin-top: 50px;
  }
  .login-block.encart-presentation{
    margin-bottom: 40px;
  }

  /***** PAGES *****/
  article {
      margin-top: 80px;
  }

  /***** MENU ******/
  div#burger-menu {
      background: none;
  }
  #burger-menu span#open-nav{
    font-size: 30px!important;
    color: #111C44;
  }

  .mot-directeur .col-first,
  .mot-directeur .col-second,
  .programme-ecole .col-first,
  .programme-ecole .col-second,
  .grands-axes .col-first,
  .grands-axes .col-second,
  .col-first,
  .col-second{
    width:100%;
  }
  .confiance .col-first,
  .confiance .col-second,
  .programme .col-first,
  .programme .col-second{
    width:50%;
  }

  .confiance .col-first img,
  .confiance .col-second img{
    width:100%;
  }

  .mot-directeur{
    padding:20px;
    height:auto;
  }

  .grands-axes h2,
  .grands-axes p{
    text-align:center;
  }
  .grands-axes .col-second{
    margin-bottom:30px;
  }

  .programme-ecole{
    padding:20px;
    background: linear-gradient(135deg,#5e3aba,#b163d1);background: -webkit-linear-gradient(135deg,#5e3aba,#b163d1);background: -o-linear-gradient(135deg,#5e3aba,#b163d1);background: -moz-linear-gradient(135deg,#5e3aba,#b163d1);background: -ms-linear-gradient(135deg,#5e3aba,#b163d1);
  }

  .caroussel-temoin{
    height: auto;
  }
  .path-frontpage .temoignage{
    margin-bottom: 200px;
  }

  .block-menujeublock{
    margin-top: 80px;
      padding: 20px 20px;
      margin-bottom: 20px;
  }


}

/***** FIX V3.20211124 *******/

/**** JEU *****/
.encart-presentation {
    box-shadow: unset!important;
    padding:unset;
}

.encart-presentation .block-left{
  background-color:#283365;
}
.miniature .modal-miniature .modal-content {
    height: auto !important;
}

.miniature .modal-miniature .modal-content .encart-presentation .block-left,
.miniature .modal-miniature .modal-content .encart-presentation .block-right{
  box-shadow: unset;
}

.view-block-autres-jeux{
  margin-bottom:60px;
}


/***** ACTUALITES ****/

.block-views-blockles-dernieres-actualites-block-1 .views-row{
margin-right:0;
}



/***** A PROPOS ****/
.mot-directeur .col-second{
  overflow-y: scroll;
  max-height: 300px;
}



@media only screen and (max-width: 1024px)  {

  .dashboard-section.dashboard-user .col-1, .dashboard-section.dashboard-user .col-11 {
      width: 100%;
      text-align: center;
      text-align: -webkit-center;
  }
  .dashboard-section.dashboard-user .col-11 a{
  display:block;
  }
  .dashboard-section .dashboard-session a{
    display:block;
    margin:10px;
  }

  .dashboard-certificat .dashboard-status span{
  display:block;
  }

  .dashboard-certificat .dashboard-document .dashboard-section{
    flex-wrap:wrap;
      margin-bottom: 20px;
      margin-right: -10px;
  }
  .dashboard-document .document{
    width:100%;
    margin-bottom:10px;
    padding:10px;
  }
  #block-filtrespagephototeque {
    margin-left: 20px;
  }
  #block-views-block-temoignage-block-1 {
    width: 95%;
    margin: auto;
  }
  .programme-ecole{
    padding:20px;
    background: linear-gradient(135deg,#5e3aba,#b163d1);
    background: -webkit-linear-gradient(135deg,#5e3aba,#b163d1);
    background: -o-linear-gradient(135deg,#5e3aba,#b163d1);
    background: -moz-linear-gradient(135deg,#5e3aba,#b163d1);
    background: -ms-linear-gradient(135deg,#5e3aba,#b163d1);
    margin-bottom: 30px;
  }
  .programme-ecole .col-first,
  .programme-ecole .col-second {
    width:100%;
  }


}


/********* TEMOIGNAGES ***********/
article.node--type-temoignages{
  max-width: 70%;
  background: #ffffff;
  margin: 30px auto;
  padding:80px 40px;
  box-shadow: 0px 20px 40px #2699fb33;
  border-radius:40px;
}
/**** CSS TEMOIGNAGE V2*****/

.temoignage-unique{
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgb(104 105 246 / 12%);
    padding: 20px;
    margin: 10px auto;
}
.temoignage-unique.row{
    height: 100%;
    align-items: center;
}
.img-temoin > img {
    width: 90px;
    height: 90px;
    background: #283365;
    border-radius: 100%;
}
.temoignage-unique col-2{
    align-self: center;
    text-align: center;
    text-align: -webkit-center;
}
.temoignage-unique .info-temoin:nth-child(1) {
    font-size: 1.2em;
    font-weight:bold;
}
.temoignage-unique .info-temoin:nth-child(2) {
    font-size: 1.1em;
    color:#a25ac4;
    font-weight:bold;
}
.temoignage-unique .info-temoin:nth-child(3) {
    font-size: 0.8em;
    color: #6869f6;
    margin-top: 4px;
    font-weight: bold;
}
.temoignage-unique .description{
  padding-top:10px;
}


/***** CONTACT FORM *****/
.contact-form {
margin:60px auto;
}

.contact-form .block-left,
.contact-form .block-right{
    align-self: center;
}
.contact-form h1{
  position:relative;
  margin-bottom:30px;
}
.contact-form h1:after{
  content:"";
  width:8%;
  height:2px;
  position:absolute;
  background:#3b3b3b;
  left:0;
  bottom:-20px;
}
.contact-form button{
  max-width:80%;
  width:100%;
}


/*** Filtre Témoignanes ***/
#mot-violet {
  font-size: 1.1em;
  color: #a25ac4;
  font-weight: bold;
  margin-right: 20px;
}

.filtres-temoignages, .filtres-phototheque {
  display: inline-block;
  max-width: 700px;
  margin: auto;
}

.filtres-temoignages li, .filtres-phototheque li {
  color: #263269;
  margin-right: 15px;
  display: inline;
  cursor: pointer;
}

.filtres-temoignages ul, .filtres-phototheque ul {
  display: inline;
}

.filtres-temoignages li.active span, .filtres-phototheque li.active span {
  border-bottom: 1px solid #263269;
}

#block-filtrespagephototeque {
  max-width: 1170px;
  margin: 0 auto;
}


/**** PHOTOTHÈQUES ********/
#block-views-block-session-2020-block-1, #block-views-block-session-2021-block-1,
#block-views-block-toutes-les-photos-session-2020-block-1, #block-views-block-toutes-les-photos-session-2021-block-1 {
  max-width:1170px;
  margin:0 auto;
  padding-bottom:30px;
}
#block-views-block-session-2020-block-1 .img-phototheque, #block-views-block-session-2021-block-1 .img-phototheque,
#block-views-block-toutes-les-photos-session-2020-block-1 .img-phototheque, #block-views-block-toutes-les-photos-session-2021-block-1 .img-phototheque {
  width:200px;
  height:200px;
  margin:10px 0;
  border-radius:20px;
}
/*#block-views-block-session-2020-block-1 h2:after, #block-views-block-session-2021-block-1 h2:after,
#block-views-block-toutes-les-photos-session-2020-block-1 h2:after, #block-views-block-toutes-les-photos-session-2021-block-1 h2:after {
  position:absolute;
  content:"";
  width:50px;
  height:1px;
  background:#111C44;
  left:0;
  bottom:-10px;
}*/
.view-footer > a {
  color:#6869F6;
  text-decoration:none;
  margin-top:20px;
  display:block;
}
body.phototheque .close-phototheque,
body.phototheque-2020 .close-phototheque,
body.phototheque-2021 .close-phototheque {
  border-radius: 100%;
  padding: 0;
  height: 30px;
  width: 30px;
  background: none;
  margin-bottom: 10px;
  border-color: #3D3D3D;
}
body.phototheque .modal-dialog,
body.phototheque-2020 .modal-dialog,
body.phototheque-2021 .modal-dialog {
  margin: 10% auto;
  height: 80vh;
  width: 100%;
  overflow: auto;
}
body.phototheque .modal-body img,
body.phototheque-2020 .modal-body img,
body.phototheque-2021 .modal-body img {
  width: 100%;
  margin: 5vh auto;
  display: block;
}
body.phototheque .view-content -views-row,
body.phototheque-2020 .view-content -views-row,
body.phototheque-2021 .view-content -views-row {
  text-align: center;
}
body.phototheque a.pop,
body.phototheque-2020 a.pop,
body.phototheque-2021 a.pop {
  text-decoration:none;
}

@media only screen and (max-width: 768px)  {

  /***** Photothèque *****/
  body.phototheque .view-content .views-row,
  body.phototheque-2020 .view-content .views-row,
  body.phototheque-2021 .view-content .views-row {
    text-align: center;
  }
  body.phototheque .modal-dialog,
  body.phototheque-2020 .modal-dialog,
  body.phototheque-2021 .modal-dialog {
    height: 60vh;
    margin: 30% auto;
  }
}



/***** FAIRE UN DON *****/
body.faire-un-don .a-propos-header {
  margin-bottom: 100px;
}
.a-propos-header .citation-block {
  background: #fff;border-radius: 110px 110px 0;padding: 30px;color: #333;box-shadow: 20px 20px 20px #b866d45e;
}
.a-propos-header .citation-block span {
  font-weight:bold;
}
.a-propos-header .citation-block span .auteur {
  font-weight:500;letter-spacing:1px;
}

.path-user .dashboard-user {
    padding-left: 20px;
    
}


/*** Module : Password Eye ***/
.shwpd {
    margin-right: 5px;
    margin-top: -25px !important;
}