

/*COOKIE CONSENT*/

.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb {
  background-color: var(--ocean) !important;
  color: #fff!important;
}

.freeprivacypolicy-com---nb-simple {
 
  max-width: 30% !important;

}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree {
  color: var(--ocean) !important;
  background-color: #fff !important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-reject {
  color: var(--ocean) !important;
  background-color: #fff !important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-changep {
  background-color: transparent !important;
  color: #ffffff70 !important;
}


.freeprivacypolicy-com---palette-dark .cc-pc-container {
  background-color: var(--ocean) !important;
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
 color: var(--ocean) !important;
  background-color: #fff !important;
}

.freeprivacypolicy-com---palette-dark .cc-cp-body-content {
background-color: var(--ocean) !important;
  color: #fff!important;
}

.freeprivacypolicy-com---palette-dark .cc-pc-head {
 background-color: var(--ocean) !important;
  color: #fff!important;
  border-bottom: 0px !important;
}
.freeprivacypolicy-com---pc-dialog input[type=checkbox].cc-custom-checkbox+label {
   color: #fff!important;
}


.freeprivacypolicy-com---palette-dark .cc-nb-changep {

  padding: 0 !important;
}
/**/

#map { height: 650px;z-index: 1; }

body{

overflow-x: hidden;
-moz-osx-font-smoothing: grayscale !important;
-webkit-font-smoothing: antialiased !important;


 animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
   

}



@keyframes fadeInAnimation {

 0% {
        opacity: 0;
    }

   
    100% {
        opacity: 1;
     }
}

/*p{

letter-spacing: -0.25px;
margin-bottom: 0;


}
*/
h4 {

line-height: 130%;

}


label {
  font-weight:normal;
}

table, th, td {
  border: 1px solid #00000040;
  border-collapse: collapse;

}

.block-type-table{

overflow-x:auto;}

td {

padding: 20px;}

tr:first-child{

background-color: #00000010}

table{


width: 100%;
max-width: 90vw;
overflow-x: scroll;

position: relative;
display: block;



}

h1 > strong, h2 > strong, h3 > strong, h4 > strong, h5 > strong {
    font-weight: normal ;
}



/*BODY TEXT*/

p{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
color: var(--greybody);
font-size: 20px;
line-height: 28px;
letter-spacing: -0.017em;
margin-bottom: 0px;
}


li{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
color: var(--greybody);
font-size: 20px;
line-height: 28px;
letter-spacing: -0.017em;
margin-bottom: 0px;

}
.systemfont{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.grey{
  color: var(--greybody);
}


.body-14{  
font-size: 14px;
line-height: 20px;
letter-spacing: -0.006em;
}

.body-16{
font-size: 16px;
line-height: 22px;
letter-spacing: -0.013em;
}

.body-18{
font-size: 18px;
line-height: 24px;
letter-spacing: -0.014em;
}

.body-20{
font-size: 20px;
line-height: 28px;
letter-spacing: -0.017em;
}

.body-24{
font-size: 24px;
line-height: 32px;
letter-spacing: -0.019em;
}

.body-30{
font-size: 30px;
line-height: 36px;
letter-spacing: -0.021em;
}

.body-36{
font-size: 36px;
line-height: 42px;
letter-spacing: -0.022em;
}

.body-48{
font-size: 48px;
line-height: 54px;
letter-spacing: -0.022em;
}


.body-64{
font-size: 64px;
line-height: 64px;
letter-spacing: -0.022em;
}

.body-96{
font-size: 96px;
line-height: 96px;
letter-spacing: -0.022em;
}



/**/

.grey-body{

  color: var(--greybody);
}

.blue-body{

  color: var(--ocean);
}


.gingerfont {

  font-family: 'F37 Ginger';
}


#bannerinfo{

  background-color: var(--ocean);
  color:white;
  height: 45px;
  width:100%;
  

  display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}


#bannerinfo a, #bannerinfo p{

  
  color:white;
  font-size: 18px;
  margin:0;
  line-height: 18px;
 
}

#closebannerbutton{position: absolute; right:0}

figcaption{font-size: 14px;
line-height: 20px;
letter-spacing: -0.006em;}

.blocks {
 display: flex;
    align-items: flex-start;
    grid-row-gap: var(--regularspacing);
    flex-direction: column;
    flex-wrap: nowrap;
}

.blocks > div{
 width:100%;
}

.blocks > figure, .blocks > figure > picture > img {
 width:100%;
 height:auto;
}



.block-type-text{
 display: flex;
    align-items: stretch;
    grid-row-gap: 24px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.block-type-resources{
 width:100%;
}


.block-type-person{
  height: 100%;
}
.block-type-person > .contributor{
  height: 100%;
}
.column > .blocks{height: 100%;}
.blocks > li{
margin-bottom: -10px;
}

blockquote {
  
  padding: 0px;
  border-left: 0px;



margin-top: 10px;
margin-bottom: 10px;
font-family: 'F37 Ginger', sans-serif;
color: #1e2a55;
font-size: 24px;
line-height: 130%;

}


.backgroundpage-white {
  background-color: white !important;}


.backgroundpage-beige
{background-color: #f8f6f4 !important}

.backgroundpage-transparent
{background-color: transparent !important;
padding-top: 0 !important;}


.hero-text-2{

  width: 100%;
}


.hoover-change {

/*  margin-top: 0 !important;*/
margin-right: 10px;
}

.button-white-and-dark-blue.hoover-change{

margin-top: 0;

}

.blockquote-footer.p-3 {
  margin-top: var(--smallspacing);
}

.explorecourses{
  
  margin-bottom: 16px;
  font-family: 'F37 Ginger', sans-serif;
  color: var(--ocean);
  font-size: 16px;
  line-height: 100%;
  font-weight: normal;

    align-self: flex-start;
}


.buttoncourseshp{
  
  margin:auto;
}

.contributorcover{

  align-items: start;

  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--largespacing);
}


.course-cards-section-hp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profil-picture > picture > img {

height: 100%;
width: 100%;

}


#closebannerbutton{

  background-color: transparent;
  font-size: 0px;
  margin-right:16px;
}

#closebannerbutton > img{

width:16px;
}

blockquote > footer {


font-size: 16px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;

}

section > h2 {
  margin-top: 0px;
margin-bottom: 0px;
}

li{

letter-spacing: -0.25px;

}
.body-xsmall{

  font-size: 14px;
}


 .hidden {
      opacity: 0;
    }

    .visible {
      opacity: 1;
      transition: opacity 1s ease-out;
    }



.hide{

  display: none !important;
}


.show{

  display: block !important;
}    



.grid-title-course{

width: 100%;

}

.container{

width: 80%;
min-width: 1080px;

}


h5 {
  margin: 0;
  line-height: 140%;

}

.body-small{line-height: 140%;}

h2 > strong {
  background-image: url('../images/texture-brown.jpg');
  background-size: auto;
  color: #86201b;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

h2 > em {
  background-image: url('../images/blue-texture.jpg');
  background-position: 50% 50%;
  background-size: auto;
  color: #1e2a55;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  
  font-style: normal;
}

h3{
margin-bottom: 0px;

}



h2{
margin: 0px;

}

.project-text > h3{
margin-bottom: 0px;
width: 90%;
line-height: 110%;
}

.project-text {
    row-gap: var(--regularspacing);
display: flex;
flex-direction: column;
  
  
}


.project-content > .button-beige-and-dark-blue {
padding: 12px 24px;
}

.project-text-2 {
 padding: 40px;
 display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
}


.project-text-2 > .paragra-ph {
  font-size: 18px;
}


.project-image-single-page{

overflow: hidden;


}



.project-image-single-page > picture > img{

  height: 100%;


}


li{



line-height: 160%;

list-style-position: inside;

}


.heading {
  margin-top: 0px;
}

.testimonial.border.no-image-testimonial{

margin-top: 30px;
margin-bottom: 30px;
}


.testimonial.border.no-image-testimonial > .paragraph {

margin: 0;


}


.contributor-information-wrapper {
  
  width: 60%;
}


.contributor-details {

grid-row-gap: 20px;

}

.testimonial.border {

padding-top: 50px;
padding-bottom: 50px;

}



.link-menu > .submenu {

	
	opacity: 0;
	display: none;

}

 .link-menu > .submenu > ul {

    list-style-type: none;
}


.link-menu:hover > .submenu {

	opacity: 1;
display: flex;
width: max-content;
    background-color: white;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
}


.link-menu > a {

	text-decoration: none;
	font-family: F37 Ginger;
}




.link-menu:hover  {
cursor: pointer;

}




.dropdown-icon{

margin-left: 5px;
  margin-right: 0px;


}


.link-sub-menu:hover {
    border-radius: 0px;
    background-color: unset;
    color: unset;
    
}


/*FILTER COURSES*/


.toggle-filter {
  display: flex;
  align-items: center;
}

.page {
 font-size: 14px;
  line-height: 18px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
}

a.page:visited {
  color: #706b5f;
}


.active .page {
  color: black;
}

.active .page > a.page:visited {
  color: black;
}

.active .page:visited {
  color: black;
  font-weight: 600;
}


.pagination {

  list-style-type: none;
  display: flex;
  margin: auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pagination > li.active {

  margin: 0;
  width: 40px;
  height: 40px;
display: flex;
justify-content: center;
}





.pagination a{


  font-weight: 600;
font-size: 14px;



letter-spacing: -0.5px;

color: #7D766A;
text-decoration: none;

}


.pagination [aria-current='page'] {
padding: 10px 16px;


width: 39px;
height: 39px;

background: #F1E4CF;
border: 1px solid rgba(125, 118, 106, 0.2);
border-radius: 160px;
}



.pagination .active {
  border: 1px solid black;
  border-radius: 6000px;
  padding: 10px;
  margin: 0;
}

.pagination > li {


  margin: 10px;
 font-size: 16px;
}


li span:empty{display: none;}

#filters-button-mobile{
display: none;
}

#filters-close{
display: none;
}

#updatefilters{
 display: none;

  }
#macy-container {
  margin-top: 75px;
}
.level_s > .ms-drop.bottom > ul, .time_s > .ms-drop.bottom > ul, .type_s > .ms-drop.bottom > ul{

display: flex;
flex-direction: row;
list-style-type:none;
column-gap: 10px;
    padding:0px;
    margin:0px;
}


.contributorsfilters {

  display: flex;
  margin-bottom: 40px;
  padding-right: 0px;

  -ms-flex-direction: column;
  flex-direction: row;
  justify-content: space-between;
    width: 100%;
align-items: center;
}



#togglelistmap{


   display: flex;
   flex-direction: row;
   column-gap: 0px;

}

#toggle-button-list, #toggle-button-map{

 padding: 10px 15px;
   box-shadow: inset 0 0 #cccccc #ccc;
   background-color: #cccccc50;
   display: flex;
   flex-direction: row;
   column-gap: 5px;
       align-items: center;
       font-size: 16px;
       letter-spacing: -0.3px;
       font-family: 'F37 Ginger';
       color: #00000050;
outline: 1px solid #00000007 ;

}

#toggle-button-list > img, #toggle-button-map > img{



opacity: 0.3;
object-fit: contain;

}

#toggle-button-list{

  border-radius: 15px 0 0 15px;
   
}

#toggle-button-map{

  border-radius: 0 15px 15px 0;
  
}

.activated{
box-shadow: 3px 3px 5px 6px #cccccc10 !important;
 background-color: white !important;
       
        color: var(--ocean)  !important;
}

.activated > img{
opacity: 1 !important;
}


#filtersystem{

display: flex;
flex-direction: row;
align-items: center;
column-gap: 16px;

}

.filterdropdowns{

  display: flex;
  flex-direction: row;
  align-items: center;
}


.area_s > .ms-drop.bottom, .discipline_s > .ms-drop.bottom {

position: absolute;
z-index: 10;
display: none;
}




.area_s >.ms-drop, .discipline_s >.ms-drop {
    background-color: #ffffff;
    z-index: 2;
    position: relative;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    padding: 20px;
/*   overflow-y: scroll;*/

}


.area_s > .ms-drop::-webkit-scrollbar-thumb, .discipline_s > .ms-drop::-webkit-scrollbar-thumb{
  background-color: #D9D2C8;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;  
}

.area_s > .ms-drop::-webkit-scrollbar, .discipline_s > .ms-drop::-webkit-scrollbar {
  width: 16px;
}

.ms-drop.bottom > ul, .ms-choice{

	padding: 0;
  font-size: 16px;
  text-transform: capitalize;
}



.ms-parent button {
  background-color: white;
  border-radius: 10px;
 
 width: 100%;
 height: 100%;
 padding: 10px 0px;
 color: var(--ocean);
}

.ms-choice > span {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 10px;
  font-weight: 500;
  padding-right: 30px;
  font-family: F37 Ginger;
}

.ms-choice > span:after {
content: '';
position: absolute;background-image: url(../images/down.svg);
width: 11px;
    height: 10px;
    right: 10px;
    top: 7px;
  
    background-repeat: no-repeat;
}



.ms-drop > ul li input[type="checkbox"]{


display: none;

}


.area_s > .ms-drop > ul li input[type="checkbox"], .discipline_s > .ms-drop > ul li input[type="checkbox"]{
display: flex;
-webkit-appearance:none;
height:15px;
width:15px;
cursor:pointer;
position:relative;
-webkit-transition: .10s;
background-color:#D9D2C8;
margin-right: 5px;
border-radius: 4px;
}


.area_s > .ms-drop > ul li input[type="checkbox"]:checked, .discipline_s > .ms-drop > ul li input[type="checkbox"]:checked{
height:15px;
width:15px;
background-color:var(--ocean);
}


.area_s > .ms-drop > ul > li,  .discipline_s > .ms-drop > ul > li,{
height: 35px;
min-width: 125px;
cursor: pointer;
}



.ms-drop > ul li input[type="checkbox"]:checked {
background-color:transparent;
display: flex;
height:0px;
width:15px;

}



.ms-drop > ul li input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
line-height:1em;
text-align:center;
color:white;
}
.ms-drop > ul li input[type="checkbox"]:checked:before {
content: '✔';
color: white;
}


.ms-drop.bottom > ul > li {
    list-style:none;
    background-image:none;
    background-repeat:none;
    background-position:0; 
    display: block ruby;
}

.level_s > .ms-choice, .time_s > .ms-choice, .type_s > .ms-choice{

	display: none;
	
}








/*.level_s > .ms-drop > ul > li > label > input, .time_s > .ms-drop > ul > li > label > input {


	display: none;
}*/

.level_s > .ms-drop > ul > li > label, .time_s > .ms-drop > ul > li > label, .type_s > .ms-drop > ul > li > label {
 cursor: pointer;
}
.level_s > .ms-drop > ul > li.selected , .time_s > .ms-drop > ul > li.selected , .type_s > .ms-drop > ul > li.selected {


background-color: var(--ocean);

}


.level_s > .ms-drop > ul > .selected > label{
 color: white;
   
}

.level_s > .ms-drop > ul > li, .time_s > .ms-drop > ul > li, .type_s > .ms-drop > ul > li{
 padding: 10px 15px;

font-family: F37 Ginger;
border-radius: 600px;
color: var(--ocean);
background-color: white;
}





.time_s > .ms-drop > ul > .selected {
    
   background-color: #e0f0f5 !important;
}


.time_s > .ms-drop > ul > li.short{

background-color: #e0f0f5 !important;
color: var(--ocean);

}

.time_s > .ms-drop > ul > li.medium{

background-color: #80adf2 !important;
color: var(--ocean);

}

.time_s > .ms-drop > ul > li.long{

background-color: var(--terra) !important;
color: var(--ocean);

}


.level_s > .ms-drop > ul > .selected > label > span::before {
 content: url('../images/close-mini-white.svg');
  width: 4px;
  height: 15px;
margin-right: 10px;
opacity: 0.5;
    position: relative;
   
}


.time_s > .ms-drop > ul > .selected > label > span::before {
 content: url('../images/close-mini.svg');
  width: 4px;
  height: 15px;
margin-right: 10px;
opacity: 0.5;
    position: relative;
   
}


.type_s > .ms-drop > ul > .selected > label > input, .level_s > .ms-drop > ul > .selected > label > input, .time_s > .ms-drop > ul > .selected > label > input {
display: none;
}

}




.type_s > .ms-drop > ul > .selected, .level_s > .ms-drop > ul > .selected, .time_s > .ms-drop > ul > .selected {
background-color: white;
border: none;
display: flex;
flex-direction: row;
align-items: center;

}



.ms-drop.bottom > ul{max-height: none !important}

.ms-no-results{


	display: none !important;
}



#macy-container{
 max-width: 1360px;
}
.showbloc {
  display: flex !important;
}


.gridresource > li {
  display: none;
}

.card {
   background-color: #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  break-inside: avoid;
  width: 100%;
}


.list{


list-style-type:none;
padding:0px;
    margin:0px;
}


.list > li {
    list-style:none;



}

#filters {
  display: flex;
  flex-direction: row;
      align-items: center;
       white-space: nowrap;
       justify-content: space-between;
    width: 100%;
      
}


.filtersresources{
  justify-content: space-between;
 }
 

#filters-people {
  display: flex;
  flex-direction: row;
      align-items: center;
      justify-content: space-between;
width: 100%;
}


.filtering{


 display: flex;
  flex-direction: row;
      align-items: center;


}
.selectfilter{

width: auto !important;
margin: 0px 40px 0 10px;

}




.search{

background-color: white;
border-radius: 10px;
min-width: 100px;
width: 20%;

padding: 10px 10px;
color: var(--ocean);
border: 1px #D3D3D3 solid;



}

.searchcontributor{

margin:0;
align-items: center;
}

.search:focus-visible{

outline: none;



}

.paragraph-12{


padding: 0px;

font-size: 16px;
color: #00000070;

}


.discipline{
  margin-top: 10px;
  color: #00000070;
}


.hero-resource{padding-bottom: 0px; margin-bottom: -50px}

.element-filters{  font-size: 0px;
  width: 0px;
  height: 0px;
  display: block;
}

label {
  display: block;
  margin-bottom: 0px;
  
  display: flex;
  align-items: center;
  font-family: F37 Ginger;
  color: var(--ocean);
}



#breadcrumb{


display: flex;
flex-direction: row;


}

#breadcrumb > li{


list-style: none;
font-size: 12px;
width: max-content;

}

#breadcrumb > li > a{


text-decoration: none;


}


ul, ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}


.actualsession {
  background-color: #1e2a55;
  color: #fff;
  margin-top: 0px;
font-size: 18px;
padding: 15px;
grid-column-gap: 5px;
grid-row-gap: 5px;
border-style: solid;
border-width: 2px;
border-color: #1e2a55;
border-radius: 15px;

font-family: 'F37 Ginger', sans-serif;

font-size: 18px;

text-decoration: none;
}

/*NAV COURSE SINGLE PAGE*/


  


.nav-side ul li {
  display: inline-block;
  width: auto;

}

.nav-side ul {
  display: flex;
flex-direction: column;

}

.nav-side ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 0px;
  color: #8B91A6;
font-family: 'F37 Ginger', sans-serif;
font-size: 16px;
}
.nav-side ul li.active {

 
}
.nav-side ul li.active a {
  color: #1E2A55;
}



/*COURSE CARDS LINKS*/

a.link-class-card{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
   
  
    display: grid;
    overflow: hidden;
    /* height: 100%; */
    grid-auto-columns: 1fr;
  
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-style: none;
    border-width: 6px 1px 1px;
    border-color: #fa815c;
    
    background-color: #fff;
    text-decoration: none;
    row-gap: 16px;
   }

  


a.link-class-card.large {
 
     grid-template-columns: 1fr 1fr;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
      /* grid-column-gap: 16px; */
    /* grid-row-gap: 16px; */
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;



}


.large-card-grid{


  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;

}

.short-card{
 
    min-height: 540px;
    order: 1;
}

.large-card-image > picture > img{
 
    height: 100%;
}


.short {

      background-color: #e0f0f5;
}



.medium {

      background-color: #80adf2;
}


.long {

      background-color: #fa815c;
}

.item-1, .item-2, .item-3{

  padding: 30px;
  display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
}


.spacing-20{
 display: flex;
    flex-direction: column;
    row-gap: 20px;
   

}

.hero-projects{

  width: 50%;
}



.project-wrapper-singlepage {

 display: flex;
    flex-direction: column;
    row-gap: 40px;

}



.bloc-features:hover > div > .button-white-and-dark-blue{


  background-color: var(--ocean);
  color: white;
}


.bloc-features:hover > div > .button-white-and-dark-blue > div > img{

filter: brightness(2000);
}


.button-dark-blue-and-white.hoover-change > div > img{

  filter: brightness(2000);


}


.button-dark-blue-and-white.hoover-change:hover > div > img{

  filter: brightness(1);


}

.arrow-right{width: 15px !important}

.logo > picture > img {

  width: auto !important;
  height: auto !important;
}


.icon > img {

  width: revert-layer !important;
  height: revert-layer !important;
}


.button-text-block > img {

  width: 15px;
  margin-right: 5px;
}


.block-type-image > figure > picture > img {

 height: auto;

}

.bloc-features{


  text-decoration: none;
}


.tagsandtypes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
    row-gap: 8px;
}



.tagsresources  {
    margin-bottom: 0px;
 
    padding: 8px 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    
    border: 1px #E5DBDB solid;
    border-radius: 60px;

    font-family: F37 Ginger;
    font-size: 14px;
    line-height: 100%;
}


.tagsresources.typebloc{
display: flex;
column-gap: 5px;
background-color: #F8F6F4;
align-items: center;
border:none}

.link-card-resource{
  text-decoration: none;
padding: 32px;
display: flex;
flex-direction: column;
row-gap: 24px;
width: 100%;
}

.icon-type{
height: 22px;


}

.card-resource:hover{
 
   outline-style: solid;
  outline-color: #F0F0F4 ;
  outline-width: thin;
  box-shadow:
  0px 1.6px 3px -5px rgba(0, 0, 0, 0.04),
  0px 13px 24px -5px rgba(0, 0, 0, 0.08)
;
 
}

.card-resource:hover .external-links-img{
 
   display: block;
 
}

.external-links-img{
  display: none;
  position: absolute;
right:0; bottom:0px}


.link-card-resource:hover .title-resource{text-decoration: underline;}

.card-resource {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;

}




.image-resource{border-radius: 4px;}

.title-resource{



  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'F37 Ginger', sans-serif;
  color: #1e2a55;
  font-size: 26px;
  line-height: 140%;
  
  letter-spacing: -0.018em;


}

.level {


  margin-left: 0;
}

.area > span {

display: none;

}



.section.coral-image{


width: 100vw;
padding-top: 0px;


}


.background-coral {


    width: 100%;
    overflow-x: hidden;
    overflow-y: clip;
        left: 10%;
              
            padding-bottom: 290px;
}

.image-19 {
  
   
    max-width: none;
     
}

.image-18 {
  display: block;
  width: 180px;
  height: auto;
  margin: auto;
}


.link-class-card:hover > div > .button-beige-and-dark-blue {


background-color: var(--ocean);
color: white;
}


.link-class-card:hover > div > .button-beige-and-dark-blue > .button-text-block  {


filter: brightness(20000);
}


.hero.hp {

  display: flex;
min-height: 740px;
margin-bottom: 0px;

    margin-top: 50px;

}

.body-big.descriptionhp {
    width: 50%;
}

.image-wrapper {

    display: flex;
    /* -webkit-box-orient: vertical; */
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-box-pack: start; */
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;
    /* -webkit-box-align: start; */
    -webkit-align-items: flex-end;
    -ms-flex-align: start;
    align-items: flex-end;
    mix-blend-mode: normal;
}

.image-7 {

    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    
}

.course-contents-section.section, .section.internal {
  background-color: white;
}



.contentcontainer.article {
  background-color: #ffffff;
  max-width: none;
  padding-bottom: 0;
}



.blog{

text-decoration: none;
padding: 32px;
display: flex;
flex-direction: column;
row-gap: 24px;
width: 100%;
/*background-color: #ffffff;*/
}


.blogli{

text-decoration: none;
padding: 32px;
display: flex;
flex-direction: column;
row-gap: 24px;
width: 100%;
background-color: #ffffff;
}


.blog-grid{

grid-column-gap: 32px;
    grid-row-gap: 32px;


}



.container-blog-article-infos{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}


.img-blog {
border-radius: 5px;
height:100%;
overflow: hidden;}



.tagsblog  {

display: flex;
flex-direction: row;

list-style-type: none;

margin-top:32px;
margin-bottom: 24px;
column-gap: 16px;
row-gap: 16px;
flex-wrap: wrap;
}


.tagscardarticle {
    display: flex;
flex-direction: row;

list-style-type: none;


column-gap: 8px;
row-gap: 8px;
flex-wrap: wrap;
}


.tagblog  {
    margin-bottom: 0px;
 
    padding: 8px 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    
    border: 1px #E5DBDB solid;
    border-radius: 60px;

    font-family: F37 Ginger;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    text-transform: capitalize;
}


.tagblog.active  {
   color:white;
   background-color: var(--ocean);
   border:none;
}







.contentcontainer {
  padding: 80px 0;
}

.section.coral-image {
  padding-bottom: 80px;
}

.section.basecamp {
  padding: 80px 0;
}

.profil-facilitator, profil-contributor {
  
  overflow: hidden;
}

.profil-facilitator > picture > img, .profil-contributor > picture > img {
  
  width: 100%;
  height: 100%;
}


.custom-facilitator{
  margin: 0px;
}


.grid-12-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: var(--largespacing);
  grid-row-gap: var(--largespacing);
  -ms-grid-columns: minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr);
  -ms-grid-columns: minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr);
  grid-template-columns: minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr) minmax(-webkit-min-content, 1fr);
  grid-template-columns: minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width:100%;
  margin: 0;
}



.courses-hero-grid{
    grid-column-gap: 0px; 
   grid-row-gap: 0px; 
}

.courses-hero-text{


 -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;

}



.courses-info-container {
  margin-top: 40px;
}


.content-page-hero.hero-courses{

padding-bottom: 40px;

}

.courses-info-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 80px;
     margin-top: var(--smallspacing);
}

.courses-category-tags-wrapper{


 -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;

}


.nav-side{


      -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}



.course-text-wrapper{
-ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 6;
    grid-column-end: 10;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
display: grid;
grid-row-gap: var(--extralargespacing);

  }


.course-text-wrapper > section{
display: grid;
grid-row-gap: var(--largespacing);

}  

.apply-button{
  -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 11;
    grid-column-start: 11;
    -ms-grid-column-span: 2;
    grid-column-end: 13;  

  }

.hero-text-course{
  -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1; 


  }

  .hero-text.articleblog {
    max-width: 800px;
  }

.hero-apply-cta{
  -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: end;
    align-self: end;}



.select-session{


-ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;


}

.apply-button-cover{
-ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;

  }

.apply-cta{
  -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1; }

.text-block{
-ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;

    }

.paragraph-11{
  text-transform: capitalize;
}
.facilitator {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.facilitator-bloc{
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.list-3 > li {
  list-style-type: none;
}

.list-3 > li > p > a {
  
}



.list-3{
  padding-left: 0;
}

.typeoffilter{
font-size: 12px;
font-weight: 500;
line-height: 100%;
text-transform: uppercase;
margin: 0;

}

.apply-cta {

padding: 0;
background-color: transparent;

}



.apply-cta > a{
  padding: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background-color: var(--terra);
  border-radius: 10px;

}



.apply-cta.grey-closed{
  padding: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background-color: #F2EEEB;
  border-radius: 10px;

}


.apply-cta.grey-closed > .apply > .text-block-7 {

opacity: 60%;

}




.apply-cta.corners > a{

  border-radius: 10px 0 0 10px;

}

.apply-cta > a:hover{

  background-color: var(--ocean);

}

.apply-cta > a:hover > .apply > .text-block-7 {

  color: var(--terra);
}

.apply-cta > a:hover > .apply > .text-block-7 {

  color: var(--terra);
}

.apply-cta > a:hover > .apply > .text-block-17 {

  filter: invert(57%) sepia(37%) saturate(766%) hue-rotate(326deg) brightness(99%) contrast(97%);
}


.apply-cta > a:hover >  .text-block-8 {

  color: var(--terra);
}



.background-image-full{

  position: absolute;
  width: 100%;
  height: 100%;

}

.background-image-full > picture > img{


  width: 100%;
  height: 100%;
  object-fit: cover;
}


.blog-image-wrapper > picture > img{


  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.section.image-section {
background-image: none;


}


.grid-split-1{

    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: auto;
    align-self: auto;

}

.grid-split-2{


-ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;

}


.grid-split-3{


    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}



.video-wrapper{


text-decoration: none;
cursor: pointer;


}


.video-wrapper:hover > div > .button-white-and-dark-blue{

background-color: var(--ocean);

}


.blog-post{


text-decoration: none;
cursor: pointer;


}


.blog-post:hover > div > .button-white-and-dark-blue{

background-color: var(--terra);

}


.section.blogli{

padding-top: 80px;

}

.sectioninfoperson{

background-color: white;

}


.grid-logos-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
      display: grid;

    width: 60%;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 0;
    margin-left: auto;
     height:100%;
  
}

.grid-logos-1{
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;

}

 .large-card-image {

  order: 2;
}


.block{

text-decoration: none;

}


.profil-contributor {
  overflow: hidden;
}


.contributorhero{

  padding-bottom: 0px;
}

.link-sub-menu {


  align-items: start;
    text-align: left;
    padding: 10px 0;
    margin: 0 10px;
   
}



.link-sub-menu::after {
  background: 0 0;
  content: '';
  display: block;
  width: 0;
height: 2px;
  height: 3px;
  transition: background,.2s ease-out;
  transition: width,.2s ease-out;

}


.link-sub-menu:hover::after {
  background: var(--ocean);
  width: 100%;
   transition: background,.2s ease-out;
  transition: width,.2s ease-out;

}



.singleitemmenu::after {
  background: 0 0;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  height: 3px;
  transition: background,.2s ease-out;
  transition: width,.2s ease-out;
margin-top: -3px;
}

.singleitemmenu:hover::after {
  background: var(--ocean);
  width: 100%;
   transition: background,.2s ease-out;
  transition: width,.2s ease-out;

}



#log-in > .singleitemmenu::after {
display: none;


}


#log-in:hover  {
background-color: var(--ocean);
color: white;

}

#log-in:hover > a {

color: white;

}


.link-menu.active{

border-bottom: 2px solid var(--ocean);
padding-bottom: 5px;
padding-top: 5px;
}


.link-menu > .active::after {

background: 0 0;
  content: '';
  display: block;
  height: 2px;
  height: 3px;
    background: var(--ocean);
  width: 100%;

}



.link-menu:hover{

color: unset;
background-color: unset;
}



.link-menu:hover > .active{

border-bottom: 0px ;
padding-bottom: 0px;
padding-top: 0px;
}

.link-sub-menu.active{

border-radius: 10px 10px 0 0;
}


.link-sub-menu.active:hover{

border-radius: 10px;
}

.project-image > picture > img {

  width: 100%;
  height: 100%;
   object-fit: cover;
}


.project-wrapper > a {

  text-decoration: none;
  height: 100%;
display: flex;
flex-direction: column;
}

.project-wrapper > a:hover > .project-content > .button-beige-and-dark-blue {
  background-color: #1e2a55;
  color: #f2eeeb;
} 

.project-wrapper > a:hover > .project-content > .button-beige-and-dark-blue > div > img{
filter: brightness(200000);
} 





.project-wrapper{

  overflow: hidden;
}



.submit-button{


  margin-left: 0px;
}

.fx-relay-email-input-wrapper{

  margin-bottom: 20px;

}

.fx-relay-email-input-wrapper > input {
 
 
  border-radius: 10px;
  height: 50px;
}

.submit-button {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: F37 Ginger;
  height: 50px;
  width: 30%;
  border-radius: 10px;
}

.form-nl {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}

.footer-pages {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;

      display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: auto;
    align-content: flex-start;
}


#w-node-_95e3986f-dc49-8acc-8e2a-9d5118d74cd2-229581e5 {
    width: 70%;
}



.grid-16 {
    margin-top: 60px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    display: flex;
    justify-content: space-between;
}


details > summary::before {
  content: url(../images/down-big.svg);
 position: absolute;
right: 0px;
  height: 25px;
  width: 25px;
  
}

details > summary{
 list-style-type: none;
  position: relative;
  cursor: pointer;

}



details > summary > .faq-title{
margin-top: 10px;
margin-bottom: 10px;
font-family: 'F37 Ginger', sans-serif;
color: #1e2a55;
font-size: 20px;
line-height: 100%;


}
.paragraph-35{

color: #555;
  margin-top: 10px;
}


.text-field {
 
    height: 50px;
    border-radius: 10px;
}

.content__gdprLegal > p {

font-style: italic;

}

.faq-answer-wrap {
 
  width: 100%;
  margin-bottom: -20px;
}

details[open] > summary::before {
  display: inline-block;
  content: url(../images/up-big.svg);
}




img{
  object-fit: cover;
/*  width: 100%;
height: 100%;*/
}


header img, .hero-wrapper img, footer img, .course-cards-grid img, .arrow-right{
 
  width: auto;
height: auto;
z-index: 1;
}

.hero-text{z-index: 2;}
.cover-hp > .image-wrapper{z-index: 0;}


.hero-wrapper.article{align-items: center;text-align: center;}



.hero-wrapper.article > .grid-title{display: flex; flex-direction: column;}

.hoover-change{
display: inline-flex;
}

.close-menu-mobile{
  background-color: transparent;
  display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.image-11{


border-radius: 10px;
overflow: hidden;

}


.image-11 img{


width: 100%;
height: 100%;

}


hr{


 margin-top: var(--largespacing);
 margin-bottom: 0; 
 border: 0px;
 border-top: 1px solid #D9D9D9;

}




.ms-drop.bottom > ul > li{
font-size: 16px;

}

.area{

  font-size: 0px;
}




.sticky-scroll-menu{
  padding-right: 40px;
  padding-left: 40px;
}

#navbar{

  display: none;
}


.course-contents-wrapper, .apply-button {
  
  top: 100px;

  }



.menu-mobile{
  display: none;
}


.contributor{text-decoration: none;border: 1px solid #dbdbdb; width: 100%;}
.contributor-map{text-decoration:none}



/*.li-person > .contributor {height: 535px;}*/



.img-basecamp-two {
 
  margin-left: 120px;
}

#log-in{


  border: 1px solid var(--ocean);
  border-radius: 10px;
  padding: 5px 15px;
  margin-left: 5px;
}

.project-hero-image {

  height: 530px;
}


.grid-15{

  column-gap: 40px;
  grid-row-gap: 40px; 
}


.project-hero-image > picture > img {
    width: 100%;

    height: 100%;
}


.project-hero-image > picture{
    width: 100%;

    height: 100%;
}


.grid-testimonial{

align-items: flex-end;

}


.grid-title-project{
  align-items: flex-start;
}

.testimonial{
height: 100%;
display: flex;
justify-content: space-between;
flex-direction: column;

}



.contentcontainer{
  width: 100%;
  position: relative;
top: 0px;
display: -ms-grid;
display: grid;
padding-top: 100px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: start;
-ms-flex-align: start;
align-items: start;
-webkit-align-content: start;
-ms-flex-line-pack: start;
align-content: start;
grid-auto-flow: row;
grid-auto-columns: 1fr;
grid-column-gap: 80px;
grid-row-gap: 80px;
-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}


.contentpage{width:100%; max-width: none;  display: flex; }



.content-page-content{
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: grid;
  grid-row-gap: var(--extralargespacing);
  grid-column-gap: var(--extralargespacing);
}


.contentpage > .content-page-content {max-width:none; display: flex;  -ms-grid-column: 1;
  grid-column-start: 1;grid-column-end:1; width: 80%;
min-width: 1080px; max-width: 1360px; margin:auto; flex-direction: column;}


.contentpage > .content-page-content > section > * {width:800px; margin:auto}

.contentpage > .content-page-content > section > .resources, .contentpage > .content-page-content > section > .people {max-width:none; margin:auto; width:100%}

.content-page-content.article {max-width:800px; width:100%;}

.content-page-content.article > div {max-width:680px; margin:auto; width:100%;}

.content-page-content.article > .block-type-text{max-width:680px; margin:auto; width:100%;}

.content-page-content.article > .block-type-image {max-width:800px; width:100%;}

..block-type-image {width:100%;}

 .content-page-content > section{

display: flex;
flex-direction: column;
grid-row-gap: var(--largespacing);
  grid-column-gap: var(--largespacing);

 }


.backbutton{
  margin-top: 10px !important;
  margin-bottom: 20px;
}

.button-beige-and-dark-blue.hoover-change {
 
  display: inline-flex;
  column-gap: 0px;
  margin-top: 0;

}


.button-beige-and-dark-blue.hoover-change:hover > div > img, .button-white-and-dark-blue.hoover-change.w-inline-block:hover > div > img {

filter: brightness(200000);

}

.text-block-4{

font-size: 14px;

}

.image-2{


width: 60%;

}


.blocaudioplayer{
  display: flex;
  flex-direction: column;
}

.content-page-hero.blogtitle {

padding-bottom: 0px;

}
.tagscardarticle.pagearticle, .linksshare.pagearticle{max-width: 680px;margin:auto;}

.pagearticle > .tagcardarticle {

background-color: #00000007;
border-radius: 60px;
padding: 8px 12px;
margin: 0 4px;
font-weight: 600;
font-size: 16px;
text-transform: capitalize;
}




.pagearticle > .tagcardpeople {

background-color: var(--beige);
border-radius: 60px;
padding: 8px 12px;
margin: 0px;
font-weight: 600;
font-size: 12px;
text-transform: capitalize;
color: var(--greybody);
}



.pagearticle.personpage
{

margin:0;

}

.personinfobloc{

display: flex;
flex-direction: column;
row-gap: 16px;
margin-bottom: 32px;
align-items: flex-start;

}

.personinfobloc > p {margin-top: 0}

.note-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
text-align: center;

border-top:1px solid #00000010;
border-bottom:1px solid #00000010;
padding: 64px 64px ;
max-width: 680px;
margin:auto;
display: flex;
flex-direction: column;
row-gap: 32px;
}
.morefromblog {
font-weight: 500;
font-size: 16px;
font-family: F37 Ginger;
text-align: center;
margin-bottom: var(--largespacing);
margin-top: var(--largespacing);
color: var(--greybody);
}

.whitebackground{background-color: white}
.articleprevnext{padding-bottom: 80px}

@media screen and (min-width: 992px) {

.blogli.firstpage:first-child {width:100%;
grid-column:1/4}

.blogli.firstpage:first-child a {
    display: grid;
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    
}



.blogli .img-blog > picture > img {height:180px; width:100%; }
.blogli.firstpage:first-child .img-blog > picture > img {height:530px; width:100%; }


.blogli.firstpage:first-child a > .img-blog{

  grid-column:1/3;
}

}
/*MOBILE*/
@media screen and (max-width: 991px) {


p{font-size: 16px;
line-height: 22px;
letter-spacing: -0.013em;}



.freeprivacypolicy-com---nb-simple {
 
 max-width: none !important;

}
#bannerinfo {
height:100%;
  padding: 16px 32px 16px 16px;
}


.contributorsfilters {
    display: flex;
    margin-bottom: 40px;
    padding-right: 0px;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    row-gap:16px;
}

#filtersystem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 16px;
    row-gap:16px;
}

.filterdropdowns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap:16px;
}


.main-infos-contributors{max-width: 200px;
}


.blogli{padding: var(--largespacing)}

.endarticle {border: 1px solid #00000010}

.note-footer {padding: var(--regularspacing)}

.tagscardarticle {

    justify-content: center;
}


.endarticle .tagscardarticle {justify-content: left; row-gap:0px;}

#take15-2 .show {display: none}


.contentpage > .content-page-content {max-width:none; display: flex;  -ms-grid-column: 1;
  grid-column-start: 1;grid-column-end:1; width: 90%;
min-width: unset; max-width:unset; margin:auto; flex-direction: column;}


.contentpage > .content-page-content > section > * {width:100%; margin:auto}

.contentpage > .content-page-content > section > .resources {max-width:none; margin:auto; width:100%}

.container.contentpage {
   width: auto;


}


.contentcontainer.article {
padding-top:var(--extralargespacing);
width:100%;
}

.contentcontainer.article > .content-page-content{

width:90%;
}

.hero-wrapper.article {
  align-items: flex-start;
  text-align: flex-start;
    text-align: left;

}
.blogli .img-blog > picture > img {height:180px; width:100%; }  

#filters-button-mobile{

 display: block;
 margin-top: -15px;
 margin-bottom: 0px;
}


.toggle-filter {
     display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
}

#filters{


   display: none;
    position: fixed;
    background-color: #F0F0F4;
    height: 100vh;
    width: 100vw;
    z-index: 999999;
    top: 0;
    left: 0;
    overflow: hidden;
    
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px;
    padding-top: 50px;
    row-gap: 20px;
}

.paragraph-72{display: none}

.typeoffilter{
  margin-top:25px;
  margin-bottom: 10px;
}
.search{width:100%}
#updatefilters{


    border-radius: 10px;
    border: 1px solid lightgrey;
height: 50px;
width: auto;
background-color: white;
padding-left: 20px;
padding-right: 20px;
align-items: center;
margin-top: 20px;


}

#filters-button-mobile {
  display: block;
  width: auto;
  height: 50px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.2);
   border-radius: 10px;
}


#filters-close {
  z-index: 9994;
  
  position: fixed;
  right: 20px;
top: 20px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #000;
  font-style: normal;
  line-height: 35px;
 
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url(../images/close.svg);
  width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
display: flex;
filter: invert(1);
}


  .cover-hp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  grid-row-gap: 40px;
}

.courses-info-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 40px;
row-gap: var(--largespacing);
}


.courses-info-container{margin-top: 40px !important}

.grid-title{

  grid-row-gap: 20px;

}

.img-basecamp-two {
 
  margin-left: 0px;
}

.hero-text {
    margin-top: 20px;
}

.content-page-hero {F
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

h1{

  margin: 0;
/*  padding: 0;*/
}


.link-menu:hover > .submenu {

    opacity: 1;
    display: flex;
 
    background-color: unset;
    margin-top: 0px; 
     border-radius: 0px; 
    padding: 0px;

    }


    .link-sub-menu:hover {
    border-radius: 0px;
    background-color: #1e2a55;
    color: #fff;
}

.link-sub-menu {
   grid-row-gap: 0px;
   padding: 0;
  
    margin: 10px 0;
}


.hero-projects {
  width: 100%;
}

.contributor-information-wrapper {
  width: 100%;
}


#w-node-_95e3986f-dc49-8acc-8e2a-9d5118d74cd2-229581e5 {
  width: 100%;
}
.body-big.descriptionhp {
  width: 100%;
}

.container {
  width: 90%;
  min-width: auto;
  margin: auto;
 
padding: 0;
}

.section {
  z-index: 2;
  padding: 0px;
  width: 100%;
}


.container.linkboxes {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.bloc-features {
    padding:  10% 5% 10% 5%;
    

}

.features-section {
padding-bottom: 0px;
}


.section.coral-image {
  padding-bottom: 0px;
  min-height: auto;
}
.background-coral {
  width: 200%;
overflow-x: hidden;
overflow-y: clip;
right: 0%;
padding-bottom: 290px;
left: auto;
}

.short-tag{

align-items: center;

margin-bottom: 20px;

}
.item-1, .item-2, .item-3 {padding:0};

.short-card {
  min-height: auto;
  order: 2;
  row-gap: var(--largespacing);
}

.large-card-image {
  order: 1;
  /*width: max-content;*/
 
}

a.link-class-card {

  display: flex;
  flex-direction: column;
}

.large-card-image > picture > img {
  height: 100%;
  width: 100%;
}


.large-card-image {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex;
    height: 180px;
    justify-content: space-between;
    align-items: flex-end;
}
.level, .orange-tag {


  position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-bottom: 0;
padding: 7px 10px;
float: left;
clear: none;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
margin: 0;
}



.courses-category-tags-wrapper {
     min-width: auto; 
}

.courses-hero-text {
     min-width: auto; 
}



.nav-side {
    
    display: none;
}

.course-text-wrapper {

width: 90%;
margin: auto;


}

.course-contents-section.section {
    display: flex;
    margin: auto;
    justify-content: center;
    flex-direction: column;
}

.course-contents-wrapper {
    left: auto;
    bottom: 10px;
    right: 0px;
    position: sticky;
    top: auto;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.apply-button {
    left: auto;
    bottom: 0px;
    width: 100%;
    right: 0px;
    position: sticky;
    top: auto;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.apply-button > .apply-cta.corners > a {

  border-radius: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


.contentcontainer{display: flex;}

.text-block{display: none !important;}

.grid-12-content { 

display: initial;

}

.grid-title-course {
  display: -ms-grid;
  display: flex;
flex-direction: column;
row-gap: 20px;
}

.hero-apply-cta{

  align-self: start;
}

 .nav-side{

  display: none;
 }


 .list-people {

  grid-template-columns: 1fr;
 }

.menu-mobile{
  display: flex;

}



.menuopen{
  display: flex;
      z-index: 99999999;
      position: fixed;
      top: 0;
      left: 0;
          width: 100%;
          overflow-y: scroll;
}

.nav-menu {

padding-top:0px ;
align-items: start;

}



.nav-menu > li {

font-size: 22px;
color: white;

}

.link-menu > a {
   color: white;
}

.link-menu > a {
   font-size: 22px;

}

.link-menu {
   font-size: 22px;
   align-items: start;

}


.link-menu > .submenu {
    opacity: 1;
    display: flex;
    position: relative;
    top: 0px;

}

.link-sub-menu {

  background-color: transparent;
  color: white;
  align-items: start;
    text-align: left;
}

.navbar-brand.mobile {

top: 0;
left: 0;

}


.sticky-scroll-menu {
  padding-right: 20px;
  padding-left: 20px;
}



.grid-logos-2, .grid-logos-1 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
      display: grid;

    width: 100%;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 0;
    margin-left: auto;

  
}

.div-block-8{

  width: 100%;
}

.logo{
  padding-bottom: 0;
  height: 25px;
}

.logo > picture > img {
    height: 100% !important;
   
}

.hero-split.images-basecamp{

  flex-direction: row;
}


.hp-wrapper img {
width: 100%;
height: 100%;
}

}







/*YOUTUBE*/

lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }


.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url('../images/play.svg') no-repeat;
  cursor: pointer;
}

.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
  width: 100%;
  height:0;
}

.youtube-player > div > img {
  height: 100%;
  width: 100%;
  opacity: 0.6;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}