@font-face {
	font-family: "Libre Baskerville Bold";
	src: url(Polices/LibreBaskerville-Bold.ttf)
}
@font-face {
	font-family: "Inter Tight";
	src: url(Polices/InterTight-Regular.ttf);
}
@font-face {
	font-family: "Inter Tight Bold";
	src: url(Polices/InterTight-ExtraBold.ttf);
}
@font-face {
	font-family: "Libre Baskerville Regular";
	src: url(Polices/LibreBaskerville-Regular.ttf);
}
@font-face {
	font-family: "Libre Baskerville Italic";
	src: url(Polices/LibreBaskerville-Italic.ttf);
}
@font-face {
	font-family: "Inter Tight Italic";
	src: url(Polices/InterTight-ThinItalic.ttf);
}
/* 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: 35px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}
/* The sidepanel links */
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 200%;
  color: #1b222f;
  display: inline-block;
  transition: 0.3s;
  justify-content: space-between;
}
/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #1b222f;
}
/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 20px;
  top: 0;
  right: 25px;
  font-size: 280%;
  margin-left: 50px;
  color: #bf8a6a;
}
/* Style the button that is used to open the sidepanel */
.openbtn {	
  font-size: 180%;
  position: fixed;
  cursor: pointer;
  background-color: #bf8a6a;
  color: white;
  padding: 10px 60px;
  border: none;
  right: 0;
  
}
.openbtn:hover {
  background-color: #1b454b;
}
/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Inter Tight Bold;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 180%;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
:root{
  --hauteur-menu: 60px;
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "Inter Tight Bold", sans-serif;
}

nav {
  width: 100%;
  font-size: 100%;
  position: sticky;
  top: 0;
  padding-top: 10px;
}

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: #bf8a6a;
  position: relative;
  height: 100%;
  flex: 1;
  padding: 10px 3px 10px 3px;
}
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: 80%;
  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: #bf8a6a;
}

.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: 3px solid #aaddc1;
  }
  30% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
  100% {
    max-height: 50em;
    border-top: 3px solid #fcf8ed;
    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: 50px;
  padding-left: 20px;
  width: 100%;
  font-size: 120%;
}

.sous-menu > li:hover > a {
  color: #fcf8ed;
}

button {
	background-color: #bf8a6a;
	color: #1b222f;
	padding: 10px 50px 10px 50px;
	margin-top: 50px;
	border-color: #bf8a6a;
	border-style: solid;
	font-family: "Inter Tight Bold";
	font-size: 150%;
}
.sectionDarkBlue {
	background-color: #1b222f;
	background-image: url("Images/Moi-Gris.png");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 180px;
	padding-top: 0px;
}
.boutonIntro {
	background-color: #bf8a6a;
	text-decoration: none;
	padding: 20px;
	color: #1b222f;
	font-family: "Inter Tight Bold";
	font-size: 150%;
	margin-top: 40px;
	padding-bottom: 20px;
}
.containerOneTwo {
	overflow: hidden;
	margin-left: 200px;
	margin-right: 200px;
}

.containerOne {
	max-width: 500px;
	float:left;
}

.containerTwo {
	max-width: 500px;
	float: right;
}

.HeaderParagraphWhite {
	color: #bf8a6a;
	font-family: "Libre Baskerville Bold" ;
	font-size: 260%;
	margin-top: 20px;
}
.ParagraphWhite {
	color: #fcf8ed;
	padding: 0px;
	font-family: "Inter Tight";
	font-size: 120%;
	line-height: 130%;
	margin-bottom: 40px;
}
.centre {
	text-align: center;
	padding-bottom: 35px;
	padding-top: 35px;
}
.sectionWhite {
	background-color: #fcf8ed;
	margin-top: 0px;
}
.containerThreeFour {
	overflow: hidden;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
}
.containerThreeFourExperience {
	overflow: hidden;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;	
	text-align: center;
}
.containerThree {
	float:left;
	max-width: 600px;
	padding-left: 100px;
	padding-right: 50px;
}
.HeaderParagraphBlue {
	color: #1b222f;
	font-family: "Libre Baskerville Regular";
	font-size: 240%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.HeaderContact {
	color: #1b222f;
	font-family: "Libre Baskerville Regular";
	font-size: 400%;
	text-align: center;
}
.containerFour {
	overflow: hidden;
	float: right;
	max-height: 100%;
	max-width: 100%;
	padding: 0px 20px 50px 0px;
	margin-right: 0px;
	text-align: center;
}
.ParagraphBlue {
	color: #1b222f;
	font-family: "Inter Tight";
	font-size: 120%;
	padding-top: 15px;
	margin-bottom: 30px;
}
.sectionBlue {
	background-color: #1b222f;
	padding-top: 50px;
	padding-bottom: 100px;
}
.sectionPortfolio {
	background-color: #1b222f;
	padding-top: 400px;
	padding-bottom: 100px;
}
.translationServices {
	color: #fcf8ed;
	font-family: "Libre Baskerville Regular";
	font-size: 240%;
	padding-top: 40px;
	margin-top: 0px;
	margin-left: 50px;
}
.containerFiveSixSeven {
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
	padding-top: 20px;
}
.containerFive {
	max-width: 20%;
	background-color: #aaddc1;
	padding: 30px 50px 30px 50px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.containerSix {
	max-width: 20%;
	background-color: #1b454b;
	padding: 30px 50px 30px 50px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.containerSeven {
	max-width: 20%;
	background-color: #aaddc1;
	padding: 30px 50px 30px 50px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.containerEightNineTen {
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
}
.containerEight {
	max-width: 20%;
	background-color: #1b454b;
	padding: 30px 50px 30px 50px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.containerNine {
	max-width: 20%;
	background-color: #aaddc1;
	padding: 30px 50px 30px 50px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.containerTen {
	max-width: 20%;
	background-color: #1b454b;
	padding: 30px 50px 30px 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.services {
	font-family: "Inter Tight Bold";
	font-size: 160%;
	color: #3a444f;
	text-align: center;
}
.servicesHell {
	font-family: "Inter Tight Bold";
	font-size: 160%;
	color: #fcf8ed;
	text-align: center;
}
.serviceDescription {
	font-family: "Inter Tight";
	font-size: 90%;
	color: #3a444f;
	block-size: 30%;
	margin-top: 20px;
}
.serviceDescriptionHell {
	font-family: "Inter Tight";
	font-size: 90%;
	color: #fcf8ed;
	block-size: 30%;
	margin-top: 20px;
}
.feedback {
	background-image: url(Images/BackgroundTestimonials.png);
	background-repeat: no-repeat;
	background-size: 200%;
	padding-top: 15px;
}
.titleFeedback {
	font-family: "Libre Baskerville Regular";
	font-size: 240%;
	color: #bf8a6a;
	text-align: center;
}
.undertitleFeedback {
	font-family: "Libre Baskerville Italic";
	font-size: 160%;
	color: #bf8a6a;
	text-align: center;
}
.testimonials {
	display: flex;
	margin: 0px;
	padding: 0px;
}
.Testimonial {
	color: #fcf8ed;
	padding: 10px;
	border-style: solid;
	border-width: 3px;
	border-color: #bf8a6a;
	margin: 20px 20px 20px 20px;
	font-family: "Inter Tight";
	font-size: 150%;
	block-size: 30%;
	max-width: 30%;
	align-items: stretch;
	min-height: 450px;
}
.nameTestimonial{
	color: #bf8a6a;
	font-family: "Inter Tight Italic";
	font-size: 150%;
}
.moreReviews {
	
}
.sectionDarkGreen {
	background-color: #1b454b;
	margin: 0px;
}
.sectionServiceDarkBlue {
	background-color: #1b222f;
	margin: 0px;
}
.sectionBrown {
	background-color: #bf8a6a;
	margin: 0px;
}
.sectionServiceWhite {
	background-color: #fcf8ed;
	margin: 0px
}
.headerServiceBlue {
	color: #1b222f;
	font-family: "Libre Baskerville Bold";
	font-size: 500%;
}
.sloganServiceBlue {
	font-family: "Inter Tight";
	font-size: 240%;
	color: #1b222f;
	padding-top: 15px;
}
.IntroServiceBlue {
	font-family: "Inter Tight";
	font-size: 120%;
	padding-top: 30px;
	color: #1b222f;
}
.sectionServiceSEOTranslation {
	background-color: #3a444f;
	margin: 0px;
}
.containerSectionUn {
	overflow: hidden;
	margin-left: 0px;
	margin-right: 50px;
	padding-top: 0px;
}
.containerSectionUnTexte {
	float:right;
	max-width: 600px;
	padding-left: 100px;
	padding-right: 50px;
	padding-top: 100px;
	margin-right: 10%;
}
.containerSectionUnTexteMarketingTranslation {
	float:right;
	max-width: 600px;
	padding-left: 100px;
	padding-right: 50px;
	padding-top: 100px;
	margin-right: 10%;
}
.containerSectionUnTexteHumanRights {
	float:right;
	max-width: 600px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	margin-right: 10%;
}
.containerSectionUnTexteSEOTranslation {
	float:right;
	max-width: 600px;
	padding-left: 100px;
	padding-right: 50px;
	padding-top: 100px;
	margin-right: 10%;
}
.containerSectionUnTexteGauche {
	float:left;
	max-width: 600px;
	padding-left: 150px;
	padding-right: 50px;
	padding-top: 100px;
	margin-right: 10%;
}
.containerSectionUnTexteGaucheTrademarkLaw {
	float:left;
	max-width: 600px;
	padding-left: 150px;
	padding-right: 50px;
	padding-top: 100px;
	margin-right: 10%;
}
.containerSectionUnTexteGaucheCopywriting {
	float:left;
	max-width: 600px;
	padding-left: 150px;
	padding-right: 50px;
	padding-top: 100px;
	margin-right: 10%;
}
.headerServiceWhite {
	font-family: "Libre Baskerville Bold";
	font-size: 500%;
	color: #fcf8ed;
	margin: 20px 0px 20px 0px;
}
.headerSpecialismsHumanRights {
	font-family: "Libre Baskerville Bold";
	font-size: 500%;
	color: #fcf8ed;

}
.sloganServiceWhite {
	font-family: "Inter Tight";
	font-size: 240%;
	color: #fcf8ed;
	padding-top: 15px;
}
.IntroServiceWhite {
	font-family: "Inter Tight";
	font-size: 150%;
	padding-top: 30px;
	color: #fcf8ed;
}
.containerSectionUnImageGauche {
	overflow: hidden;
	float: left;
	max-height: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.containerSectionUnImageDroite {
	overflow: hidden;
	float: right;
	max-height: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.SectionDeuxPresentationService {
	background-color: #fcf8ed;
	padding-bottom: 100px;
}
.SectionDeuxPresentationServiceBrown {
	background-color: #bf8a6a;
	padding-bottom: 20px;
}
.HeaderSectionDeuxPresentationService {
	font-family: "Libre Baskerville Regular";
	font-size: 300%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #1b222f;
}
.paragraphSectionDeuxBlue {
	text-align: center;
	font-family: "Inter Tight";
	padding: 20px 150px 20px 150px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 20px;
	font-size: 150%;
}
.boutonServiceContact {
	background-color: #fcf8ed;
	border: solid #1b222f 3px;
	font-family: "Inter Tight";
	padding: 10px;
	margin-top: 20px;
	font-size: 200%;
	color: #1b222f;
	text-decoration: none;
}
.boutonPortfolioContact {
	background-color: rgb(191, 138, 106, 0);
	border: solid #1b222f 3px;
	font-family: "Inter Tight";
	padding: 10px;
	margin-top: 20px;
	font-size: 100%;
	color: #1b222f;
	text-decoration: none;
}
.boutonPortfolioFinal {
	background-color: #fcf8ed;
	border: solid #1b222f 3px;
	font-family: "Inter Tight";
	padding: 10px;
	margin-top: 20px;
	font-size: 200%;
	color: #1b222f;
	text-decoration: none;
}
.footerWhite {
	background-color: #fcf8ed;
	height: 400px ;
}

.containerFooterOne {
	background-color: #fcf8ed;
}
.footerElementOne {
	display: inline-block;
	float: left;
	max-width: 25%;
	justify-content: space-evenly;
}
.footerElementTwo{
	float: left;
	max-width: 25%;
	justify-content: space-evenly;
	background-color:  #fcf8ed;
}
.footerElementThree {
	float: right;
	max-width: 25%;
	justify-content: space-evenly;
	background-color:  #fcf8ed;
}
.iconesAssociationTradosFooter {
	display: inline;
	float: right;
	width: 100%;
	background-color: #fcf8ed;
}
.iconesAsso {
	display: inline;
	float: right;
}
.footerContainerTwo {
	max-width: 100%;
}
.Logo {
	display: inline;
}
/*.iconesAssociationTradosFooter {
	display: inline;
}*/
.footertitleWhite {
	color: #fcf8ed;
	font-family: "Libre Baskerville Regular";
	font-size: 240%;
	padding-top: 30px;
	padding-left: 50px;
	margin-top: 0px;
}
.footerAdressWhite {
	color: #fcf8ed;
	font-family: "Inter Tight";
	font-style: normal;
	padding-left: 70px;
	font-size: 90%;
}
.footerAdressBlue {
	color: #1b222f;
	font-family: "Inter Tight";
	font-style: normal;
	padding-left: 70px;
	font-size: 90%;
	background-color:  #fcf8ed;
}
.footerEmailWhite {
	color: #fcf8ed;
}
.dayBrown {
	color: #bf8a6a;
	font-family: "Inter Tight";
	padding-left: 70px;
	font-size: 90%;
	padding-bottom: 20px;
	padding-top: 20px;
}
.hoursBlue {
	color: #1b222f;
	padding-left: 70px;
	font-size: 90%;
	font-family: "Inter Tight";
}
.hoursWhite {
	color: #fcf8ed;
	padding-left: 70px;
	font-size: 90%;
	font-family: "Inter Tight";
}
.footerBlue {
	background-color: #1b222f;
}
.footertitleBlue {
	color: #1b222f;
	font-family: "Libre Baskerville Regular";
	font-size: 240%;
	padding-top: 30px;
	padding-left: 50px;
	margin-top: 0px;
	background-color:  #fcf8ed;
}
.footerEmailBlue {
	color: #1b222f;
}
.dayBlue {
	color: #bf8a6a;
	font-family: "Inter Tight";
	padding-left: 70px;
	font-size: 90%;
	padding-bottom: 20px;
	padding-top: 20px;
}
.hoursLogo {
	overflow: hidden;
	float: left;
}
.iconesReseauxSociauxFooter {
	list-style: none;
	margin: 0px;
}

.LinkedIn {
	width: 10%;
}
.containerExperienceOne {
	background-color: #fcf8ed;
	margin-top: 100px 10px 0px 0px;

}
.containerThreeExperience {
	max-width: 60%;
	float: left;
}
.HeaderExperience {
	font-family: "Libre Baskerville Bold";
	font-style: italic;
	font-size: 400%;
	text-align: center;
	padding-top: 50px;
}
.ParagraphBlueExperience {
	font-family: "Inter Tight";
	font-size: 220%;
	padding: 50px 50px 20px 50px;
}
.boutonExperience {
	background-color: #fcf8ed;
	margin-bottom: 50px;
	font-size: 300%;
	border-color: #bf8a6a;
	border-style: solid;
	padding: 20px;
	text-decoration: none;
	color: #1b222f;
}
.containerFourExperience {
	float: right;
	margin-top: 0px;
}
.headerExperienceWhite {
	background-color: #1b222f;
	color: #fcf8ed;
	margin: 0px 30px;
	font-size: 450%;
	font-family: "Libre Baskerville Bold";
	text-align: center;
	padding-top: 50px;
	margin-bottom: 50px;
}
.sectionBlueExperience {
  background-color:#1b222f;
  min-height:1400px; 
  margin:0;
  font-family: 'Inter Tight', sans-serif;
  position: relative;
	&:before {
    content: '';
    position: absolute;
    height: 95%; 
    top:200px ;
    left:50%;
    bottom:0px;
    transform:translateX(-50%);
    width:4px;
    background-color:#fff;
  } 
  .entries {
    width:calc(100% - 80px);
    max-width:800px;
    margin:auto;
    position: relative;
    left:-5px;
    .entry {
      width:calc(50% - 80px);
      float:left; 
      padding:20px;
      clear:both;
      text-align:right;
      &:not(:first-child) {
        margin-top:-60px;
      }
      .title {
        font-size:32px;
        margin-bottom:12px;
        position: relative;
        color:#fff;
        &:before {
          content: '';
          position: absolute;
          width:8px;
          height:8px;
          border:4px solid #fcf8ed;
          background-color:#bf8a6a;
          border-radius:100%;
          top:50%;
          transform:translateY(-50%);
          right:-73px;
          z-index:1000;
        }
        &.big:before {
          width:24px;
          height:24px;
          transform:translate(8px,-50%);
        }
      }
      .body {
        color:#bf8a6a;
        p {
          line-height:1.4em;
        }
      }
      &:nth-child(2n) {
        text-align:left;
        float:right;
        .title {
          &:before {
            left:-63px;
          }
          &.big:before {
            transform:translate(-8px,-50%);
          }
        }
      }
    }
  }
}
.imagesPortfolio {
	text-align: center;
}
.portfolioPictures {
	border-radius: 50%;
}
.portfolioExperience {
	background-color: #bf8a6a;
}
.portfolioTitreDécompte {
	color: #1b222f;
	font-size: 350%;
	padding-top: 30px;
	padding-bottom: 100px;
	text-align: center;
	font-family: "Libre Baskerville Bold";
}
.containerGénéralDécompte {
	align-content: space-between;
	text-align: center;
	margin: 0;
	max-width: 100%;
}
.containerDécompte {

	display: inline-block;
	margin: 50px
}
.figPortfolio {
	display: inline-block;
	justify-content: center;
	align-items: stretch;	
}
.portfolioItemDécompte {
	background-color: #1b222f;
	color: #fcf8ed;
	font-family: "Inter Tight";
	font-size: 280%;
	padding: 7px;
	text-align: center;
}
.boutonPortfolioContact{
	background-color: #bf8a6a;
	margin-bottom: 50px;
	font-family: "Inter Tight Bold";
	border: solid #fcf8ed;
	font-size: 100%;
	text-decoration: none;
	color: #1b222f;
	margin-bottom: 50px;

}
.imageContact {
	max-width: 100%;
	width: 100%;
}
.Contact {
	background-color: #fcf8ed;
}
.contactMessage {
	font-family: "Inter Tight";
	color: #1b454b;
	font-size: 240%;	
}
.legal{
	background-color: #1b222f;
	color: #fcf8ed;
	font-family: "sans serif";
	font-size: 90%;
	padding: 50px;
}
.copyright {
	font-family: "Inter Tight";
	font-size: 110%;
	text-align: center;
	max-width: 100%;
	margin: auto;
	padding-bottom: 20px;
}
#iconeLinkedIn {
	margin: auto;
}
#PhotoContact {
	max-width: 80%;
	float: right;
	border-radius: 30%;
}
#LogoPrincipal {
	width: 10%;
	height: 10%;
	display: block;
	margin: 0px 20px 0px 0px;
	padding-left: 20px;
}
#iconesRéseauxSociaux {
	font-family: "Libre Baskerville Regular";
	font-size: 240%;
	color: #bf8a6a;
	text-align: center;
}
#imageLinkedIn {
	max-width: 100%;
	width: 3%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
	margin-top: 20px;
}
#traductionBureau {
	size: 100%;
}
#Your {
	text-decoration: line-through;
	color: darkred;
}
#BureauExp {
	border-radius: 60%;
	margin-top: 30%;
}
#legal {
	text-decoration: none;
	color: #1b222f;
	font-family: "Inter Tight";
}
#privacyPolicy {
	text-decoration: none;
	color: #1b222f;
	font-family: "Inter Tight";
}