/* Footer */
.footer-dark {
  padding:50px 0;
  color:#ffffff;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(15,15,102,1) 100%);
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgb(255, 255, 255);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.8;
  font-size:13px;
  margin-bottom:0;
  color: #fff;
}
.logo2{
  width: 70%;
}





/* header */


body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #333;
  background-image: url("https://img.freepik.com/vecteurs-libre/ordinateur-portable-icone-isometrique-code-programme-developpement-logiciels-applications-programmation-neon-sombre_39422-971.jpg?w=1060&t=st=1664917145~exp=1664917745~hmac=4295eaf180e006815342ccde6460b13323b0d7c88cb7341d988fb03400fc570a") ;
  background-size: cover;
  background-position: 0px center, 0px center;
  background: rgb(243,247,253);
  background: linear-gradient(180deg, rgba(243,247,253,1) 0%, rgba(218,223,230,1) 100%);
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

 
}

header {
  background: rgb(174,54,245);
background: linear-gradient(90deg, rgba(174,54,245,0.4990371148459384) 0%, rgba(54,3,189,1) 26%, rgba(6,6,76,1) 49%, rgba(54,3,189,1) 69%, rgba(174,54,245,0.5102415966386555) 100%);
}

.headline {
  position: relative;
  height: 400px;
  color: #fff;
  text-align: center;
  background-size: cover;
}
.headline:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
}

.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: fade-in 0.75s 0.25s ease-in forwards;
          animation: fade-in 0.75s 0.25s ease-in forwards;
}
.inner h1 {
  margin: 0;
  font-size: 4em;
  line-height: 1.2em;
}
@media (max-width: 424px){
  .inner h1 {

    font-size: 2em;
 
  }
}


.inner p {
  margin: 0;
  font-size: 1.4em;
  font-style: italic;
  font-family: serif;
}

nav {
  position: fixed;
  width: 100%;
  z-index: 10;
}
nav.scrolled {
  background: rgba(17, 17, 17, 0.9);
}
nav ul {
  float: right;
  list-style: none;
  padding: 25px;
  margin: 0;
}


nav li {
  float: left;
}
nav a {
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
  margin: 5px 0 0 30px;
  display: block;
}
nav a:hover {
  color: #ededed;
}

.logo {
  height: 85px;
  float: left;
}

@media (max-width:621px) {
  .logo {
  display: none;
  }
}

@media (max-width:531px) {
  .img-headline{
display: none;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

nav.scrolled {
padding-bottom:7px ;
  background: rgb(174,54,245);
  background: linear-gradient(90deg, rgba(174,54,245,0.4990371148459384) 0%, rgba(54,3,189,1) 26%, rgba(6,6,76,1) 49%, rgba(54,3,189,1) 69%, rgba(174,54,245,0.5102415966386555) 100%);
  
}


/* section */


div .container {
  position: relative;
  text-align: center;
  
}
.contain{position: relative;}::selection{color:#000;background:#ae36f5 }
.contain {
  
  position: relative;
  height: auto; 
  padding-bottom: 100px;
  padding-top: 100px;

}

.l-content {

  flex-direction: column;
  color: black;
  position: relative;
    width: 70%;
    margin: 0 ;
   
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  
}
@media (max-width:567px) {
  .l-content {

    flex-direction: column;
    color: black;
    position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    
  }
}
.title{

  margin-bottom: 20px;
  font-weight: bold;

}


.title  h1{
  font-weight: bold;
  font-size: 3em;
}

.descr{
  position: relative;
  left: 4.5%;
}

.button{
 margin-left: 40%;
 
}

@media (max-width:937px) {
  .button{
    margin-left: 30%;
    display: flex;
    flex-direction: column;
    width: 200px;
  }
}


.button1{
  display: inline;  
  padding: 20px;
  box-sizing: content-box;
  background-color: #67228f ;
  border:  #ae36f5  solid 4px;
  color: #f0f9ff;
  box-sizing: content-box;
  border-radius: 200px;

  
}
.button2{

  padding: 20px;
  box-sizing: content-box;
  background-color: transparent;
  border: #3503b8 solid 4px;
  box-sizing: content-box;
  border-radius: 200px;
  color: #000000;

}
:hover.button1{
  transition: 0.3s;
  background-color: #ae36f5 ;
  border: #ae36f5  solid 5px;
  color: rgb(255, 255, 255);

}
:hover.button2{
  transition: 0.3s;
  background-color: #3503b8;
  border: #3503b8 solid 5px;
  color: rgb(255, 255, 255);

}


.r-content{
  position: absolute;
  bottom: 0;
  right: 10px;
 
}
.backimg { 

  width: 50%;
}

@media (max-width:1564px) {
  .backimg { 
    display:none;
    width: 50%;
  }
}
/*part 2 sous mon png*/

.container-section {
  width: 85%;
  margin: 0 auto;
}
.title-contain {
  margin-top: 200px;
  margin-bottom: 50px;
  position: relative;
}
.title-contain:before {
  position: absolute;
  content: '';
  background-color: #ae36f5 ;
  width: 65px;
  height: 3px;
  top: -10px;
}
.container-section .chapo {
  font-size: 2rem;
  line-height: 1.5;
}
#competences .box-competences {
  -webkit-box-pack: center;
  justify-content: center;
}
#competences .box-competences {
  display: flex;
  margin-top: 50px;
  position: relative;
  bottom: -20px;
}
#competences .box-competences .box .title-box {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 25px;
}
@media (max-width: 1496px){ 
  .box-competences{
    justify-content: center;
  }
}

@media (max-width: 1140px){ 
  .box-competences{
    flex-wrap: wrap;
    bottom: 0;
   }}
.box{
  box-sizing: border-box;
  width: 375px;
  height: 230px;
  border-radius: 23px;
  background-color: black2;
  padding: 50px;
  line-height: 1.2;

}

  .title-box{
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 25px;
      
  } 




/*part 3 _____*/
#projets {
  margin-top: 200px;
  min-height: 5vh;
  margin-bottom: 100px;
}
.contact-section {
  margin-top: 100px;
  color: #F3F7FD;
  background: rgb(92,26,130);
  background: linear-gradient(90deg, rgba(92,26,130,1) 0%, rgba(123,36,173,1) 22%, rgba(123,36,173,1) 48%, rgba(123,36,173,1) 77%, rgba(92,26,130,1) 100%);
  padding: 100px 0 100px 0;
  
}
.container-section {
  width: 85%;
  margin: 0 auto;
}
.box-projet{
  margin-top: 50px;

  display: flex;
}

.imgbox{
width: 50%;
}
@media (max-width: 521px){ 

  .imgbox{
    display: none;
    }
}
@media (max-width: 521px){ 

  .imgbox2{
    display: none;
    }
}
.imgbox2{
  width: 30%;
  margin-left: 20px;
  }

  .pbox2{  font-size: 1.1em;
    position: relative;
    padding: 15px;
    overflow:hidden;
    height: auto;
  }

.pbox{
  font-size: 1.1em;
  position: relative;
  left: 20%;
  padding: 15px;
  overflow:hidden;
  display: flex;
  width: 60%;
  height: auto;
}
@media (max-width: 872px){
  .pbox{
    width: 100%;
    left: 0%;
    font-size: 0.9em;
  }
}


@media (max-width: 872px){
  .pbox2{

    flex-direction: column;
    font-size: 1em;
  }
}

@media (max-width: 521px){
  .pbox2{
    margin: -50px;
    flex-direction: column;
    font-size: 1em;
  }
}
.more{
  display: block;
  align-items: center;
  text-align : center;
}

@media (max-width: 872px){
  .box-projet {

  border-radius: 23px;
  margin-bottom: 50px;
  min-height: 250px;
  display: flex;
  align-items: center;
   flex-direction: column;
   overflow: hidden;

}
}
.title-contain-box {
  margin-top: 200px;
  margin-bottom: 50px;
  position: relative;
}
.title-box{
  font-size: 1.8em;
}
.title-contain-box:before {
  position: absolute;
  content: '';
  background: rgb(174,54,245);
background: linear-gradient(90deg, rgba(174,54,245,0.4990371148459384) 0%, rgba(54,3,189,1) 26%, rgba(6,6,76,1) 49%, rgba(54,3,189,1) 69%, rgba(174,54,245,0.5102415966386555) 100%);
  width: 20%;
  height: 3px;
  top: -10px;
}
.title-contain-box2 {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.title-contain-box2:before {
  position: absolute;
  content: '';
  background: rgb(174,54,245);
  background: linear-gradient(90deg, rgba(174,54,245,0.4990371148459384) 0%, rgba(54,3,189,1) 26%, rgba(6,6,76,1) 49%, rgba(54,3,189,1) 69%, rgba(174,54,245,0.5102415966386555) 100%);
  width: 100%;
  height: 3px;
  top: -10px;
}
.title-projet{
position: relative;
left: 40%;
margin-bottom:-50px ;
width: 30%;
}
@media (max-width: 820px){
.title-projet{
  position: relative;
  left: 30%;
  margin-bottom:-50px ;
  width: 50%;
  font-size: 1.5em;
  }
}
@media (max-width: 600px){
  .title-projet{
    position: relative;
    left: 30%;
    margin-bottom:-50px ;
    width: 50%;
    font-size: 1.2em;
    }
  }
  @media (max-width: 420px){
    .title-projet{
      position: relative;
      left: 30%;
      margin-bottom:-50px ;
      width: 50%;
      font-size: 1.1em;
      }
    }
    /* Ligne du UP Menu */
    cc-breadcrumbs-wrapper{padding-top:16px;padding-bottom:16px}.single-players .cc-breadcrumbs-wrapper{background-color:#fae100}.breadcrumbs-wrapper .breadcrumbs{font-size:13px;line-height:16px;margin-left:-90px;}.breadcrumbs-wrapper .breadcrumbs li{display:inline-block;vertical-align:top}.breadcrumbs-wrapper .breadcrumbs li+li:before{content:' / ';margin:0 .3em;font-weight:700}strong.element-ariane{font-weight:400}.element-ariane:not(.is-last){font-weight:700}.element-ariane:not(.is-last):before{content:''}a.element-ariane{display:inline-block;z-index:0;position:relative;color:#000!important}.centered-container {padding-top: 30px;z-index: 1;clear: both;position: relative;box-sizing: border-box;width: 100%;text-align: center;}