@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@200;400;700;900&display=swap');

.grecaptcha-badge {
    visibility: collapse !important;
}

.num{

}


.exemple {
	min-height: 300px;
	background-color:red;
}
.test {
	position: relative;
	/*top: 600px;*/
}

.scroll {
	position: fixed;
	top: 0px;
}

.bg { background-color:red;}

.card-erakys {
	display:flex;
	flex-direction: column;
	align-items: center ;
	border: 10px solid #fff;
	width:200px;
	height:200px;
	border-radius: 50%;
	background: #2191d0;
	color:#fff;
	justify-content: center;
	-webkit-box-shadow: 18px 20px 15px -3px rgba(0,0,0,0.28); 
box-shadow: 18px 20px 15px -3px rgba(0,0,0,0.28);
}

ul.card-erakys { 
	list-style:none;
	margin: 0;
    padding: 0;
	}

.card-erakys-titre { font-weight:900; color:#fff; font-size:3rem; font-family: 'Catamaran', sans-serif; line-height: 1;}
.card-erakys-texte { text-align:center;}
.container {
  max-width: 1280px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }



.bg-erakys {
    background-color: #2291d0!important;
}

.bg-light {
    background-color: #feffff!important;
	/*padding: 4rem;
	 background: url(../img/publcitie-digitale.jpg) no-repeat top; 
  background-size: 100%;
  padding-top: 50%;*/
  max-width:1280px;

}

.list-check { list-style-type:"\2714"; padding-left:15px; padding-bottom:15px;}

.bg { background-color:#fbfbfb;}

.titre {  padding:15px; text-align: left; margin-bottom:30px;}
.zone {
    text-align: left;
    padding: 15px 30px 15px 30px;
	min-height: 250px;
}

.zone2 {
    text-align: left;
    padding: 30px;
	background-color:#ebecee;
	margin-top:20px;
	
	border-top: 10px dashed #2291d0;
}


.wdash {border: 10px dashed #ffffff;
    padding: 20px; margin-bottom:32px;}

.italic { font-style:italic; font-size:0.8rem;}
.zone2 h1, .zone2 .hh1 {
   
  
    
}


body, html { color:#213235; font-family: 'Quicksand', sans-serif;
}

.h2, h2 {
    font-size: 1.3rem;
    color: #2291d0;
    font-weight: bold;
	margin-top: 15px;
	font-family: 'Catamaran', sans-serif;

}

h1, .hh1 {font-weight: 900;    line-height: 1.1;     font-size: 2.5rem;     color: #213235; font-family: 'Catamaran', sans-serif;
}







.h3, h3 { font-family: 'Catamaran', sans-serif;

    font-size: 1.75rem;
    padding-top: 20px;
}

.blue { color: #2291d0;
    font-weight: bold;}
	
.txt {  font-size:1.2rem;font-weight: 500; padding:15px;}	

@media ( max-width : 900px) {

img {
   
    width: 100%;
}

.bg-light { width:100% !important; padding-left:0rem !important;padding-right:0rem !important;  padding-bottom:0rem !important; }

h1, .hh1 {
   
    font-size: 1.8rem;
   
}

.titre {
   
    padding: 8px;

}

.zone {
  
    padding: 15px;
}

.card-erakys { margin-bottom:30px !important;}
}




.flex {
	display:flex;
	overflow:hidden;
	position:relative;
}

 .space-evenly {justify-content:space-evenly;}
 .column {flex-direction:column;}
 .column-row{flex-direction:row;}
 .row-column-reverse {flex-direction:column;}
 .w-50-100 { width:100%;}
 .row-column{flex-direction:column;}
 .justify-content-center { justify-content: center;}
 .align-content-center {align-content: center; }
 .align-items-center {align-items:center;}
 .align-content-start {align-content: flex-start;}
.dash {}
.titre {border-left:6px dashed  #2291d0; padding-left: 20px !important;}

.txt-center {text-align:center;}
.small {font-size:0.8rem;}


 @media ( min-width : 900px) {
 .w-50-100 { width:50%;}
 .column-row{flex-direction:column;}
 .row-column{flex-direction:row;}
 .row-column-reverse {flex-direction:row-reverse;}
 .bg-light {/*padding-top:470px;*/}
 .formdav { background-color:#fff; /* margin-top:50px;*/ position:relative; }
 .pasbouger { position:fixed;  }
.dash {border-left:6px dashed  #2291d0!important; padding-left: 20px !important;}
.titre {border:none; padding-left: auto;}
	}
	

.form-group {
    
    margin-left: 15px;
}	
	
	
 
.contact	{
	position: fixed;
	bottom: 50px;
	right:30px;
	z-index: 20;
	display: flex;
    flex-direction: column;
    align-items: center;
    border: 5px solid #fff; 
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #213235;
    /* color: #fff; */
    justify-content: center;
    -webkit-box-shadow: 18px 20px 15px -3px rgb(0 0 0 / 28%);
    box-shadow: 18px 20px 15px -3px rgb(0 0 0 / 28%);
	color:#fff;
  
  }	
	

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
	
	
	
	
	
	
	
	