.dropdown_window_container {
    /* width: 100%;  */
    position: relative;
    display: none;
}

.dropdown_window_option_cadre {
    position: absolute;
    padding: 8px;
    background-color: #fff;
    border-radius: 5px;
    top: -60px;
    width: 100%;
    max-width: 640px;
    max-height: 200px;
    z-index: 999;
    border: 1px solid #999; 
}

.dropdown_window_option_container {
    max-height: 180px;    
    overflow-y: scroll;
}

.dropdown_window_option {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    font-family: "Roboto", "Arial", sans-serif;
}

.dropdown_window_option:hover {
    background-color: #ddd;
}

.dropdown_window_option:last-child {
    border-bottom: none;
}

.option_selected {
    background-image: url('https://assets.peg.saint-gobain.com/xnet/2026/images/fleche_dropdown.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 10px center;   
}

.dropdown_title {
    width: 100%;
    max-width: 640px;
	font-size: 16px;
	line-height: 20px;
	min-height: 30px;
	cursor: pointer;
	border-radius: 5px;
    margin-top: 10px;
    background-color: #fff;
    background-image: url('https://assets.peg.saint-gobain.com/xnet/2026/images/fleche_dropdown.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding: 6px 15px;;
    padding-right: 25px; 
    border: 1px solid #999;  
}

.dropdown_mouse_out {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top:0;
    left: 0;
    display: none;
}

.dropdown_set {
    max-width: 640px;
    margin: auto;
}

#dropdown_set_2,
#dropdown_set_2 .dropdown_title,
#dropdown_set_2 .dropdown_window_option_cadre {
    max-width: 300px;
    margin-bottom: 20px;
    font-family: "Roboto", "Arial", sans-serif;
}

#dropdown_set_1,
#dropdown_set_1 .dropdown_title,
#dropdown_set_1 .dropdown_window_option_cadre {
    max-width: 500px;
    margin-bottom: 20px;
    font-family: "Roboto", "Arial", sans-serif;
}

label{
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 1.5rem;
}

.btn_default{
    padding: 5px;
    font-family: "Roboto", "Arial", sans-serif;
    border: 0;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    background-color: #fff;
}

p{
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 1.5rem;
}