.menu_haut {
    padding-top:5%;
  }

@media print, screen and (min-width: 40em) {
  .menu_haut {
    padding-top:15%;
  }
} 

@media print, screen and (min-width: 64em) {
  .menu_haut {
    padding-top:12%;
  }
} 

.resimg {
	width:50px;
}

.maxh {width:96% !important; overflow:scroll;}

@media print, screen and (min-width: 40em) {
 
  h3, .h3 {
    font-size: 1.7375rem !important; }
  .resimg {
	width:60px;
	}
   
 }
  
	
@media print, screen and (min-width: 64em) {
  
  h3, .h3 {
    font-size: 1.9375rem !important; }
  .resimg {
	width:70px;
}

  }



.beau {
	/*letter-spacing: 2px;*/
	text-transform: uppercase;
	color: #39557a !important;
	font-family: "Oswald",sans-serif;
	font-weight: 400;
}

.bouton-paypal {
    background-image: url(../img/bouton-paypal.png);
    padding: 100px 340px 0px 0px;
    width: 340px;
    height: 100px;
    background-repeat: no-repeat;
}

.circle-red {
    width: 30px;
    height: 30px;    
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #333;
}

.no-padding {padding:10px !important;}

.lcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 95%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}
fieldset legend {
    background: #fff;
    font-weight: bold;
    margin-left: -0.1875rem;
    margin: 0;
    padding: 0 0.1875rem;
}
legend {
    color: #15848F;
}
legend {
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    padding: 0;
}
legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}