

.opt{
    float: left;
    width: 25%;
    
    /* border: 2px solid var(--secondary_tc); */
    background-color: white;
    border-radius: 5px;
    margin-left: 5%;
    cursor: pointer;
}
.opt input{
    display: none;
}
.opt label{
    cursor: pointer;
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid white;
}
.opt input[type="radio"]:checked+label{
    border-radius: 5px;
    border: 2px solid var(--secondary_tc);
    /* background-color: var(--secondary_tc);
    color: white;
    box-shadow: 0 0 10px 2px var(--secondary_tc);
    border: none; */
}
#form_contact .form-select{
    /* background-image: none !important; */
    width: auto !important;
}


/*----------------- CSS pour tablettes ----------------------------------*/
@media all and (max-device-width:1024px) and (orientation: portrait){

}
@media all and (max-device-width:1024px) and (orientation: landscape){
    
}


/*----------------- CSS pour Smartphones et tablette---------------------*/
@media all and (max-device-width:768px) and (orientation: portrait){
    
}


/*----------------- CSS pour Smartphones --------------------------------*/
@media all and (max-device-width:480px) and (orientation: portrait){
    
}
@media all and (max-device-width:750px) and (orientation: landscape){
    
}

@media all and (max-device-width:920px) and (orientation: landscape){
    
}