body{
    background-color: #13121e;
    color: whitesmoke;
    padding: 0;
    margin:0;
    font-family: 'Manrope';
}

.titres{
   text-align: center;
   padding-top: 70px;
   margin-bottom: 50px;
}

#mainTitle{
    padding-top: 0px;
    margin-bottom: 0px;
    text-shadow:#3c3a56 1px 0px 10px;
}

.navigation{
    position: fixed;
    top: 0;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
background-color: #ffffff95;
text-align: center;
display: flex;
justify-content: space-around;
width: 50%;
border-radius: 50px;

box-shadow: 0px 4px 4px 0px #00000025;
z-index: 1000;
}

nav{
    height: 200px;
}

.liensmenu{
    font-size: 20px;
    color: #13121e;
    text-decoration: none;
    width: 33%;
    padding: 10px;
    border-radius: 50px;
}

.liensmenu:hover{
    text-decoration: underline;
    background-color: #E08F43;
}

#formulaire{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border-radius:10px;
  
}

.langage{
    padding: 5px;
    border-radius: 7px;
    margin: 3px;
}
.javascript{
    background-color: rgb(191, 73, 73);
}

.css{
    background-color: rgb(29, 126, 29);
}

.wordpress{
    background-color: rgb(19, 117, 150);
}

.swift{
    background-color: rgb(122, 55, 156);
}

.swiftui{
    background-color: rgb(206, 66, 171);
}

#inputemail{
    width: 100%;
    background-color: #4a597090;
    border : none;
    border-radius : 10px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 10px;
    margin-top : 10px;
}

#inputmessage{
    width: 100%;
    box-shadow: 0px 0px 10px 3px #111111;
    background-color: #4a597090;
    border : none;
    border-radius : 10px;
    margin-top : 10px;
    margin-bottom : 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 10px;
    color : white;
    
}

#inputnom{
    width: 100%;
    background-color: #4a597090;
    border : none;
    border-radius : 10px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 10px;
    margin-top : 10px;
}

.form-groupe label{
    display:block;
}

#divform{
    display: block;
    
}

.wave{
    display: flex;
    flex-direction: column;
    width: 100%;
}
#vague {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -5;
}

button{
    width: -webkit-fill-available;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background-color: #E08F43;
    color: white;
    box-shadow: -3px 6px 0px #914600;
    cursor: pointer;
    transition: all 0.5s ease;
}

button:hover{
    transform: translateY(6px);
    box-shadow:none;
}


.buton-projet{
    width: 200px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #E08F43;
    color: white;
    box-shadow: -3px 6px 0px #914600;
    cursor: pointer;
    transition: all 0.5s ease;
}

.linkProjets{
    text-decoration: none;
}

.buton-projet:hover{
    transform: translateY(6px);
    box-shadow:none;
}

.col-xs-6{
    padding-bottom: 20px;
}

#conteneurprojets {
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    overflow: hidden;
    gap: 20px;
    user-select: none;
    padding: 20px;
    height: 500px;
}

.listeprojets {
    position: absolute;
    left: 50%;
    width: 300px;
    background-color: #343243;
    padding: 10px;
    border: solid 3px #E08F43;
    border-radius: 30px;
    
    cursor: grab;
}

.listeprojets:active{
    cursor: grabbing;
}

.listeprojets img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}


#Azertype{
    transform: translateX(-50%) translateX(-120%) scale(0.6);
    filter: brightness(40%);
    z-index: 1;
}

#armyFrance{
    
    transform: translateX(-50%) translateX(-80%) scale(0.8);
    filter: brightness(65%);
    opacity: 1;
    z-index: 2;
}

#BeeWithUs{
    
    transform: translateX(-50%) scale(1);
    filter: brightness(100%);
    opacity: 1;
    z-index: 3;
}

#projet4{
    transform: translateX(-50%) translateX(80%) scale(0.8);
    filter: brightness(65%);
    opacity: 1;
    z-index: 2;
}

#projet5{
    transform: translateX(-50%) translateX(120%) scale(0.6);
    filter: brightness(40%);
    opacity: 1;
    z-index: 1;
}

#projet6{
    transform: translateX(-50%) scale(1.5);
    filter: brightness(40%);
    opacity: 0;
    z-index: 1;
}

.mv0to5 {
    animation: 0.5s ease-out mv0to5;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;	
}

.mv5to4 {
    animation: 0.5s ease-out mv5to4;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;	
}

.mv4to3 {
    animation: 0.5s ease-out mv4to3;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;	
}

.mv3to2 {
    animation: 0.5s ease-out mv3to2;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;	
}

.mv2to1 {
    animation: 0.5s ease-out mv2to1;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;	
}

.mv1to0 {
    animation: 0.5s ease-out mv1to0;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes mv0to5 {
    0% { transform: translateX(-50%) translateX(-120%) scale(0.6); filter: brightness(40%); opacity: 1; z-index: 2}
    20% { opacity: 0; }
    100% { transform: translateX(-50%) scale(0.6);  filter: brightness(40%); opacity: 0; z-index:1}
}
@keyframes mv5to4 {
    0% { transform: translateX(-50%) scale(0.6);  filter: brightness(40%); opacity: 0; z-index:1 }    
    80% { opacity: 0;}
    100% { transform: translateX(-50%) translateX(120%) scale(0.6);  filter: brightness(40%); opacity: 1; z-index: 2 }
}
@keyframes mv4to3 {
    0% { transform: translateX(-50%) translateX(120%) scale(0.6); filter: brightness(40%); opacity: 1; z-index: 2; }
    100% { transform: translateX(-50%) translateX(80%) scale(0.8); filter: brightness(65%); opacity: 1; z-index: 3; }
}
@keyframes mv3to2 {
    0% { transform: translateX(-50%) translateX(80%) scale(0.8); filter: brightness(65%); opacity: 1; z-index: 3; }
    30% { opacity: 1; z-index: 4;}
    100% { transform: translateX(-50%) translateX(0%) scale(1); filter: brightness(100%); opacity: 1; z-index: 4; }
}
@keyframes mv2to1 {
    0% { transform: translateX(-50%) translateX(0%) scale(1); filter: brightness(100%); opacity: 1; z-index: 4; }    
    100% { transform: translateX(-50%) translateX(-80%) scale(0.8); filter: brightness(65%); opacity: 1; z-index: 3; }
}
@keyframes mv1to0 {
    0% { transform: translateX(-50%) translateX(-80%) scale(0.8); filter: brightness(65%); opacity:1; z-index:3; }        
    100% { transform: translateX(-50%) translateX(-120%) scale(0.6); filter: brightness(40%); opacity:1; z-index:2; }
}

.mv0to1 {
    animation: 0.5s ease-out mv0to1;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.mv1to2 {
    animation: 0.5s ease-out mv1to2;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.mv2to3 {
    animation: 0.5s ease-out mv2to3;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.mv3to4 {
    animation: 0.5s ease-out mv3to4;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.mv4to5 {
    animation: 0.5s ease-out mv4to5;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.mv5to0 {
    animation: 0.5s ease-out mv5to0;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes mv0to1 {    
    0% { transform: translateX(-50%) translateX(-120%) scale(0.6); filter: brightness(40%); opacity:1; z-index:2; }
    100% { transform: translateX(-50%) translateX(-80%) scale(0.8); filter: brightness(65%); opacity:1; z-index:3; }    
}
@keyframes mv1to2 {
    0% { transform: translateX(-50%) translateX(-80%) scale(0.8); filter: brightness(65%); opacity:1; z-index:3; }
    30% { opacity:1; z-index:4;}
    100% { transform: translateX(-50%) translateX(0%) scale(1); filter: brightness(100%); opacity:1; z-index:4; }    
}
@keyframes mv2to3 {    
    0% { transform: translateX(-50%) translateX(0%) scale(1); filter: brightness(100%); opacity:1; z-index:4; }
    100% { transform: translateX(-50%) translateX(80%) scale(0.8); filter: brightness(65%); opacity:1; z-index:3; }
}
@keyframes mv3to4 {    
    0% { transform: translateX(-50%) translateX(80%) scale(0.8); filter: brightness(65%); opacity:1; z-index:3; }
    100% { transform: translateX(-50%) translateX(120%) scale(0.6); filter: brightness(40%); opacity:1; z-index:2; }
}
@keyframes mv4to5 {    
    0% { transform: translateX(-50%) translateX(120%) scale(0.6);  filter: brightness(40%); opacity:1; z-index:2 }
    20% {opacity:0;}
    100% { transform: translateX(-50%) scale(0.6);  filter: brightness(40%); opacity: 0; z-index:1 }
}
@keyframes mv5to0 {
    0% { transform: translateX(-50%) scale(0.6);  filter: brightness(40%); opacity: 0; z-index:1}    
    80% {opacity:0;}
    100% { transform: translateX(-50%) translateX(-120%) scale(0.6);  filter: brightness(40%); opacity: 1; z-index:2}    
}

#mainTitle{
font-size: xxx-large;
}

#titleConteneur{
    height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#imageProjet{
    width: 50%;
}

#projetdetail{
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}


@keyframes slideDownFadeIN {
    from {top:-100px;opacity: 0;}
    to {top:0px;opacity:1;}
}

.modal {
    display: none; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .modal:target {
    display: table;
    position: fixed;
    z-index:900;
  }

  .modal-dialog {
    display: table-cell;
    vertical-align: middle;
    
    
  }

  

  .modal-dialog .modal-content {
    margin: auto;
    background-color: #302e3f;
    border-radius: 30px;
    position: relative;
    padding: 0;
    outline: 0;
    text-align: justify;
    width: 60%;
    
    border: solid 3px #E08F43;
    animation-name: slideDownFadeIN;
    animation-duration: 0.5s;
  }

  .closebtn {
    text-decoration: none;
    float: right;
    margin-right: 20px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
  }

  .closebtn:hover,
.closebtn:focus {
  color: #E08F43;
  text-decoration: none;
  cursor: pointer;
}