.cvt{
  position: absolute;
  top: 27px;
  right: 120px;
  font-size: 220px;
  text-decoration: none;
  color: none;
  font-family: "poppins";
  font-weight: 700;
  animation: clignoter 3s infinite;
  transition: none;
  background-color:none;
}
.cvt:hover{
	animation:none;
}
@keyframes clignoter {
  0%   { opacity:1; }
  50%   {opacity:0; }
  100% { opacity:1; }
}
.extern {
  width: 100%;
  overflow: auto;
}

.header {
  display: flex;
}
}




.nom {
  flex-basis: auto;
  margin-left: 20px;
}

.presentation {
  overflow: hidden;
  height: 94%;
  position: relative;
}

.presentation img {
  height: 100%;
}

.moi {
  position: absolute;
  background-color: grey;
  width: 17%;
  height: 57%;
  margin: 9% 32%;
}

.propos {
  background-color: #eb6b0b;
  width: 300%;
  font-size: 28px;
  color: white;
  font-family: "poppins";
  font-weight: 400;
  position: absolute;
  margin: 25% 45%;
}

.bonjour {
  padding: 0 5%;
}

.groupe {
  float: left;
}

.projet {
 margin: 50px 0px 0px 20px;
 width: 50%;
}

.projh {
width: 85%;
object-fit: cover;
}

.demande {
  width: 85%;
  display: flex;
  margin-top: 10px;
}

.projv {
  width: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.intention {
  font-family: "poppins";
  font-weight: 400;
  font-size: 15px;
}
.intentions {
background-color:red;
  font-family: "poppins";
  font-weight: 400;
  font-size:4px;
}
.intentionss {
background-color:red;
  font-family: "poppins";
  font-weight: 400;
  font-size:4px;
}
.title {
  font-size: 24px;
  font-family: "poppins";
  font-weight: 700;
}

.projetr {
 margin: 50px 20px 0px 0px;
 width: 50%;
 float: right;
}

.projhr {
width: 85%;
float: right;
object-fit: cover;
}

.demander {
  width: 85%;
  display: flex;
  margin-top: 10px;
  float: right;
}
.carre{
	position:absolute;
	background-color:red;
	height:300px;
	width:300px;
	animation-duration: .28s;
	animation-name: clignoter;
	animation-iteration-count: infinite;
	transition: none;
}
.carre :hover{
	animation:none;
}
.carres{
	position:absolute;
	background-color:red;
	height:300px;
	width:1000px;
	margin-left: 400px;
	animation-duration: .50s;
	animation-name: clignoter;
	animation-iteration-count: infinite;
	transition: none;
}
.carres :hover{
	animation:none;
}

.projvr {
  width: 50%;
  margin-left: 10px;
  object-fit: cover;
}

.footer .signature {
  font-size: 12px;
  font-family: "poppins";
  font-weight: 100;
  width: 100%;
  height: 20%;
}

@media (min-width: 200px) and (max-width: 900px) {
  .moi {
    position: absolute;
    background-color: grey;
    width: 17%;
    height: 57%;
    margin: 8% 35%;
  }

  .propos {
    background-color: #eb6b0b;
    width: 80%;
    font-size: 13px;
    color: white;
    position: absolute;
    padding: 1%;
    margin: 65% 10%;
  }

  .groupe {
    float: left;
    margin-bottom: 25px;
  }

  .projet {
   margin: 50px 0px 0px 20px;
   width: calc(100% - 20px);
  }

  .projh {
  width: 85%;
  }

  .demande {
    width: 85%;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 5%;
    border-bottom: solid;
  }

  .projv {
    width: 100%;
    margin-right: 10px;
  }

  .intention {
    font-size: 15px;
  }

  .title {
    font-size: 24px;
  }

  .projetr {
   margin: 50px 0px 0px 20px;
   width: 85%;
   float: none;
  }

  .projhr {
  width: 100%;
  float: none;
  }

  .demander {
    width: 100%;
    display: inline-block;
    margin-top: none;
    float: none;
    padding-bottom: 5%;
    border-bottom: solid;
  }

  .projvr {
    width: 100%;
    margin-top: 25px;
    margin-left: 0%;
  }

  .footer {
    margin-top: 25px;
    margin-left: 20px;
    font-size: 12px;
  }
}

