@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
#logo{
	position:static;
	background-image:linear-gradient(90deg, rgb(0, 41, 74) 16%, rgb(0, 154, 147) 100%);
}
	
#logo img {width:8rem;}
	
#title { 
	position: static;
	background-image:linear-gradient(90deg, rgb(0, 41, 74) 16%, rgb(0, 154, 147) 100%);
	background-size: 100%;
	display: table;
	background-repeat: repeat;
	word-break: break-word;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
	
#header::before{display: none;}
	
.left, .right {width: 100%;}

.left, #adresse {margin-bottom: 1.5rem;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
