@media screen and (max-width: 1800px){
    
    #p1_div1_screen_first{
        font-size: 17px;
    }
}

@media screen and (max-width: 1300px){  
    
    #p2_bloc_part2{
        display: none;
        flex-direction: row;
        justify-content: space-around;
    }
    
    .p2_couleur_ext_div{
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
        width: 400px;
        background-color: white;
    }
    
    .p2_couleur_int_div{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        height: auto;
        width: 400px;
        background-color: white;
    }
    
    .p2_couleur_general{
        height: 40px;
        width: 300px;
        margin-left: 20px;
        margin-right: 20px;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .checked_color_img{
        width: 30px;
        height: 30px;
    }
    
        #p3_div1 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .p3_bloc1, .p3_bloc2, .p3_bloc3, .p3_bloc4 {
        margin-bottom: 10px;
    }
    
    .p3_bloc6 {
        margin-top: -30px;
    }
    
    #p3_h1 {
        font-size: 40px;
    }
    
    .p3_div_info p {
        font-size: 35px;
    }
    
    .p3_select {
        font-size: 30px;
        height: 60px;
    }
    
    .p3_div_input {
        height: 50px;
        font-size: 25px;
    }
    
    .p3_label, .p3_bloc9 p  {
        font-size: 28px;
        margin-left: 10px;
    }
    
    #p3_div1 button {
        font-size: 28px;
        height: 60px;
        width: 60%;
    }
    
    .nom, .prenom, .mail, .tel, .cp {
        font-size: 25px;
    } 
    
    #checkbox_1_p3, #checkbox_2_p3 /*input[type=checkbox]*/ {
        transform: scale(2);
        margin-right: 10px;
        margin-left: 10px;
    }
    
    .p3_label_checkbox {
        font-size: 22px;
        line-height: 1cm;
    }
    
    .p3_div_info {
        width: 90%;
    }
    
    .p3_bloc9 {
        width: 90%;
    }
    
}

@media screen and (max-width: 980px){
    

}