.BackgroundColorr{
    background-color: #f6eae1;
    padding-bottom: 100px;
}

.lineCV{
    position: relative;
    left: 250px;
}

.ImgPersonneD{
    position: relative;
    left: 40px;
}

.PhraseMetier{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 29px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 60px;
    color: white;
    background-color:#f9aa92;
    border-radius: 30px;
    width: 48%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.CVT1,.CVT2,.CVT3,.CVT4,.CVT5,.CVT6,.CVT7,.CVT8{
    width: 450px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.ColDeux{
    display: flex;
    justify-content: center; 
    align-items: center;
}

.LogoUn,.LogoDeux,.LogoTrois{
    width: 120px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* The Modal (background) */
.cv-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content (image) */
.cv-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#cvModalCaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* Add Animation */
.cv-modal-content, #cvModalCaption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* The Close Button */
.cv-modal-close {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.cv-modal-close:hover,
.cv-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Blur background when modal is active */
.background-blur {
    filter: blur(5px);
}

.generate-cv-button {
    display: none; /* Le bouton est caché par défaut */
    margin: 20px auto;
    display: block;
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.generate-cv-button:hover {
    background-color: #45a049;
}
.cv-modal-prev, .cv-modal-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.3s;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.cv-modal-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.cv-modal-prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.cv-modal-prev:hover, .cv-modal-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
