div.his{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
.his p a{
    font-size: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.his p {
    padding-bottom: 3px;
    padding-top: 3px;
}
header .current a{
    border:#ffffff 3px solid ;
    border-radius: 10px;
    background: #35424a;
    color: #ffffff;
    text-shadow: none;
    box-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff;
}
.devoir{
	display:flex;
	width: 60%;
	margin: auto;
    justify-content: space-between;
}
.devoir div.his {
    box-sizing: border-box;
    flex-basis: 33%;
    margin-bottom: 10px;
}
@media (max-width:1680px){
    header .container{
        width: 92%;
    }
	.devoir{
        width: 92%;
	}
}
@media (max-width:1024px){
    .container{
        width: 92%;
    }
    .fieldboxes .container{
        width: 100%;
    }
    div.his, div.geo{
        justify-content: center;
        align-content: center;
        width: 100%;

    }
}
@media (max-width:768px){
    header .container{
        width: 100%;
    }
	.devoir{
        width: 100%;
	}
    fieldset{
        flex-basis: 95%;
    }
    fieldset legend{
        font-size: 15px;
        padding-bottom: 5px;
    }
    .his p {
        padding: 0;
    }
}
@media (max-width:540px){
    .container{
        width: 100%;
    }
	.devoir{
        flex-direction: column;
	}
    .devoir div.his {
    	flex-basis: 100%;
	}
    header .container{
        width: 100%;
    }
    .dropdown button{
        padding-right: 5px;
        padding-left: 5px;
    }
    .dropdown-content a{ 
        padding-right: 5px;
        padding-left: 5px;
    }
    
    header nav
    div.his, div.geo{
        display: flex;
        justify-content: center;
        align-content: center;
        justify-items: center;
        width: 100%;

    }
    div.his{
        margin-bottom: 10px;
    }
    fieldset legend{
        font-size: 15px;
        padding-bottom: 5px;
    }
}
@media (max-width:360px){
    /*header ul a{
        font-size: 14px;
    }*/
    header nav li{
        padding: 0px;
    }
}
@media (max-width:319px){
    header ul a{
        padding: 5px 5px;
        /*font-size: 13px;*/
    }
    header nav li{
        padding: 0;
    }
    header #branding h1 a{
        font-size: 25px;
    }
    .his p a{
        font-size: 13px;
    }
}