head {
    color: aqua;
}

#button1 {
    background-color: beige;
    text-decoration-color: black;
}

#nave {
    margin: 1px auto;
    width: 100%;
    height: 100px;
    background: #000000;
}

nav .main_pages {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav .main_pages a {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-decoration: none;
    text-decoration-color: white;
    font-family: Arial, sans-serif;
    color: white;
}

nav a:hover {
    background: #878499
}

p {
    text-align: justify;
}

#show-for-large large-3 cell {
    size-adjust: 5%;
}

.boutton_index {
    display: inline-block;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 200px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;

}

#boutton_cv {
    position: relative;
    color: #fff;
    padding: 14px 40px;
    margin: 0 15px;
    font-size: 20px;
    font-weight: 200;
    background: linear-gradient(50deg, #011022);
    border-radius: 0px;
}

#boutton_cv:hover {
    background: #16d073
}


figcaption {
    text-align: center;
}

#pied {

    margin-top: 10%;
    background-color: #ffffff;
    text-align: center;
    height: 210px;

}

#barre {
    color: black;
    border-bottom: 2px solid #0756b8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#barre_cv {
    color: black;
    border-bottom: 5px solid #0aebd8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.corps_zoom {
    background-image: url("/data/img/fond.png.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;

}

#Apropos {
    float: left;
    clear: both;
}

#Apropos p {
    float: right;
}

#pacceil {
    text-align: right;

}

#my-info {
    background-image: url("/data/img/gradcolor3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(0, 0, 0);
}

#corpcv {
    background: #004f75;
    background: linear-gradient(45deg, #004f75, #018252, #665600, #590600, #59002f);
    background-size: 400%;
    -webkit-animation: animaFundo 10s ease infinite;
    -moz-animation: animaFundo 10s ease infinite;
    animation: animaFundo 10s ease infinite;
    color: white;
}

#p1 {
    color: #000000;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 24px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0078ff;
    left: 15px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Adjust this as necessary */
}

.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: #1abc9c;
    box-shadow: 0 0 0 2px #1abc9c;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button svg {
    position: absolute;
    width: 24px;
    fill: #1abc9c;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .arr-2 {
    top: -55%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #1abc9c;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .text {
    position: relative;
    z-index: 1;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 12px;
  }
  
  .animated-button:hover .arr-2 {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .animated-button:hover .text {
    opacity: 0;
  }
  
  .animated-button:hover svg {
    fill: #FFFFFF;
  }
  
  .animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #1abc9c;
  }
  
  .animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
  }
  