


/*
 Theme Name:   hello-elementor-child
 Description:  Thème enfant pour personnaliser mon site
 Template:     hello-elementor
 Version:      1.0.0
*/

.projectContainer{
    display: flex;
    flex-wrap: wrap !important;
    gap: 25px !important;
}

.projectDescription{
    max-height: 150px !important;
    opacity: 0.7 !important;
}

.voirLeSite{
    margin-top: auto !important;
}

#presentations{
    opacity: 0.7 !important;
}

.projectCarte{
    opacity: 0;
    transform: translateX(-100px);  
    transition: opacity 01s ease-out, transform 01s ease-out;
}

.projectCarte.visible{
    opacity: 1;
    transform: translateX(0);     
}

@media (prefers-reduced-motion: reduce){
    .projectCarte{ opacity: 1; transform: none; transition: none; }
}

@media (prefers-reduced-motion: reduce){  
    .projectCarte{ opacity: 1; transform: none; transition: none; }
}


.nomEmail{
    display: flex !important;
    flex-direction: row !important;
}

.infos{
    width: 39% !important;
    border-radius: 25px !important;
    background-color: #F3EAE0;
    padding: 12px 18px;
}

.messageBox{
    position: relative;  
    width: 75%;
}

.messageBox .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}

.message{
    width: 100% !important;
    height: 150px !important;
    box-sizing: border-box;
    background-color: #F3EAE0;
    border-radius: 25px !important;
    padding: 12px 18px;
}

.envoyer{
    position: absolute !important;
    bottom: 70px !important;
    right: 15px !important;
    color: #F3EAE0 !important;
    background-color: #310816 !important;
    border-color: #310816 !important;
    font-size: 20px !important;
    border-radius: 25px !important;
}

.envoyer:hover{
    transform: scale(1.15) !important;   
    background-color: #C9A24B !important;
    border-color: #C9A24B !important;
}
.voirLeSite:hover{
    transform: scale(1.05) !important;
}

#fleche{
    display: inline-block;
}

.nomEmail .wpcf7-form-control-wrap{
    position: relative;
}

.wpcf7-not-valid{
    border: 3px solid #C9A24B !important;
}

.wpcf7-not-valid-tip{         
    display: none;
}

.wpcf7-response-output{       
    color: #C9A24B;
}

.wpcf7 form .wpcf7-response-output{
    border: none;
    margin-top: -65px !important;
    margin-left: -28px !important;
    margin-bottom: 0 !important;
}

@keyframes fad-in {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.elementor-element-fac4a63,
.elementor-element-a2f4f65{
    display: none !important;
}

html{
  scroll-behavior: smooth;
}

.page-header{
    display: none;
}

#safe{
    color: #6B1232 !important;
}

#safe:hover{
    color: #C9A24B !important;
}