.openbtn {
	position: static;
	float: none;
	margin-top: 0%;
	justify-content: center;
	width: 100%;
}
/* The sidepanel menu */
.sidepanel {
  height: 0px; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  right: 0;
  background-color: rgb(191,138,106,0); /* Light brown*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 30px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}
.sidepanel .closebtn {
  position: absolute;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 20px;
  top: 0;
  right: 25px;
  font-size: 150%;
  margin-left: 50px;
  color: #fcf8ed;
}
/* The sidepanel links */
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 260%;
  color: #fcf8ed;
  display: table;

  transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #aaddc1;
}
/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 280%;
  margin-left: 50px;
  margin-top: 50px;
}
.openbtn:hover {
  background-color: #1b454b;
}
nav {
  width: 100%;
  font-size: 40%;
  position: sticky;
  top: 0;
  padding-top: 0px;
}

nav > ul {
  /*display: flex;*/
  text-align: center;
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
  height: var(--hauteur-menu);
}

nav ul {
  list-style-type: none;
}
nav > ul > li {
  background-color: #1b454b;
  position: relative;
  height: 100%;
  flex: 1;
  padding: 3px 3px 3px 3px;
  margin-top: 0;
}
nav > ul > li > a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

li a {
  text-decoration: none;
  color: #fcf8ed;
}

.menu-deroulant > a:after{
  content: '⩔';
  font-size: 100%;
  margin-left: 4px;
  display: inline;
}

.menu-deroulant:hover > a:after{
  animation: rotationFleche 0.2s linear forwards;
}

@keyframes rotationFleche {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100%{
    transform: rotate(90deg);
  }
}

.sous-menu {
  margin-top: var(--hauteur-menu);
  width: 100%;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  border-radius: 2px;
  background-color: #1b454b;
}

.menu-deroulant:hover > .sous-menu {
  animation: apparitionSousMenu 1s forwards;
}

@keyframes apparitionSousMenu {
  0% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0);
    border-top: 0px solid #aaddc1;
  }
  30% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
  100% {
    max-height: 50em;
    border-top: 3px solid #1b222f;
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
}

.sous-menu > li:hover {
  background-color: #1b222f;
}

.sous-menu > li > a {
  align-items: center;
  display: flex;
  height: 30px;
  padding-left: 5px;
  width: 100%;
  font-size: 220%;
  border-bottom: solid 2px #1b222f;
}

.sous-menu > li:hover > a {
  color: #fcf8ed;
}
.containerOneTwo {
	margin-left: 20px;
	margin-right: 20px;
}
.containerOne {
	max-width: 100%;
	box-sizing: border-box;
	display: inline;
	padding: 0;
	float: left;
}
.buttonMarketingTranslation {
	display: none;
	margin-bottom: 50px;
}
.containerTwo {
	max-width: 100%;
	box-sizing: border-box;
	display: inline;
}
.sectionDarkBlue {
	background-image: none;
	padding: 0px 0px 10px 0px;
}
.HeaderParagraphBlue {
	justify-content: center;
	text-align: center;
}
.containerThree {
	justify-content: center;
	align-items: center;
	max-width: 100%;
	box-sizing: border-box;
	display: inline;
	padding: 15px 0px 20px 0px;
}
.containerFour {
	padding: 0px;
	width: 100%;
}
.feedback {
	background-color: #1b222f;
	background-image: none;
}
.Testimonial {
	min-height: 825px;
}
.sectionWhite {
	margin-bottom: 0px;
}
.translationServices {
	justify-content: center;
	text-align: center;
}
/*.containerFiveSixSeven {
	margin: 0px;
}
.containerEightNineTen {
	padding-bottom: 0px;
}*/
.containerSectionUnTexte {
	padding-top: 30px;
}
.containerSectionUnImageGauche {
	padding-top: 20px;
	display: none;
}
.containerSectionUnImageDroite {
	padding-top: 20px;
	display: none;
}
.containerSectionUn {
	margin-right: 0px;
	padding-bottom: 50px;
}
.paragraphSectionDeuxBlue {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 10px 30px 10px;
}

.containerThreeExperience {
	max-width: 100%;
	width: 100%;
	float: left;
}

.containerFourExperience {
	display: none;
}

.HeaderExperience {
	padding: 0;
}
.ParagraphBlueExperience {
	padding: 0;
	margin-top: 0;
	align-items: center;
}
.boutonExperience {
	margin-top: 500px;
}
.sectionBlueExperience {
	background-color:#1b222f;
  min-height:1600px; 
  margin:0;
  font-family: 'Inter Tight', sans-serif;
  position: relative;
  /*padding-bottom: 200px; */
	&:before {
    content: '';
    position: absolute;
    height: 105%; 
    top: 290px ;
    left:50%;
    bottom:0px;
    transform:translateX(-50%);
    width:4px;
    background-color:#fff;
}}
.figPortfolio {

}
#Moi {
	height: 20%;
	width: 20%;
	margin: auto;
	display: flex;
}
#mySidepanel {
	padding-top: 0;
}

#containerGénéralDécompte {
	align-content: center;
	text-align: center;
	margin: auto;
	background-color: #fff;
}

#figPortfolio {
	text-align: center;
	align-content: center;
	margin: auto;
	background-color: #fff;
}

#containerDécompte {
	align-content: center;
	text-align: center;
	margin: auto;

}

#portfolioItemDécompte {
	color: #FF69B4;
}

#HeaderExperienceWhite {
	color: #FF69B4;
	min-height: 230px;
}

.containerThreeFourExperience {
	overflow: hidden;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	float: none;
}
.centre {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 50px;
}
.footerElementOne {
	height: 400px;
}