<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(../fonts/stylesheet.css);


:root{
  --menu-size: 19px;
  --menu-bigsize: 25px;
  --projet-title: 35px;
  --big-title: 64px;
  --headerH : 90px; 
  --padding: 20px;
  --max-width: 1440px;
}

* {
  box-sizing: border-box; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  width: 100%; 
  vertical-align: top;
}

ul {
  margin: 0;
  padding: 0; }

li {list-style: none; }

.hide-for-small-only{
  display: block;
}

.show-for-small-only{
  display: none;
}

a:visited{
  color: currentColor;
}


/* -----  HEADER  ---------------------------------------- */

body{
  background-color: #f8f8fa;
  overflow-x: hidden;
  line-height: 1.4;
}

body.noScroll {
  overflow: hidden;
}

header {
  height: var(--headerH);
  background-color: white; 
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: var(--padding);
  padding-bottom: 15px;
/*  max-width: var(--max-width);
  margin: auto;
  left:50%;
  transform: translateX(-50%);*/
}

.row{
  margin:0;
}

p{
  margin: 0px;
}

.HeaderBtn{
  font-family: 'Campton-Book';
  background-color: white;
}

#MenuBtn{
/*  text-align: left;*/
/*  padding-top: 1.9vw;
  padding-left: 2vw;*/
}

#MenuImage{
  display: inline-block;
  width: 36px;
/*  position: absolute;*/
  margin-top: 3px;
}

#MenuText{
  display: inline-block;
  font-size: var(--menu-size);
  margin: auto;
  margin-left: 10px;
/*  position: absolute;*/
/*  margin-left: 3vw;
  margin-top: .2vw;*/
}

#HomeBtn{
  text-align: center;
  max-width: 330px;
}

#ContactBtn{
  text-align: right;
  font-size: var(--menu-size);
/*  padding-top: 2vw;*/
/*  padding-right: 4vw;*/
}

main{
  padding-top: var(--headerH);
/*  max-width: var(--max-width);
  margin: auto;*/
}

#ContactText{
  text-decoration: none;
  color: black;
}

#ContactText:hover, #MenuImage:hover, #MenuText:hover, #HomeBtn:hover{
  cursor: pointer;
}

#ContactPopUp{
  width: 100%;
  height: calc(100vh - var(--headerH));
  position: fixed;
  z-index: -1;
  top: var(--headerH);
  left: 0;
  background-color: #f8f8fa;
  padding: calc(var(--padding)*3);
  display: none;
  overflow: scroll;
}

#ContactPopUp.Reveal{
  display: block;
}

#ContactPopUp &gt; .row{
  margin:auto;
}

/*#ContactIllu{
  position: fixed;
  background: url(Contacts_approches.png) 0 0;
  background-size: 18vw;
  width: 18vw;
  height: 19vw;
  left: 26vw;
  top: 21vw;
  color: #5448c3;
}*/

#ContactInformations{
/*  position: fixed;
  left: 50%;*/
  top: 5vw;
  color: #5448c3;
}

.ContactTitle{
  font-family: 'Campton-SemiBold';
  font-size: 50px;
  padding-bottom: calc(var(--padding)*2);
}

.ContactSubTitle{
  font-family: 'Campton-SemiBold';
  font-size: var(--menu-bigsize);
  margin-top: calc(var(--padding)*2);
}

.ContactSubText{
  font-family: 'Campton-Book';
  font-size: var(--menu-bigsize);
}

#FacebookLogo{
  margin-top: var(--padding);
  height: 50px;
  width: 50px;
  background: url(FacebookLogo.png) 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.row.social-networks{
   margin-top: 50px;
}

.social-networks li{
 margin-right: 30px;
 font-size: 40px;
}

.social-networks li a{
  color: rgb(84, 72, 195);
}

/*#HeaderLogo{
  width: 50%;
}*/

#MainMenu{
  z-index: 2000;
  position: fixed;
  width: 380px;
  top: calc(var(--headerH));
  left: -380px;
  background-color: white;
  transition: left .25s;
  -webkit-transition: left .25s;
  padding: var(--padding);
  padding-left: calc(var(--padding) * 2);
  padding-right: calc(var(--padding) * 2);
}

#MainMenu.Show{
  left: 0px;
  transition: left .3s;
  -webkit-transition: left .3s;
}

#MainMenu li{
  margin-bottom: calc(var(--padding) * 2);
}

.MainMenuBtn{
  font-family: 'Campton-SemiBold';
  font-size: var(--menu-bigsize);
  text-transform: uppercase;
/*  line-height: 5vw;*/
/*  margin-left: 3.7vw;*/
  color: #6c6c6c;
  transition: color .6s;
  -webkit-transition: color .6s;
}



.MainMenuBtn a{
  text-decoration: none; 
  color: #6c6c6c;
}

.MainMenuBtn a:hover{
  color: #5448c3;
/*  cursor: pointer;*/
  transition: color .1s;
  -webkit-transition: color .1s;
}

#SubMenu{
  padding-left: calc(var(--padding)*3);
  text-transform: none;
  margin-top: 10px;
}

#SubMenu li{
  margin-bottom: 10px;
  font-size: 19px;
  position: relative;
}

#SubMenu li::before{
  content: url(suivant_V.png);
  transform: scale(0.4);
  transform-origin: 0 0;
  display: block;
  position: absolute;
  left:-53px;
  top:-15px;
}

#SubMenu.Show{
  left: 350px;
  transition: left .3s;
  -webkit-transition: left .3s;
}

.SubMenuBtn{
  font-family: 'Campton-Book';
  font-size: var(--menu-size);
  /*width: 16vw;*/
  padding: 10px;
  background-color: white;
  transition: color .6s;
  -webkit-transition: color .6s;
}

.SubMenuBtn a{
  color: #000;
  text-decoration: none;
}

.SubMenuBtn a:hover{
  color: #5448c3;
}


.TopSlider {
  padding: 0px;
}

.Slide{
  height: 51vw;
}

.TopSlider .slick-dots {
  position: absolute;
  bottom: 3vw;
  right: 6vw;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

.TopSlider .slick-dots li button:before {
  opacity: 1;
  font-size: .8vw;
  color: #5448c3;
}

.TopSlider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #ea148c;
}

.TopSlider .slick-dotted.slick-slider {
  margin: 0px;
}

.TopSlider .slick-dots li {
  width: .8vw;
  height: .8vw;
  margin: 0 0.2vw;
}

.TopSlider ul li {
  position: relative; 
}

.TopSlider ul li .image-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.TopSlider-inner{
  position: absolute;
  left: 27.2vw;
  width: 46%;
  top: 3vw;
}

#slide-inner-1, #slide-inner-2{
  top: 15vw;
}

#slide-inner-3{
  left: 30vw;
  width: 40%;
}

.TopSliderTitre{
  font-family: 'Campton-SemiBold';
/*  position: absolute;
  left: 30vw;
  width: 62vw;
  height: 5vw;*/
/*  width: 62%;*/
  font-size: 2.9vw;
  margin-bottom: 1vw;
/*  line-height: 6vw;*/
  color: #6056c4;
}

.TopSliderText{
  font-family: 'Campton-SemiBold';
/*  position: absolute;*/
/*  left: 27.2vw;
  width: 46vw;
  height: 27vw;*/
  font-size: 2.9vw;
  margin-bottom: 2.5vw;
/*  line-height: 3.5vw;*/
  color: #6056c4;
}

.otherslide .TopSliderText{
/*  left: 30vw;
  width: 39vw;
  height: 27vw;*/
  font-size: 1.5vw;
/*  line-height: 2.3vw;*/
}

.People-wrapper{
  margin-top: 1.5vw;
}

.People{
  font-family: 'Campton-Book';
/*  position: absolute;
  top: 30.5vw;
  width: 13vw;
  height: 17vw;*/
  font-size: 1vw;
  line-height: 1.5vw;
  color: #6056c4;
}


.People p{
  margin-bottom: 1vw;
}

/*#People1{
  left: 30vw;
}

#People2{
  left: 44vw;
}

#People3{
  left: 58vw;
}*/

.projet {
  padding: 6vw;
  padding-top: 10px;
  background-color: #fafafb ;
}

.previousPage{
  font-family: 'Campton-SemiBold';
  margin-top: 20px;
  margin-bottom: 20px;
  color: #5448c3;
  cursor: pointer;
}

.projet .slick-dots {
  position: absolute;
  bottom: 2vw;
/*  right: 5vw;*/
  display: block;
  width: 100%;
  padding: 0 calc(var(--padding)*2);
  margin: 0;
  list-style: none;
  text-align: right;
}

.projet .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.projet .slick-dots li button:before {
  opacity: 1;
  font-size: 10px;
  color: #ffffff;
}

.projet .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #5448c3;
}


.projet .slick-dotted.slick-slider {
/*  margin: 0px;*/
}

.projet .slick-dotted.slick-slider{
  margin-bottom: 0;
}

.PageContentTitle{
  font-family: 'Campton-SemiBold';
  font-size: var(--projet-title);
  line-height: 1.25;
  display: inline-block;
}

.category-logo{
/*  min-width: 80px;
  position: absolute;*/
/*  right: 15px;
  top: -20px;*/
  min-width: 80px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 125px;
}

.category-logo img{
/*  width: 180%;*/
}

.PageContentTitle{
  color: #FFF;
  width: calc(100% - 130px);
}

.PageContentTitle a{
  color: inherit;
  text-decoration: none;
}

.Frise{
  width: 18.2vw;
  height: 3vw;
  display: flex;
  background: url(phrise_projet.png) 0vw 1.2vw;
  background-size: 18.2vw;
  background-repeat: no-repeat;
  text-align: -webkit-left;
  margin-top: 1vw;
}

  /*width: 22.85vw;
  height: 3vw;
  display: flex;
  background: url(phrise_projet.png) 0 1.1vw;
  background-size: 22.9vw;
  background-repeat: no-repeat;
  text-align: -webkit-left;
  margin-top: 1vw;*/

.FriseDate{
  font-family: 'Campton-SemiBold';
  font-size: 0.75vw;
  display: inline-block;
  margin: auto;
  margin-top: 0px;
  color: #989898;
}

.FriseDate.Selected{
  color: #333333;
}

.FriseDot{
  background: url(point_phrise_projet.png) 0 0;
  background-size: 1vw;
  background-repeat: no-repeat;
  text-align: -webkit-left;
  width: 1.1vw;
  height: 1.1vw;
  margin: auto;
  margin-top: .55vw;
  visibility: hidden;
  mix-blend-mode: multiply;
}

.FriseDot.Reveal{
  visibility: visible;
}

.PageContentText{
  font-family: 'Campton-Book';
  font-size: var(--menu-size);
  line-height: 1.4;
  padding-bottom: var(--padding);
  padding-top: var(--padding);
}

.Description{
  font-family: 'Campton-Book';
  font-size: 20.5px;
  line-height: 1.4;
  width: 95%;
}

/* Pour la page projet */
.ProjectSlider .ProjectSlide{
  width: 100%;
}

/* Pour la page d'accueil */
.ProjectSlide{
  width: 90%;
  margin: auto;
  position: relative;
  margin-bottom: calc(var(--padding) * 4);
}

.ProjectSlide .PageContentTitle, 
.ProjectSlide .PageContentText{
  color: #333333;
} 

.ProjectSlide:first-child .PageContentTitle, 
.ProjectSlide:first-child .PageContentText{
  color: #FFF;
} 

.SmallSliderImage{
  padding: 0;
}
.PageContent{
  top:0;
  height: 100%;
  color: white;
  padding: calc(var(--padding)*2);
  position: absolute;
  z-index: 99;
  overflow: scroll;
}

.PageContent.col-md-4{
  flex-basis: 36%;
  max-width: 36%;
}

/*.PageContent p a{
  color: #FFF;
}*/

.FastReturn{
  display: none;
  position: relative;
  left:-51px;
  top: 51px;
  width: 51px;
  height: 51px;
  background-color: #FFF;
}

.FastReturn::before{
  content: url(fleche_retour_V.png);
  display: block;
  transform: scale(.4);
  transform-origin: 0 0;
}

.FastReturn.active{ display:block; }



/*.FastReturn{
  position: relative;
  top: 3vw;
  width: 3vw;
  height: 3vw;
  left: -3vw;
  margin-top: -3vw;
}*/

.FastReturn:hover{
  cursor: pointer;
}



.slick-disabled{
  display: none !important;
}

.slick-prev::before, 
.slick-next::before{
  display: none;
  content: url(precedent_V.png);
  display: block;
  transform: scale(.4);
  transform-origin: 0 0;
  opacity: 1;
}

.slick-next::before{
  content: url(suivant_V.png);
}

.slick-arrow{
  top: 51px;
  width: 53px;
  height: 53px;
  transform: none;
  background-color: #FFF;
}

.slick-next{right: -53px;}

.slick-prev{left: -52px;}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  background-color: #FFF;
}

.CloseThumbnail{
  display: none;
  z-index: 101;
  position: fixed;
  width: 3vw;
  height: 3vw;
  right: 3vw;
  top: calc(((100vh + 5vw) - 46.85vw) / 2);
}

.CloseThumbnail{
  background: url(fermer_V.png) 0 0;
  background-size: 3vw;
}

.CloseThumbnail:hover{
  cursor: pointer;
}

.PopUp .CloseThumbnail{
  display: block;
}

.projets{
  background-color: #f1f0fa;
  padding-top: 14vw;
  padding-bottom: 17vw;
}

.AllProjectTitle{
  font-family: 'Campton-SemiBold';
  font-size: var(--big-title);
  color: #5448c3;
  margin: 0px;
  width: 100%;
  text-align: center;
}

#ProjectsList{
  margin: auto;
  margin-top: 3vw;
}

#ProjectsList a{
  text-decoration: none;
}

.ProjectThumbnail{
  padding: 15px;
  text-align: center;
  font-family: 'Campton-Book';
  color: #5448c3;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.ProjectThumbnail:hover{
/*  color: #e2d12f;*/
}

.ProjectThumbnail img{
  margin-bottom: 1.5vw;
  border-radius: 50%;
}

.ProjectThumbnail:hover{
  filter: contrast(140%);
}

.publications{
  padding-top: 14vw;
  padding-bottom: 17vw;
}

.PublicationsList li{
  cursor: pointer;
}

.PublicationsList .ProjectThumbnail.active{
  color: #e2d12f;
}

.PublicationDescriptionPanel{
  position: fixed;
  height: calc(100vh - var(--headerH)); 
  right: -100%;
  top: var(--headerH);
  background : #e9f8f4;
  padding: 50px 40px;
  z-index: 100;
  overflow: scroll;
  transition: all 0.8s ease;
}

.PublicationDescriptionPanel.active{
  right: 0;
}

.PublicationDescriptionPanel.active .closePublication{
  right: 20px;
  transition: all 0.8s ease;
}

.closePublication{
  font-family: 'Campton-Book';
  font-size: 50px;
  position: fixed;
  cursor: pointer;
  z-index: 101;
  right: -100%;
  top: calc(var(--headerH));
}

.PublicationDescriptionPanel h2{
  font-family: 'Campton-SemiBold';
  font-size: var(--projet-title);
  margin:0 0 20px 0;
}

.PublicationDescriptionPanel p{
  font-family: 'Campton-Book';
  font-size: 20.5px;
  line-height: 1.4;
}

.PublicationDescriptionPanel p a{
  color: #5448c3;
}

.PublicationLink{
  margin-top: 20px;
  margin-bottom: 40px;
}

.PublicationLink a{
  font-family: 'Campton-SemiBold';
}

.PublicationLink a:hover, .PublicationDescriptionPanel p a:hover{
  color: #e2d12f;
}


.HideProjet{
  display: none;
}

.PopUp{
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #f1f0fa;
  display: block;
  padding-top: calc(((100vh + 5vw) - 46.85vw) / 2);
}

.Infos{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vw;
  background: url(fond_quisommesnous.png) 80px 0;
  background-size: 60%;
  background-repeat: no-repeat;
}

.innerInfos{
  align-items: flex-start;
}

.InfosTitle{
  font-family: 'Campton-SemiBold';
  color: #5448c3;
  text-align: right;
  font-size: 49px;
  line-height: 1.2;
  padding: var(--padding);
  padding-top: calc(var(--padding)*2);
}

.InfosContent{
  background-color: white;
  color: #5448c3;
  padding: calc(var(--padding) * 2);
  padding-left: 50px;
  column-count: 3;
  column-gap: calc(var(--padding) * 3);
}

.InfosLogo{
  width: 100px;
  margin-bottom: 10px;
}

.InfosContent a{
  color: inherit;
}

.InfosContent .link-btn{
  margin-top: 20px;
}

.InfosContent .link-btn a{
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #5448c3;
  text-align: center;
  margin-top: 0px;
  padding: 10px 20px;
  border-radius: 20px;
}

.SmallArrow{
  position: absolute;
  margin-left: -35px;
  margin-top: 7px;
  width: 25px;
}

.InfosContent li{
  margin-bottom: 35px;
  page-break-inside: avoid;           /* Theoretically FF 20+ */
  break-inside: avoid-column;         /* Chrome, Safari, IE 11 */
  display:table;                      /* Actually FF 20+ */
}


.InfosContentTitle{
  font-family: 'Campton-SemiBold';
  font-size: var(--menu-bigsize); 
}

.InfosContentText{
  font-family: 'Campton-Book';
  font-size: var(--menu-size);
  line-height: 1.6;
}

.InfosFeature{
  font-family: 'Campton-SemiBold';
  background-color: #5448c3;
  color: white;
  padding: calc(var(--padding)*2);
  font-size: var(--menu-bigsize);
  line-height: 1.4;
  margin-top: 115px;
}

.InfosTagLine{
  font-family: 'Campton-SemiBold';
  color: #5448c3;
  font-size: 49px;
  line-height: 1.2;
  padding: var(--padding);
  padding-top: 0;
  margin-top: 115px;
}

.FlecheInfos{
  background: url(bas.png) 0 0;
  background-size: 4.3vw;
  background-repeat: no-repeat;
  -webkit-transform: rotate(82deg) scaleX(-1);
  transform: rotate(82deg) scaleX(-1);
}

.Selection{
  margin-top: 20vw;
}

#SelectionProjectsTitre{
  font-family: 'Campton-SemiBold';
  color: #5448c3;
  text-align: center;
  font-size: var(--big-title);
  z-index: 100;
  margin-bottom:0;
  margin-top: 0;
}

#SelectionProjectsTitreFleche:before{
  content: url(bas.png); 
  text-align: center;
  display: block;
  transform: scale(.7);
  margin-top: -30px;
}

.TousProjectsTitreFleche{
  width: 40px;
  margin: auto;
}

.TousProjectsTitreFleche:before{
  content: "";
  text-align: center;
  margin: auto;
  display: block;
  background-image: url('bas_violet.png');
  width: 50px; 
  height: 65px;
  background-size: 50px 65px;
}

#toutes-les-reflexions .TousProjectsTitreFleche:before{
  background-image: url('bas_vert.png');
}

#toutes-les-formations .TousProjectsTitreFleche:before{
  background-image: url('bas_orange.png');
}

#BelowInfos{
  background-color: #f1f0fa;
  width: 100%;
  height: 13vw;
  padding: 0px;
  margin: 0px;
}

#Triangle{
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    background-color: #f8f8fa;
    width: 100%;
    height: 10vw;
    position: absolute;
    padding: 0px;
    margin: 0px;
}

.SelectionProjectsContent{
  margin-top: 3vw;
}

.SelectionProjectsContent li .PageContent .PageContentTitle,
.SelectionProjectsContent li .PageContent .PageContentText{
  color: #FFF;
}

.category-title{
  font-family: "Campton-SemiBold", sans-serif;
  color: #5448c3;
  text-align: center;
  font-size: var(--big-title);
  margin-bottom: 0;
  margin-top: calc(var(--padding) * 5);
}

.category-title::after {
  content: url(bas.png);
  text-align: center;
  display: block;
  transform: scale(.7);
  margin-top: -30px;
}

.Formation{
  background: url(approches_formation.png) 0vw 0vw;
  background-size: 39vw;
  background-repeat: no-repeat;
  background-color: #e9f8f4;
}

.FormationTitre, .ConferenceTitre{
  font-family: 'Campton-SemiBold';
  font-size: var(--big-title);
  margin-bottom: calc(var(--padding)*3);
}

.formation-inner {
  padding-top: 5vw;
}

.FormationList{
  font-family: 'Campton-SemiBold';
  font-size: 20.5px;
  line-height: 1.4;
  margin-top: 3px;
  padding-left: 0;
}

.FormationElement{
  margin-bottom: calc(var(--padding)*2);
  color: grey;
  padding-left:0;
}

.FormationElement:hover{
  cursor: pointer;
  color: black;
}

.FormationElement.Active{
  color: black;
}

#FormationDescription{
  font-family: 'Campton-Book';
  font-size: 20.5px;
  line-height: 1.4;
  padding-left: calc(var(--padding)*2);
  flex-basis: 60%;
  max-width: 60%;
}

.Conferences{
  background: url(approches_conferences.png) 57.2vw 0vw;
  background-size: 43vw;
  background-repeat: no-repeat;
  background-color: #e9f8f4;
}

.conference-inner{
  padding-left: calc(var(--padding)*3);
  padding-bottom: 5vw;
  padding-top: 5vw;
}

.ConferenceList1, 
.ConferenceList2{
  padding-right: calc(var(--padding)*2);
}

.ConferenceYear{
  font-family: 'Campton-SemiBold';
  font-size: 29px;
  margin-bottom: var(--padding);
}

.Conference{
  font-family: 'Campton-Book';
  font-size: 20.5px;
  line-height: 1.4;
  margin-bottom: calc(var(--padding)*2);
}

.Conference p{
  margin-bottom: 10px;
}

.Conference strong{
  font-family: 'Campton-SemiBold';
}

.Partenaires{
  background-color: #fefee5;
  padding-bottom: 5vw;
}

.PartenaireTitre{
  font-family: 'Campton-SemiBold';
  color: #5448c3;
  font-size: var(--big-title);
  line-height: 1.2;
  margin: auto;
  padding-top: 5vw;
  text-align: center;
  margin-bottom: calc(var(--padding)*3); 
}

figure{
  width: 72px;
  margin:0;
  display: inline-block;
}

.ListPartenaires{  
  font-family: 'Campton-Book';
  font-size: 20.5px;
  line-height: 1.2;
  vertical-align: top;
  column-count: 3;
  column-gap: calc(var(--padding)*3);
}

.ListPartenaires a{
  text-decoration: none;
  color: #5448c3;
}

.ListPartenaires a:hover{
  font-weight: bold;
  color: #5448c3;
}

.GoodBye{
  width: 16vw;
  margin-left: 43vw;
  margin-top: 2vw;
}

#Footer{
  height: 11vw;
  width: 100%;
  background-color: #e2d12f;
  font-family: 'Campton-Book';
  font-size: var(--menu-size);
  padding: calc(var(--padding)*3);
}

.slick-dots li button.HideDot{
  display: none;
}

/* Page tous les projets + filtres */
body[data-template="projets"] h1::after{
  content:"";
}

body[data-template="projets"] h2{
  font-family: "Campton-SemiBold", sans-serif;
  color: #5448c3;
  text-align: center;
  font-size: var(--projet-title);
  margin-top: calc(var(--padding) * 1);
  margin-bottom: calc(var(--padding) * 2);
}

.projet-tags{
  margin-top: 5px;
  margin-bottom: var(--padding);
}

.projet-tags li{
  display: inline-block;
  border: 1px solid #FFF;
  padding: 2px 10px 0px;
  border-radius: 10px;
  margin-right: 2px;
  margin-bottom: 6px;
  transition: all 0.2s ease;
}

.projet-tags li a{
  color: #FFF;
  text-decoration: none;
  font-family: 'Campton-Book';
  font-size: 15px;
}

.projet-tags li:hover{
  transform: scale(1.05);
}


/* --- xs ----*/
@media only screen and (max-width: 48em) {

  /* --- header --- */
  header{
    padding: 10px;
    padding-top: 5px;
    height: 60px;
  }
  #HomeBtn{
    padding-top: 10px;
  }
  #MenuImage{
    width: 20px;
  }
  #MenuText, #ContactBtn{
    font-size: 15px;
  }
  #MainMenu{
    top: 60px;
    height: calc(100vh - 60px);
  }
  #MainMenu &gt; ul &gt; li{
    margin-bottom: calc(var(--padding)*1.5)
  }
  /* --- main --- */
  main{
    padding-top: 60px;
  }

  /* --- contact --- */
  #ContactPopUp{
    top: 60px;
    padding: var(--padding);
    height: calc(100vh - 60px);
    text-align: center;
  }

  .ContactTitle{
    text-align: center;
    margin-top: var(--padding);
    font-size: 35px;
    padding-bottom: 0;
  }

  .ContactSubText, .ContactSubTitle{
    font-size: 15px;
  }

  .social-networks li{
    margin-right: 30px;
    font-size: 25px;
  }

  #FacebookLogo{
    height: 25px;
    width: 25px;
    margin:auto;
  }

  /* --- selection de projets / projet --- */
  #SelectionProjectsTitre{
    font-size: 35px;
  }

  #SelectionProjectsTitreFleche::before,
  .TousProjectsTitreFleche::before{
    transform: scale(0.5);
/*    margin-top: -40px;*/
  }

  .PageContentTitle{
    font-size: 35px;
    line-height: 1.2;
  }


  .PageContentText{
    font-size: 15px;
  }

  /* --- Infos --- */
  .Infos{
    width: 100%;
  }
  .InfosTitle{
    text-align: center;
    font-size: 40px;
  }
  .InfosContent{
    column-count: 1;
    padding-left: 60px;
  }
  .InfosContentTitle{
    font-size: 19px;
  }
  .InfosContentText{
    font-size: 15px;
  }
  .InfosTagLine{
    font-size: 40px;
  }

  /* --- Tous les projets --- */
  .AllProjectTitle{
    font-size: 40px;
  }

   /* --- Formation / Conférences --- */

  .FormationTitre, .ConferenceTitre{
    font-size: 40px;
    margin-bottom: calc(var(--padding)*2);
  }

  #FormationDescription{
    font-size: 15px;
  }

  .FormationList{
    font-size: 15px;
    padding-right: 0;
  }

  .Conference{font-size: 15px;}
  .ConferenceYear{font-size: 22px;}

   /* --- Partenaires --- */
  .PartenaireTitre{
    font-size: 40px;
    text-align: center;
    margin-bottom: calc(var(--padding)*2);
    padding-top: 15vw;
  }

  .PartenaireTitre figure{
    width: 40px;
  }

  .ListPartenaires{
    font-size: 15px;
    column-count: 2;
  }

   /* --- Projet --- */
  .projet{
    padding-left:0;
    padding-right: 0;
  }

  .previousPage{padding-left: var(--padding);}

  .projet .slick-dots {
    text-align: center;
  }

   /* --- Category --- */
  .category-title{
    font-size: 40px;
    margin-top: calc(var(--padding)*3);
  }

  .category-title::after{
    transform: scale(0.5);
    margin-top: -40px;
  }

   /* --- Publications --- */
  .PublicationDescriptionPanel{
    top: 60px;
    height: calc(100vh - 60px);
  }

  .closePublication{
    top: 60px;
  }

  .PublicationDescriptionPanel h2{
    font-size: 35px;
    line-height: 1.2;
  }
  .PublicationDescriptionPanel p{
    font-size: 15px;
  }

}

/* --- sm ----*/
@media only screen and (max-width: 64em) {
  .hide-for-small-only{
    display: none;
  }

  .show-for-small-only{
    display: block;
  }

  /* ------ Infos ------*/
  .InfosTagLine{
    text-align: center;
    margin-top: calc(var(--padding)*2);
  }

  .InfosFeature{
    margin-top: var(--padding);
  }

  /*  ----- Sélection de projets / Projet ------ */
  .ProjectSlide{
    width: 100%;
  }

  .PageContent{
    top: auto;
    padding: var(--padding);
    position: relative;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .SmallImageSlide{
    overflow: hidden;
  }
  .SmallImageSlide img{
    width: 130%;
    margin-left: -30%;
  }

  .slick-arrow{top:-53px;}
  .slick-prev {left: calc(50% - 53px);}
  .slick-next {right:calc(50% - 53px);}
  .FastReturn.active{ display:none }

  /* --- Formation / Conférences --- */
  .Formation, .Conferences{
    padding: var(--padding);
  }

  .Formation, .Conferences{
    background: rgb(236, 248, 244);
  }

  .FormationTitre, .ConferenceTitre{
    text-align: center;
  }

  .FormationElement{
    padding-right: var(--padding);
    margin-bottom: var(--padding);
  }

  #FormationDescription{
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .conference-inner, .formation-inner{
    padding-left: 0;
    padding-top: 20vw;
    padding-right: 0;
  }
  
  /*  Partenaires */
  .ListPartenaires{
    padding-left: calc(var(--padding));
    padding-right: calc(var(--padding));
  }
}







</pre></body></html>