.body{
    background-color: aliceblue;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

.black-top{
    width: 100%;
    height: 100px;
    background-color: rgb(27, 27, 27);
    border-radius: 15px;
    object-position: top;
}    

.title{
    text-decoration: none;
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    line-height: 1.6;
}

.title a{
    text-decoration: none;
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    line-height: 1.6;
}

.title h1{
    text-decoration: none;
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    line-height: 1.6;
}

.menu{
    display: flex;
    justify-content: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: -55px;
    gap: 30px;
}

.menu a{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: aliceblue;
}

.menu h3{
    font-family: Arial, Helvetica, sans-serif;
    color: aliceblue;
}


.welcome-text{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-align: center;
    font-size: larger;
}

h1 {
    color: rgb(23, 23, 23);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: center;
}

h3 {
    color: rgb(50, 50, 50);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    border: 5%;
}

img {
    width: 300px;
    height: 500px;
    object-fit: cover;
    margin: 10px;
    border-radius: 15px;
    position: relative;
}

img:hover {
    cursor: pointer;
}

.photos {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.photo1 {
    width: 300px;
    height: 500px;
    object-fit: cover;
    margin: 10px;
    border-radius: 15px;
    transition: transform 0.2s linear;
    position: relative;
    background-image: url("Car3.JPG");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    justify-content: end;
    display: flex;
    flex-direction: column;
}

.photo1:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.photo1:hover .contenu {
    bottom: 0px
}

.contenu {
    position: relative;
    background: rgba(255, 255, 255, 0.697);
    width: 100%;
    height: 30%;
    bottom: -200px;
    transition: bottom 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo2 {
    width: 300px;
    height: 500px;
    object-fit: cover;
    margin: 10px;
    border-radius: 15px;
    transition: transform 0.2s linear;
    position: relative;
    background-image: url("IMG_1640\ -\ Copie.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    justify-content: end;
    display: flex;
    flex-direction: column;
}

.photo2:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.photo2:hover .contenu2 {
    bottom: 0px
}

.contenu2 {
    position: relative;
    background: rgba(255, 255, 255, 0.697);
    width: 100%;
    height: 30%;
    bottom: -200px;
    transition: bottom 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo3 {
    width: 300px;
    height: 500px;
    object-fit: cover;
    margin: 10px;
    border-radius: 15px;
    transition: transform 0.2s linear;
    position: relative;
    background-image: url("20240804_192925.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    justify-content: end;
    display: flex;
    flex-direction: column;
}

.photo3:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.photo3:hover .contenu3 {
    bottom: 0px
}

.contenu3 {
    position: relative;
    background: rgba(255, 255, 255, 0.697);
    width: 100%;
    height: 30%;
    bottom: -200px;
    transition: bottom 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.camera{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.camera img{
    height: 300px;
    width: auto;
}

.ps{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-align: center;
    margin-bottom: 20px;
}

.cars-picture{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cars-picture img{
    width: 150px;
    height: auto;
    border-radius: 15px;
}

.cars-picture2{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.cars-picture2 img{
    width: 150px;
    height: auto;
    border-radius: 15px;
}

.cars-horizontal{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.cars-horizontal img{
    width: 300px;
    height: auto;
    border-radius: 15px;
}

.nature-picture{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.nature-picture img{
    width: 150px;
    height: auto;
    border-radius: 15px;
}

.nature-picture2{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.nature-picture2 img{
    width: 150px;
    height: auto;
    border-radius: 15px;
}

.nature-horizontal{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.nature-horizontal img{
    width: 300px;
    height: auto;
    border-radius: 15px;
}

.nature-horizontal2{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.nature-horizontal2 img{
    width: 300px;
    height: auto;
    border-radius: 15px;
}

.sport-picture{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.sport-picture img{
    width: 150px;
    height: auto;
    border-radius: 15px;
}

.sport-horizontal{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.sport-horizontal img{
    width: 300px;
    height: auto;
    border-radius: 15px;
}

.sport-horizontal2{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.sport-horizontal2 img{
    width: 300px;
    height: auto;
    border-radius: 15px;
}

.social{
    display: flex;
    justify-content: center;
    margin-top: 2%;
    margin-left: 27%;
    margin-right: 21%;
    gap: 150px;
}

.social a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 175%;
    text-decoration: dashed;
    color: rgb(27, 27, 27);
}

.social img{
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-left: -10%;
    margin-right: -15%;
    gap: -5px;
}

.txtsocial{
    display: flex;
    justify-content: center;
    margin-top: 1.5%;
    margin-left: 10%;
    margin-right: 10%;
}

.txtsocial h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
}

.txtmatos{
    display: flex;
    justify-content: center;
    margin-top: 2.5%;
    margin-left: 10%;
    margin-right: 10%;
}

.txtmatos h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
}

.selector {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    border: none;
    background: none;
    color: white;
    height: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: -45px;
    right: 3%;
}

.selector:hover {
    cursor: pointer;
}

.selector:hover .container {
    height: 90px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: space-around;
    border: none;
    color: white;
    height: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    overflow: hidden;
    transition: height 0.5s ease;
    background-color: rgb(27, 27, 27);
    border-radius: 5px;
}

#option {
    position: static;
    border: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: rgb(27, 27, 27);
}

#option::after {
    content: "";
    position: absolute;
    background-color: white;
    left: 0px;
    bottom: 40px;
    height: 1px;
    width: 0%;
    transition: width 0.4s ease;
}

#option:hover::after {
    width: 100%;
}

#option:hover {
    cursor: pointer;
}

#option2 {
    position: static;
    border: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: rgb(27, 27, 27);
}

#option2::after {
    content: "";
    position: absolute;
    background-color: white;
    left: 0px;
    bottom: 7px;
    height: 1px;
    width: 0%;
    transition: width 0.4s ease;
}

#option2:hover::after {
    width: 100%;
}

#option2:hover {
    cursor: pointer;
} 