
@font-face {
    font-family: 'Rubik';
    src: url('Rubik/Rubik-VariableFont_wght.ttf');

}

.header{
    z-index: 2;
    background-color: black;
    color: antiquewhite;
    left:0;
    right: 0;
    padding-top: 20px;
    position: fixed;
    padding-left: 0;
    padding-bottom: 10px;
    top: 0;
    width: 100%;
    font-size: 35px;
    display: flex;
    justify-content:  space-around;
    transition: transform 0.3s ease-in-out;
    font-family: "Bodoni 72";
}


.hidden {
    transform: translateY(-100%);
}

.content {
    padding-top: 60px;
}

.menu_link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;

}
.menu_link a {
    color: antiquewhite;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.menu_link:hover {
    background-color: rgb(22,22,22);
    transition: all 0.2s ease-in-out;
    transform: translate(0, -4px);
}

.menu_link a:visited{color: antiquewhite;}
/*.menu_link a:hover{color: cornflowerblue;}*/

body{
    background-image: url("images/01daido.jpg");
    background-attachment: fixed;

    background-size: 100%;
    background-color: black;
    position: static;
    font-family: Rubik;
}
.all{
    display: flex;
    justify-content: space-around;
}
.body_content{
    background-color: rgb(29,29,29);
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0;
    height:auto;
    justify-content: center;
    color: antiquewhite;
    padding: 1px 20px;
    border-radius: 5px;

}

.body_content p{
    font-size: 17px;
    display: block;
    margin-left: 1em;
    margin-right: 1em;
   text-align: justify;


}
#welcome-title {
    padding-top: 30px;
    font-size: 65px;
    margin-bottom: 0;
    color: antiquewhite; /* Couleur de base du texte */
    text-decoration: none; /* Enlever le soulignement par défaut */
    position: relative;
    transition: color 0.5s ease-in-out, transform 1s ease-in-out;
}

#welcome-title:hover {
    background: linear-gradient(to right, #D16BA5, #86A8E7, #5FFBF1); /*#D4A5A5, #E6C28B, #B8B8B8*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#welcome-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px; /* Épaisseur du soulignement */
    background: linear-gradient(to right, #D16BA5, #86A8E7, #5FFBF1);
    transition: transform 0.5s ease-in-out;
    transform: scaleX(0); /* Masquer initialement */
    transform-origin: left;
}

#welcome-title:hover::after {
    transform: scaleX(1); /* Afficher le soulignement au hover */
}


.content_list {
    color: cornflowerblue;
    text-decoration: underline !important;
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}

.content_list:hover {
    transform: scale(0.96);
}

.content_list:visited{color: cornflowerblue;
    text-decoration: underline;}

.body_content a{
    color: cornflowerblue;
    text-decoration: none;
}
.body_content a:hover{
    color: #4668A5;
    text-decoration: underline;
}


.column-text{
    display: flex;
    flex-direction: row;
    padding-left: 1em;
}

.column-text p{
    width: 50%;
}

.body_content_bis{
    background-color: antiquewhite;
    display: flex;
    border: solid 9px rgb(29,29,29);
    flex-direction: column;

    width: 40%;
    height:auto;
    margin: 0 auto 0 auto;
    color: rgb(29,29,29);
    padding: 10px 20px;
    border-radius: 5px;
}


/*----------*/




body a{color: cornflowerblue;
}
body a:visited{color: cornflowerblue;}

.under-footer{
    background: linear-gradient(to right, #D16BA5, #86A8E7, #5FFBF1);
    width: 242px;
    height: 86px;
    display: block;
    padding: 10px 1em 1em 1em;/* top | r | bottom | l */
    color: antiquewhite;
    font-size: 16px;
    position: fixed;
    bottom: 10px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}
footer{
    background-color: black;
    width: 252px;
    height: 96px;
    padding: 10px 1em 1em 1em;/* top | r | bottom | l */
    color: antiquewhite;
    font-size: 16px;
    position: fixed;
    bottom: 10px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}
footer:hover {
    background-color: rgb(20,20,20);
    transform: translate(5px, -5px);
}

footer a:visited{
    color: darkgrey;
}
footer a{
    color: darkgrey;
}
footer a:hover{
    color: cornflowerblue;
}
footer p{
    font-size: 17px;
    margin:0!important;
}
#copied-div{
    background-color: rgba(20,20,20,0.95);
    color: #86A8E7;
    font-size: 16px;
    position: fixed;
    /*padding: 5px;*/
    bottom: 125px;
    left: 150px;
    border-radius: 9px;
    z-index: 3;
}
#copied{
}
#copyEmail:hover{
    cursor: pointer;
}
#intro_biblio{
    text-align: justify;
    margin-right:  4em;
    margin-left:  1em;

}
#body_bibli{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    background-color: antiquewhite;
    width: 70%;

    border-radius: 10px;
    color: black;
    margin-top: 100px;
    margin-bottom: 400px;
    padding: 30px 20px 1em 50px;
}
#body_bibli a{
    text-decoration: none;
}
#body_bibli a:hover{
    text-decoration: underline;
}
#body_bibli a:visited{

}

.emoji_link{
    display: inline-block;
    transition: transform 0.2s ease-in-out;

}
.emoji_link:hover{
    transform: scale(0.88);
    text-decoration: none!important;
}
#books{
    padding-right: 16em;
}
#books h5{
    font-weight: bold;
}


#music_link{
    background: linear-gradient(to right, #D16BA5, #86A8E7, #5FFBF1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none; /* Enlever le soulignement par défaut */
    position: relative;
    transition: transform 1s ease-in-out;
}

#music_link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; /* Épaisseur du soulignement */
    background: linear-gradient(to right, #D16BA5, #86A8E7, #5FFBF1);
    transition: transform 0.5s ease-in-out;
    transform: scaleX(0); /* Masquer initialement */
    transform-origin: left;
}

#music_link:hover::after {
    transform: scaleX(1); /* Afficher le soulignement au hover */
}


.img-tp{
    width: 31%;
}
.published{
    text-align: right;
    color: rgba(90,90,90);

}

.image-container{
    display: grid;
    text-align: center;
    font-size: 14px;
    color: #807D7D;
}
#img_gastonvic{
    justify-self: center;
    width: 60%;
}


.img-tp{
    display: inline-block;
    margin-top: 2em;
    border-radius: 2px;
    width: 30%;
    transition: all 0.4s ease-in-out;
}
.img-tp:hover{
    transform: scale(1.1) ;
    justify-content: center; /* Centre horizontalement */
    align-items: center;

}

#gallery1{
    display: flex;
    justify-content: space-around;
}
#gallery2{
    display: flex;
    justify-content: space-around;
}
#gallery2 img{
    display: inline-block;
    margin-top: 2em;
    border-radius: 2px;
    width: 40%;
    transition: all 0.4s ease-in-out;
}

#gallery2 img:hover{
    transform: scale(1.1) ;
    justify-content: center; /* Centre horizontalement */
    align-items: center;

}
#gallery3 img {
    display: block; /* Convertit l'image en élément de type bloc */
    margin: 2em auto 0 auto; /* Centre l'image horizontalement et ajoute une marge supérieure de 2em */
    border-radius: 2px;
    width: 60%;
    transition: all 0.4s ease-in-out;
}
#gallery3 img:hover{
    transform: scale(1.1) ;
    justify-content: center; /* Centre horizontalement */
    align-items: center;

}
/**------*/
.cv_content{
    background-color: rgb(29,29,29);
    display: flex;
    flex-direction: column;
    font-family: Arial;
    width: 50%;
    height:auto;
    margin: 0 auto 0 auto;
    color: antiquewhite;
    padding: 1px 20px;
    border-radius: 5px;
    border-width: 0;
    border-left: solid 5px #86A8E7;

}

.cv_content h3{
    font-size: 27px;
}

.duration{
    font-weight: bold;
    font-size: 17px;
    color: #A7C7E7;
}

.cv_content p{
    font-size: 17px;
    display: block;
    margin-left: 1em;
    margin-right: 1em;
    text-align: justify;

}

.bloc-top{
    font-size: 20px;
    border-radius: 6px;
    border-style: solid;
    border-color:  rgb(29,29,29);
    background-color: #A7C7E7;
    font-family: Rubik;
    height: 40px;
}
.bloc-top:hover{
    background-color: grey;
    font-size: 22px;
}
.bloc-top:active{
    background-color: cornflowerblue;
}

.blog_content{
    background-color: rgb(29,29,29);
    display: flex;
    flex-direction: column;
    height:auto;
    color: antiquewhite;
    padding: 1px 20px;
    border-radius: 5px;
}
.blog_content a{
    color: cornflowerblue;
    text-decoration: none;
}
.blog_content a:hover{
    color: cornflowerblue;
    text-decoration: underline;
}


#blog_left {
    width: 45%; /* Taille de #blog_left */
    position: relative; /* Le positionner de manière absolue */
    margin-top: 1em; /* Le place au milieu de l'écran verticalement */
    left: 50%; /* Le place au milieu de l'écran horizontalement */
    transform: translate(-50%);


}

#blog_right{
    position: absolute;
    right: 100px;
    top: 100px;
    width: 17%;
    height: auto;
    border: solid 3px ;
    border-radius: 4px;
    background-color: blanchedalmond;
    font-family: Geneva;
    font-size: 11px;
    padding: 5px 15px 20px 15px; /*top r botom l*/
    z-index: 1;
}

.column-text-2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.column-text-2 p{
    text-align: justify;
    font-size: 10px;
    padding: 0 6px 0 6px;
    width: 50%;
}