@charset "UTF-8";
/*Mes couleurs*/
/* animation */
/* ---------GENERAL-------------*/
.mx-width-120 {
  max-width: 120px; }

.hide-link {
  text-decoration: none;
  color: white; }

.flex-wrap {
  display: flex;
  flex-wrap: nowrap; }

.block {
  display: block; }

.vis-collapse {
  visibility: collapse; }

.vis-visible {
  visibility: visible; }

/*--------- Header ----------*/
#my-header {
  width: 100%;
  height: 120px;
  background-color: #373737;
  display: flex;
  position: fixed;
  z-index: 5; }

#my-header-little {
  width: 100%;
  height: 50px;
  background-color: #373737;
  display: flex;
  position: fixed;
  z-index: 5; }

.header-div-sup {
  width: 100%;
  display: flex;
  justify-content: space-evenly; }

@media screen and (min-width: 978px) {
  .header-div-sup {
    width: 70%; } }
#header-my-photo {
  height: 100px;
  width: 100px;
  border-radius: 50px; }

#header-my-photo-little {
  height: 70px;
  width: 70px;
  border-radius: 35px; }

.header-name-stat {
  text-align: center;
  margin: auto 0; }

.header-name-stat-little {
  display: flex; }

.header-name-stat-little h1 {
  color: #ecc19c;
  margin: auto;
  font-size: 19px; }

.header-name-stat-little h2 {
  color: #1e847f;
  margin: auto;
  font-size: 16px; }

.header-name-stat h1 {
  color: #ecc19c;
  margin: 10px auto;
  font-size: 22px; }

.header-name-stat h2 {
  color: #1e847f;
  margin: 10px auto;
  font-size: 17px; }

.header-div-menu {
  width: 30%;
  display: contents; }

.header-div-menu div {
  display: flex;
  text-align: center;
  margin: auto;
  height: 60px;
  width: 60px;
  background-color: #1e847f;
  border-radius: 30px; }

.btn-nav {
  background-color: #1e847f; }

/*--------Bouton menu -----*/
/* Menu */
.nav {
  text-decoration: none; }

.nav:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: xxx-large;
  position: relative;
  left: 10px; }

.nav:link {
  color: #ecc19c; }

.nav:visited {
  color: #ecc19c; }

/* présentation */
.nav-presentation {
  text-decoration: none; }

.nav-presentation:link {
  color: #ecc19c; }

.nav-presentation:visited {
  color: #ecc19c; }

.nav-presentation:before {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 40px;
  height: 30px;
  width: 30px; }

/* a propos */
.nav-apropos {
  text-decoration: none; }

.nav-apropos:link {
  color: #ecc19c; }

.nav-apropos:visited {
  color: #ecc19c; }

.nav-apropos:before {
  content: "\f075";
  font-family: FontAwesome;
  font-size: 35px; }

/* formation */
.nav-formation {
  text-decoration: none; }

.nav-formation:link {
  color: #ecc19c; }

.nav-formation:visited {
  color: #ecc19c; }

.nav-formation:before {
  content: "\f19d";
  font-family: FontAwesome;
  font-size: 35px; }

/* competence */
.nav-competence {
  text-decoration: none; }

.nav-competence:link {
  color: #ecc19c; }

.nav-competence:visited {
  color: #ecc19c; }

.nav-competence:before {
  content: "\f0ae";
  font-family: FontAwesome;
  font-size: 35px; }

/* Hobbies */
.nav-hobbies {
  text-decoration: none; }

.nav-hobbies:link {
  color: #ecc19c; }

.nav-hobbies:visited {
  color: #ecc19c; }

.nav-hobbies:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 35px; }

@media screen and (min-width: 1000px) {
  .nav-depli {
    margin-right: 7px; }

  .nav-depli:hover {
    color: #373737; }

  .nav-depli-little {
    margin-right: 7px; }

  .nav-depli-little:hover {
    color: #373737; }

  .header-div-menu div {
    height: initial;
    width: initial;
    padding-top: 10px;
    padding-left: 10px; } }
/* ------ Body ------*/
body {
  background-color: #373737;
  margin: 0;
  min-width: 450px;
  font-family: "Baskerville Old Face"; }

section header {
  background: linear-gradient(0.25turn, rgba(0, 0, 0, 0), #1e847f, rgba(0, 0, 0, 0));
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 40px; }

section h2 {
  margin: 0 auto;
  font-size: 30px;
  color: #ecc19c; }

.title-pre-section {
  text-align: center;
  font-size: 40px;
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ecc19c; }

/*------------HEADER----------------*/
.presentation {
  margin: 0 auto;
  background-color: rgba(250, 250, 250, 0.95);
  /* background-image: url("img/photo-accueil.jpf");*/
  background-repeat: no-repeat;
  box-shadow: 12px 12px 12px #1e1e1e; }

#box-change-photo {
  width: 25%;
  height: 25%;
  position: absolute;
  right: 0;
  bottom: 0; }

#Presentation {
  background-image: url("img/photo-accueil.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: scroll;
  margin: 0;
  height: 100%; }

@media (min-width: 700px) {
  background-position: center; }
.presentation h2 {
  text-align: right;
  padding-right: 5%; }

.presentation p {
  font-size: 1.3em;
  margin: 0 auto;
  padding-bottom: 50px; }

.header-title {
  text-align: center; }

#headerBoxname {
  padding-top: 50px;
  margin: 0 auto;
  width: 85%; }

#headerBoxname h2 {
  margin: 0 auto;
  color: #ecc19c;
  font-family: "Berlin Sans FB Demi";
  font-size: 1.8em;
  text-align: center;
  height: 30%; }

#presmycomp {
  margin: 0;
  color: #1e847f;
  font-family: "Lucida Fax";
  font-size: 2.5em;
  padding-top: 50px;
  padding-bottom: 50px; }

.small-description {
  margin: 0 auto;
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 30px;
  text-align: justify;
  line-height: 30px; }

.myphoto {
  background-color: #1e847f;
  border-radius: 100px;
  min-width: 50px;
  min-height: 50px;
  max-width: 200px;
  max-height: 200px;
  border: none; }

.boxmyphoto {
  padding-top: 20px;
  margin: 0 auto;
  text-align: center; }

/* --------------FOOTER----------------*/
footer {
  padding-top: 10px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  background-color: #1e847f;
  text-align: center; }

.btn-contact {
  text-decoration: none;
  height: 60px;
  border: 0;
  border-radius: 40px;
  background-color: white;
  margin: 10px; }

.btn-contact:hover {
  transform: scale(1.1);
  background-color: white; }

#contact {
  font-size: 1.7em; }

#mail:after {
  content: "\f0e0"; }

#linked-in:after {
  content: "\f08c"; }

#btn-tel span:before {
  content: "\f098";
  font-family: FontAwesome;
  font-size: 40px;
  color: #373737; }

#btn-tel span {
  font-size: 25px;
  margin: 0;
  color: #373737;
  display: flex; }

#btn-tel p {
  margin: auto; }

.logo-footer:after {
  font-size: 40px;
  font-family: FontAwesome;
  color: #373737;
  margin: 10px; }

/* -----------PRESENTATION---------------*/
.competence {
  height: 800px;
  margin: 0;
  background-color: rgba(64, 142, 198, 0.51); }

.empty {
  height: 300px; }

.textdescription {
  color: white;
  font-size: 2.5em; }

/*--------------LOISIRS--------------------- */
.content-photo-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.anim-img-loi {
  position: relative;
  left: 0;
  top: 0;
  width: 700px;
  height: 200px; }

.img-sizeM {
  max-height: 200px;
  min-height: 50px;
  max-width: 700px;
  min-width: 200px;
  border-radius: 15px; }

.loisirs {
  z-index: 100;
  color: white;
  position: absolute;
  left: 30%;
  top: 30%;
  margin: 0; }

.divphotoloisir {
  margin: 20px;
  overflow: hidden; }

#centre-interet {
  background-color: #EBEBEB; }

/*-----------------FORMATION-------------------*/
#header-formation {
  text-align: center; }

#Formation {
  background-color: #EBEBEB; }

.formation-liste {
  padding: 35px; }

.formation-inside {
  /*background-color: rgba(255,255,255,0.71);*/
  background-color: #f1d9c4;
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto;
  width: 70%;
  box-shadow: 12px 12px 12px rgba(98, 99, 100, 0.75);
  margin-bottom: 60px; }

.formation-inside:nth-child(2n) {
  position: relative;
  left: 30px; }

.formation-inside:nth-child(2n+1) {
  position: relative;
  left: -30px; }

.formation-inside li {
  padding: 10px; }

#Formation span {
  display: block;
  font-size: 20px; }

.container-bar-anim {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px; }

.anim-bar-formation {
  height: 65px;
  width: max-content; }

.anim-bar-formation h2 {
  font-size: 60px;
  color: #1e847f;
  margin: 0;
  display: inline;
  position: relative;
  font-family: "Bernard MT Condensed";
  animation: linear 100s infinite;
  animation-name: animation-formation;
  -webkit-animation: linear 100s infinite;
  -webkit-animation-name: animation-formation; }

.anim-bar-formation-inverse h2 {
  animation: linear 140s infinite;
  animation-name: animation-formation-inverse;
  -webkit-animation: linear 140s infinite;
  -webkit-animation-name: animation-formation-inverse; }

.btn-title-boxformation {
  margin: 0 auto;
  width: 80%;
  height: 30px;
  border: none;
  border-radius: 10px;
  background-color: #1e847f;
  color: white; }

.div-title-fboxormation {
  text-align: center;
  margin-bottom: 30px; }

/*------------------------- Expérience --------------------------*/
#experience {
  background-color: white;
  padding-bottom: 100px; }

.content-experience {
  background-color: #f1d9c4;
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 50px;
  margin-top: 100px; }

.title-experience {
  color: #373737; }

#setig h2:before {
  content: "\f285";
  font-family: FontAwesome;
  margin-right: 30px;
  color: #7a2048; }

#setig-section-1 h3 {
  color: #1e847f; }

#setig-section-1 h3:before {
  content: "\f02d"; }

#setig-section-2 h3 {
  color: #1e847f; }

#setig-section-2 h3:before {
  content: "\f1d8"; }

#setig-section-3 h3 {
  color: #1e847f; }

#setig-section-3 h3:before {
  content: "\f0d1"; }

#logosapience-section-1 h3 {
  color: #1e847f; }

#logosapience-section-1 h3:before {
  content: "\f120"; }

#logosapience-section-1 h2 {
  color: #1e847f; }

#logosapience h2:before {
  content: "\f126";
  font-family: FontAwesome;
  margin-right: 30px;
  color: #7a2048; }

#Arketeam-section-1 h3 {
    color: #1e847f;
}

    #Arketeam-section-1 h3:before {
        content: "\f085";
    }

#Arketeam-section-1 h2 {
    color: #1e847f;
}

#Arketeam h2:before {
    content: "\f126";
    font-family: FontAwesome;
    margin-right: 30px;
    color: #7a2048;
}

.sub-setig {
  width: 80%;
  background-color: white;
  margin: 20px auto;
  border-radius: 15px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
  padding: 15px 40px; }

.sub-setig h3:before {
  font-family: FontAwesome;
  font-size: 50px;
  color: #7a2048;
  margin-right: 30px; }

#setig:hover h2:before {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: tournerelement;
  transform: rotate(0); }

.sub-setig h3 {
  font-size: 30px;
  font-family: Montserrat; }

.sub-setig li {
  font-size: 22px; }

/* -----------------A PROPOS ------------------------------*/
#Apropos {
  padding-bottom: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  background-color: white; }

#Apropos p {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 50px; }

#box-p-apropos {
  background-color: rgba(255, 218, 185, 0.52);
  border-radius: 30px;
  width: 100%;
  text-align: justify;
  margin: 70px auto;
  padding-top: 100px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; }

#maphoto {
  width: 300px;
  height: 350px;
  background-image: url("img/ma_photo_av.png");
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px; }

#maphoto:hover {
  background-image: url("img/ma_photo.jpg");
  background-size: cover; }

#start-letter {
  font-size: 30px; }

/*---------------------------------------------MEDIUM SCREEN------------------------------------------------------------------------*/
@media screen and (min-width: 1000px) and (min-height: 700px) {
  #headerBoxname h2 {
    font-size: 2.5em; }

  #headerBoxname h2:nth-child(1) {
    margin-top: 75px; }

  #presmycomp {
    font-size: 3.5em;
    padding-top: 30px;
    padding-bottom: 30px; }

  .small-description {
    padding-right: 20%;
    padding-left: 20%;
    padding-top: 20px;
    text-align: justify;
    line-height: 35px; }

  #Presentation {
    height: 100vh; }

  .presentation p {
    font-size: 1.7em;
    margin: 0 auto; }

  section h2 {
    font-size: 50px; }

  /*---------- HEADER ------------*/
  .header-name-stat {
    text-align: left; }

  .header-name-stat h1 {
    font-size: 30px; }

  .header-name-stat h2 {
    font-size: 25px; }

  .formation-inside:nth-child(2n) {
    position: relative;
    left: 150px; }

  .formation-inside:nth-child(2n+1) {
    position: relative;
    left: -150px; }

  .formation-inside {
    width: 50%; }

  #Formation span {
    font-size: 25px; }

  #Formation {
    font-size: 23px; }

  #btn-tel p {
    opacity: 0; }

  #btn-tel span:before {
    position: relative;
    left: 90px; }

  .btn-contact {
    width: 240px; }

  #btn-tel:hover span:before {
    left: 0;
    animation-name: tel2;
    animation-timing-function: ease-in-out;
    animation-duration: 0.5s; }

  #btn-tel:hover p {
    animation-duration: 1s;
    animation-name: tel1;
    opacity: 1; }

  @keyframes tel1 {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @keyframes tel2 {
    from {
      left: 90px; }
    to {
      left: 0px; } }
  .header-name-stat-little h1 {
    font-size: 23px; }

  .header-name-stat-little h2 {
    font-size: 18px; }

  /* -----------------A PROPOS ------------------------------*/
  #Apropos {
    font-size: 30px;
    line-height: 45px; }

  #Apropos p {
    width: 70%; }

  #box-p-apropos {
    width: 60%;
    margin: 70px auto;
    padding-top: 100px; }

  #maphoto {
    margin-left: 50px;
    margin-right: 30px;
    float: left; }

  #start-letter {
    font-size: 50px; }

  .img-sizeM {
    width: 800px;
    height: 200px; } }
/*---------------------------------------------------LARGE SCREEN-----------------------------------------------------------------------------*/
@media screen and (min-width: 1500px) and (min-height: 800px) {
  #headerBoxname h2 {
    font-size: 3.2em; }

  #headerBoxname h2:nth-child(1) {
    margin-top: 75px; }

  #presmycomp {
    font-size: 4em; }

  .small-description {
    padding-top: 70px;
    line-height: 45px; }

  .presentation p {
    font-size: 2.3em;
    margin: 0 auto; }

  .formation-inside {
    width: 40%; } }

/*# sourceMappingURL=monscss.css.map */

.startBackground {
    background-color: black;
    color: white;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 50px;
    z-index: 100;
}



/*Titre #1e847f */

/* fond beige :  rgba(255, 218, 185, 0.52)   */