
@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/Lato/Lato-Regular.eot');
    src: url('fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato/Lato-Regular.woff2') format('woff2'),
    url('fonts/Lato/Lato-Regular.woff') format('woff'),
    url('fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Titillium-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Titillium/Titillium-Regular.woff') format('woff');
}

*, *::before, *::after{
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
body{
    font:1.4rem/1.2 'LatoRegular', Arial, Helvetica, sans-serif;
    margin: 0 auto;
    min-height:94vh;
    height:94vh;
    background-color: #f4f4f1;
    width:100%;
    margin-top:5rem;
}

.site-wrapper, .footer-content {
    width:1170px;
    margin: 0 auto;
}

header {
    display:flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom:6rem;
}

header #header_logo img {
    width:245px;
    height:39px;
}

.title-website h1 {
    font-family: 'Titillium-Regular', Arial, Helvetica, sans-serif;
    font-size:4.2rem;
    width:87%;
    letter-spacing: 0.05px;
    margin-bottom:7rem;
    line-height: 1.4;
}

footer {
    background-color: black;
    width:100%;
    height:6vh;
    position:relative;
    bottom:0;
    margin-top:7vh;
}

footer .footer-content {
    display:flex;
    justify-content: space-between;
    color:white;
    align-items: center;
    padding-top: 2rem;
}

footer .footer-nav {
    display:flex;
}

footer .footer-nav li {
    list-style:none;
}

footer .footer-nav li:nth-child(1),
footer .footer-nav li:nth-child(2),
footer .footer-nav li:nth-child(3),
footer .footer-nav li:nth-child(4){
    padding-right:3rem;
}

footer .footer-nav li a, footer .footer-nav li a:hover, footer .footer-nav li a:focus {
    color:white;
}

.section-skills .expertises ul li,
.section-skills .outils-langages ul li {
	padding-bottom:0.9rem;
}

.section-skills .expertises ul,
.section-skills .outils-langages ul {
	padding-left:15px;
}

/* MENU BURGER */

#menu {
    background: black;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1100;
}
#menu.open {
    opacity: 0.9;
    visibility: visible;
}
#menu.open li:nth-child(1) {
    animation-delay: 0.1s;
}
#menu.open li:nth-child(2) {
    animation-delay: 0.2s;
}
#menu.open li:nth-child(3) {
    animation-delay: 0.3s;
}
#menu.open li:nth-child(4) {
    animation-delay: 0.4s;
}
#menu.open li:nth-child(5) {
    animation-delay: 0.5s;
}
#menu.open li:nth-child(6) {
    animation-delay: 0.6s;
}
#menu.open li:nth-child(7) {
    animation-delay: 0.7s;
}
#menu.open li:nth-child(8) {
    animation-delay: 0.8s;
}
#menu.open li:nth-child(9) {
    animation-delay: 0.9s;
}
#menu.open li:nth-child(10) {
    animation-delay: 1s;
}
#menu.open li {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}
#menu ul:hover a {
    opacity: 0.5;
}
#menu ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
}
#menu ul a:hover {
    opacity: 1;
}
#menu .main-nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#menu .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu .main-nav a {
    font-family: 'Titillium-Regular', Arial, Helvetica, sans-serif;
    color: #fff;
    display: block;
    font-size: 2.5rem;
    padding: 1rem 1rem;
    text-decoration: none;
    letter-spacing: 0.06em;
}
#menu .menu-footer {
    padding: 2rem;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
#menu .menu-footer ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu .menu-footer ul li {
    display: inline;
    margin: 0 1rem;
}
#menu .menu-footer a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: auto;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 50px;
    z-index: 1110;
}
.toggle-menu span {
    background-color: #365868;
    content: "";
    display: block;
    height: 3px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
}
.toggle-menu span:before, .toggle-menu span:after {
    background-color: #365868;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
}
.toggle-menu span:before {
    top: 7px;
}
.toggle-menu span:after {
    top: -7px;
}
.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    background-color:white;
}
.toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
}
button:focus {
    outline: 0px dotted!important;
}
nav > span {
    font-family: 'Titillium-Regular', Arial, Helvetica, sans-serif;
}

/* END MENU BURGER */

section.portfolio .portfolio-infos {
    min-width: 540px;
    max-width:540px;
    text-align: left;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    padding: 60px 90px;
    margin-left:-95px;
}

section.portfolio .portfolio-infos h2, section.portfolio .portfolio-infos h2 a{
    font-family: 'Titillium-Regular', Arial, Helvetica, sans-serif;
    font-size: 3rem;
    padding:20px 0px;
	color:#3C6980;
    transition: 0.3s;
}

section.portfolio .portfolio-infos h2 a:hover, section.portfolio .portfolio-infos h2 a:focus {
    color:#365868;
    text-decoration: none;
}

section.portfolio .portfolio-infos span {
    font-size: 1.4rem;
}

section.portfolio .portfolio-infos p.excerpt {
    line-height:24px;
    font-size: 1.5rem;
}

section.portfolio .portfolio-infos span:not(.icon-arrow) {
    text-transform: uppercase;
    font-size:1.2rem;
	color:#3C6980;
}

section.portfolio .portfolio-infos .read-more {
    background-color: #000;
    width: 55px;
    height: 55px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -37px;
    margin-left:2px;
}

.read-more a {
    color: #fff;
    background-color: #000;
    width: 54px;
    height: 54px;
    display: block;
    text-align: center;
}

section.portfolio.item-right .portfolio-infos {
    text-align: right;
    transform: translateX(-303.5px);
}

/*section.portfolio.item-right .portfolio-infos-cdc {
    transform: translateX(-303.5px);
} */

section.portfolio.item-right a img {
    transform: translateX(557.5px);
}

section.portfolio.item-right .portfolio-infos .read-more {
    left: auto;
    right: 0;
    margin-right: 92px;
    margin-left: auto;
}
.read-more a span {
    vertical-align: -21px;
}
section.portfolio:not(.portfolio-first) {
    margin-top:-45px;
    z-index: 10;
}

.title-item-portfolio h1 {
    font-family: 'Titillium-Regular', Arial, Helvetica, sans-serif;
    font-size:4.5rem;
    text-align:center;
    margin-bottom:6rem;
}

/* LINK EFFECT */
section.link-textupline {
    position: relative;
    z-index: 1; /* needed for setting pseudo-element z-index */
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
section.link-textupline a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #000000;
    vertical-align: bottom;
    text-decoration: none;
    white-space: nowrap;
}
section.link-textupline a::before,
section.link-textupline a::after {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.link-textupline a {
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.link-textupline a:hover,
.link-textupline a:focus {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.link-textupline a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #3C6980;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(100%) translateY(-5px);
    transform: translateY(100%) translateY(-5px);
}
.link-textupline a,
.link-textupline a::before {
    -webkit-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
    transition-timing-function: cubic-bezier(0.6,0,0.4,1);
}
.link-textupline a:hover::before,
.link-textupline a:focus::before {
    -webkit-transform: translateY(-100%) translateY(5px);
    transform: translateY(-100%) translateY(5px);
}
/* END LINK EFFECT */

.carousel-inner .carousel-item img {
    width:82%;
    margin:auto;
}

.carousel-indicators li {
    height: 20px;
    width:20px;
    background-color: #385e70;
    opacity: .4;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-inner {
    background-color:#F4F4F1;
}

section.slider-item-portfolio {
    margin-bottom:6rem;
}

section.image-item {
    margin-bottom: 2rem;
}

section.item-portfolio-infos {
    display: flex;
    justify-content: space-between;
    margin-top:10rem;
}

section.without-slider {
    margin-top:5rem;
}

section.item-portfolio-infos p, section.item-portfolio-infos a {
    font-size:1.5rem;
    line-height:24px;
}

section.item-portfolio-infos p {
    display: inline-block;
    width: 100%;
	padding: 1rem 0rem 1rem 0rem;
}

section.item-portfolio-infos .bloc-principal {
    margin-right:3em;
	text-align: left;
}

section.item-portfolio-infos a {
    color:black;
    text-decoration: underline;
}

.carousel-control-prev span, .carousel-control-next span {
    display:none;
}

.carousel-indicators {
    bottom: inherit;
    margin-top: 2.2rem;
}

.section-about {
    background-color: white;
    padding:4rem;
	display:flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section-skills {
   
	background: rgb(58,114,137);
	background: linear-gradient(70deg, rgba(58,114,137,1) 15%, rgba(54,186,198,1) 85%);
	
    padding:4rem;
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section-expertises {
	background:none white;
}

.section-skills h2 {
    font-size: 1.9rem;
    padding-bottom: 2em;
    font-weight: lighter;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color:white;
}

.section-skills p {
    color:#d7eced;
    font-size:1.6rem;
    padding-bottom:3.5rem;
	line-height: 1.4em;
}


section.training > p.first {
    padding-bottom:0px;

}

.section-skills p strong {
    padding-bottom: 0.6rem;
    display: inline-block;
}

.section-skills .business-experience, .section-skills .training {
    width:47%;
}

.section-about .photo img {
    width: 270px;
    margin-top: 1rem;
    display:block;
	margin-right:3em;
	cursor: crosshair;
}

section.about-text p {
    line-height:25px;
    font-size:1.5rem;
}

a.link-cv {
    color:black;
    text-decoration: underline;
}

.about-text.text {
    padding: 1em;
    height: auto;
	text-align:left;
}

.about-text > p > strong {
    font-size:1.2em;
	color:#3C6980;
	font-family: 'Titillium-Regular', Arial, Helvetica, sans-serif;
}



/*Animation titre page d'accueil */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

	h1 {
	font-family: 'Titillium-Regular', Arial, Helvetica, sans-serif;
    font-size:4rem;
    letter-spacing: 0.05px;
    margin-bottom:7rem;
    line-height: 1.4;
	}


.text {
  width: 80%;
  height: auto;
}

p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.word {
  position: absolute;
  /*width: 100%;*/
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #c8983c;
}


/* Modifications du 27 février 2022 - design pages intérieurs */

.item-portfolio-infos .bloc-infos-complementaires {
	background-color: #e9e9e9;
    width: 25%;
    padding: 2.1em;
	height: 100%;
}

.item-portfolio-infos .bloc-principal {
    width: 75%;
	background-color: #ffffff;
	padding: 2.1em;
	height: 100%;
}

.section-skills .business-experience p span {
    color:white ;
}

.section-skills .training p span {
    color:white ;
	font-weight:bold;
	padding-bottom: 0.6rem;
	display:inline-block;
}

.section-skills .training svg {
    color:#e2fbff ;
}

.section-skills .training p.mention-certification {
	display:inline-block;
	padding-top:12px;
	font-style:italic;
	color:#e2fbff ;
}