@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Lato:wght@300;400;700&family=Libre+Baskerville:wght@400;700&family=Nunito:wght@200;300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700;800&family=PT+Sans:wght@400;700&family=Roboto:wght@300;400;500;700&family=Ubuntu:wght@300;400;500;700&display=swap');


:root
{
    --darcOrchid: #303030;
    --concrete: #95a5a6;
    --cloud: #ecf0f1;
    --silver: #bdc3c7;
    --sun: #f1c40f;
    --peterriver:#3498db;
    --pomgrenade:#c0392b;
    --php:#8993be;
    --git:#f34f29;
    --bgicon:	#404040;
    --black:#000000;
    --angular:#dd1b16;
}
body
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
}

.svgBurger{
    z-index: 20;
    position: fixed;
}
#menuNavBar
{
    background-color: var(--darcOrchid);
    top: 0;
    right: 0;
    left: 0;
    height: 3em;
    position: fixed;
    z-index: 3;
    width: 100%;
    
}

#menuNavBar ul
{
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 5px 0;
    align-items: center;
}
#menuWrapped
{
    height: 100vh;
    width: 100vw;
    background-color: var(--sun);
    z-index: 10;
    transform: translateX(-120%);
    position: fixed;
    transition: transform 200ms ease-in-out;
}
.unwrappMenu
{
    transform: translateY(0) !important;
}
#menuHamburgerButton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    z-index: 11;
    visibility: hidden;
    
  }
  .line {
    fill: none;
    stroke: var(--silver);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .hamburgerCheckbox
{
    z-index: 12;
    position: fixed;
}
.menuWrappedList
{
    margin-top: 100px;
}
.menuWrappedTitle
{
    
    font-weight: bold;
    font-size: 30px;
    list-style: none;
    margin-top: 10px;
    list-style-type: none;
}

.menuWrappedTitleReference
{
    text-decoration: none;
    color: var(--darcOrchid);
}
.menuWrappedTitleReference:visited
{
    text-decoration: none;
}

.titleMenu 
{
    list-style: none;
    font-size: 1.5em;
}
.titleMenu a
{
    text-decoration: none;
    list-style: none;
    color: var(--concrete);
}
.titleMenu a:hover
{
    color: var(--sun);
}

.firstHomePAge
{
    display: flex;
}

.split
 {
    height: 100vh;
    width: 50%;
    position: relative;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
  }
  .leftHomeTitle {
    left: 0;
  }
  .rightHomeTitle {
    right: 0;
    background-image:url(imgs/pc.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-left:var(--darcOrchid) solid ;
  }
  .centered
  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    vertical-align: baseline;
    width: 60%;
    
  }

.bigTitle
{
    font-size: 5em;
    padding: 10px;

}
.middleBigTitle
{
    font-size: 3.5em;
    font-weight: bold;
}
.centered h2 
{
    font-size: 2.5em;
    font-weight: normal;
    color: var(--sun);
}

h3
{
    font-size: 3em;
    font-weight: normal;
    text-align: center;
    padding: 30px 20px;
}
.yellowBar
{
    background-color: #fbb034;
    height: 5px;
    background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
}
#presentationContainer
{
    background-color: var(--bgicon);
    color: var(--cloud);
    
}
.aboutMeTitle 
{
    align-self: flex-end;
    padding: 30px;
    margin-right: 50px;
    font-size: 3.5em;

}
.presentationPage
{
    display: flex;
    flex-direction: row-reverse;
    height: 80vh;
    gap: 50px;
}
.myPicture
{
    align-self: center;
}
.presentationPage img 
{
    width: 300px;
    margin: 50px 50px;
    display: block;
    border-radius: 50%;
    border: var(--concrete) solid;
   

}
.textPresentation
{
    align-self: center;
    font-size: 2em;
    font-weight: normal;
    margin: auto;
    width: 90%;
    margin-left: 50px;
}

#sectionOfCompetence
{
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    
}
.titleLang
{
    font-size: 2em;
}

.competence
{
    text-align: center;
    width: 100%;
}
.competenceLogo svg
{
    width:100px;
    height: 100px;
    transition: all 0.2s;
}
.competenceLogohtml svg:hover
{
    fill: var(--pomgrenade);
    transform: scale(1.5);
}

.competenceLogocss svg:hover
{
    fill: var(--peterriver);
    transform: scale(1.5);
    
}

.competenceLogojs svg:hover
{
    fill: var(--sun);
    transform: scale(1.5);
}

.competenceLogoPhp svg:hover
{
    fill: var(--php);
    transform: scale(1.5);
   
}


.competenceLogoGit svg:hover
{
    fill: var(--git);
    transform: scale(1.5);
   
}

.competenceLogoAngular svg:hover
{
    fill: var(--angular);
    transform: scale(1.5);
}


.competenceLogoSymfony svg:hover
{
    transform: scale(1.5); 
}

.competenceLogoSFCC svg:hover
{
    fill: var(--peterriver);
    transform: scale(1.5);
}
.titleSections
{
    font-size: 3em;
}
#diplomeContainer
{
    background-color: var(--darcOrchid);
    
}


.titleOfDiplome
{
    
    font-weight: normal;
    padding: 20px 20px;
    margin: 10px 10px;
    color: var(--cloud);
}
.diplomeYear
{
    font-size: 2em;
    color: var(--sun);    
    font-weight: bold; 
}
.diplomeContainer
{
    font-size: 1.5em;
    font-weight: normal;
    color: var(--cloud);
    
}

#experienceSection
{
    
    margin: auto;
    background-color: var(--silver);
}

.col-3 div
{
    text-align: center;
    padding: 50px 0;
}
h4 
{
    font-size: 3em;
}
h6
{
    font-size: 2em;
    color: var(--darcOrchid);
}
.jobTitle
{
    font-size: 1.5em;
    font-weight: lighter;
}
.sizeImg
{
    width: 80%;
    margin: 10px 20px;
    border: var(--sun) solid;
}

#realisationSection div 
{
    text-align: center;
    margin: 0;
    
}

.rightArrow
{
    padding: 0;
}


.img-top{
    width: 100%;
    height: auto;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 2em;
  }
  
  
  /* hover styles */
  .article-realisation {
    position: relative;
  }
  
  .realisation-image {
    line-height: 0;
    overflow: hidden;
  }
  
  .realisation-image img {
    filter: blur(0px);
    transition: filter 0.3s ease-in;
    transform: scale(1.1);
  }
  
  .realisation-title {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: var(--concrete);
    color: var(--cloud);
    
    /* position the text in t’ middle*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .article-realisation:hover .realisation-title {
    opacity: 0.7;
  }
  
  .article-realisation:hover .realisation-image img {
    filter: blur(2px);
  }

#formSection
{
   
    background-color: var(--darcOrchid);
}

  h5 
 {
    color: var(--sun);
    font-size: 3em;
    
}
.contactForms
{
    display: flex;
}

.splitEndPage
 {
    height: 80vh;
    width: 50%;
    position: relative;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
    
  }
  .rightEndPage {
    left: 0;
  }
  .leftEndPage {
    right: 0;
    background-image:url(imgs/sendAMail.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .centeredEndPage
  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    vertical-align: baseline;
    width: 60%;
    
  }

.middleForm
{
    display: flex;
    text-align: center;
}

.middleForm p 
{
    margin: auto;
    font-size: 1.5em;
    color: var(--cloud);
    vertical-align: middle;
}
.middleForm a
{
    vertical-align: middle;
}
.iconClass
{
    color: var(--black);
    
}
.iconClass:hover
{
    color: var(--cloud);
    fill: var(--cloud);
}

 footer 
 {
     background-color: var(--sun);
     bottom: 0;
     left: 0;
     right: 0;
     height: 10vh;
 }
 footer div p 
 {
     color: var(--darcOrchid);
     font-weight: bold;
     text-align: center;
     padding: 30px;
 }