@charset "utf-8";
/* Contenu de la page */

* {
  
	box-sizing:border-box;
}
@font-face {
  font-family: kiwi;
  src: url("Police/Montserrat-Regular.woff2");
  font-display: auto;
}
html, body {
	font-family:Montserrat,"sans-serif";
    margin: 0;
    color: black;
    scroll-padding-top: 80px;
    -webkit-font-smoothing: antialiased;
	line-height: 1.15;
	min-height:100vh;
	  display: flex;
    flex-direction: column;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

 h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
	color: #010819; }


h2 {
	line-height: 1.32;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: rgb(17, 17, 17);
	margin-top:3rem;
	
}

h2 br {
	display:none;
}
h3 {
	    font-size: 1.1875rem;
    margin: 0.625rem 0;	
  font-weight:600;
}
h4 {
	    font-size: 1rem;
    margin: 12px 0;
}
h5 {
	    font-size: 0.8rem;
    margin: 0.625rem 0;	
	font-weight:600;
}
.h5 {
	    font-size: 0.8rem;
    margin: 0.625rem 0;	
	font-weight:600;
}
p{
	font-size: 0.9rem;
	font-weight:normal;
	text-align: justify;
	text-align-last: left;
	margin:0 auto;
}
.row {
	padding: 9px 25px 9px; ;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
	width:45px;
	padding:10px;
	font-size:25px;
	text-align:center;
	border-radius:6px;
	height:45px;
	background-color:#2CA4DD;
	color:white;
    display: none;
	z-index:2;
}


@media (max-width:940px) {
  h2 {
	margin-bottom: 20px;
	margin-top: 0px;
}
	.row {
	padding:30px 0px;
}
}


@media (max-width:420px) {
 h2 {
	
    font-size: 20px;
   
}
h2 br {
	display:inherit;
}
h3 {
	    font-size: 1rem;
  
 
}
  
h5{
	
	font-size:12px;
	line-height:16px;
	display: inline-block; 
   text-align: center;
	
}
 p{
	
	font-size:12px;
	line-height:16px;
	display: inline-block; 
   
	    
	
	
}
}