*, *::before, *::after {
    box-sizing: border-box;
    --orange: rgb(255, 118, 0);
    --blue: rgb(0, 96, 185);
    --soft-blue: rgb(195, 226, 241);
    --soft-orange: rgb(245, 184, 124);
    --apricot: rgb(255, 218, 179);
}

@font-face {
    font-family: "Roboto-bold";
    src: url("../fonts/roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-black";
    src: url("../fonts/roboto/Roboto-Black.ttf");
}

@font-face {
    font-family: "Roboto-light";
    src: url("../fonts/roboto/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto-italic";
    src: url("../fonts/roboto//Roboto-Italic.ttf");
}

@font-face {
    font-family: "Roboto-medium";
    src: url("../fonts/roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

 @font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont2.ttf") format("truetype");
   font-weight:400;
  font-style: normal; }
  
   @font-face {
  font-family: 'fontawesome2';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../joggerpublic/fonts/fa-solid-900.woff2") format("woff2"), url("../joggerpublic/fonts/fa-solid-900.woff") format("woff"), url("../joggerpublic/fonts/fa-solid-900.ttf") format("truetype"), url("../joggerpublic/fonts/fa-solid-900.svg#fontawesome") format("svg"); }

::-webkit-details-marker {   display:none; }

html {
   
    background-attachment: fixed;
    background-position: top left;
    background-size:cover;
    background-repeat: no-repeat;
    -webkit-text-size-adjust: none;
	touch-action: manipulation;
}

body {
    font-family: 'Roboto';
    -webkit-font-smoothing:antialiased;
    margin:0px;
    font-size: 1.2rem;
	min-height:100vh;
    
}
.overflow{overflow:hidden;}

img{width:100%;}

#login-logo img{width:auto;}

#toast {
      visibility: hidden;
      max-width: 50px;
      height: 250px;
      /*margin-left: -125px;*/
      margin: auto;
      background-color: #333;
      color: #fff;
      text-align: center;
      border-radius: 5px;

      position: fixed;
      z-index: 1002;
      left: 0;right:0;
      top: 50px;
      font-size: 17px;
      white-space: nowrap;
  }
  #toast #img{
  	width: 0px;
  	height: 150px;

      float: left;

      padding-top: 16px;
      padding-bottom: 16px;

      box-sizing: border-box;


      background-color: #111;
      color: #fff;
  }
  #toast #desc{


      color: #fff;

      padding-top: 50px;
      padding-bottom: 50px;

      overflow: hidden;
  	white-space: normal;
  }

  #toast.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
  }
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}

/*****************LOGIN***************/
.login{
	background-image: url("../images/leclerc/background.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	
	
}
.login-mobcode{
	background-image: url("../images/leclerc/background.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.login-header {
	position: relative;
	top: 5px;
	vertical-align: top;
	/*margin: 35px 26px;*/
	padding: 10px 0 0 0;
	width: 500px;
	height: 5px;
	margin-left: auto;
    margin-right: auto;
    margin-top:50px;
	font-size: 1.6em;
	background-color:transparent;
/*	background-image: url("../images/ombre.png");*/
	background-repeat: no-repeat;
	background-size:cover;
	/*background-image: linear-gradient(to bottom, #dacdb1 11%, #f0e8d8 56%);*/
/*	box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #000000 inset;*/
z-index:10;
	
}
/*.login-header:after, .login-header:before {
	content: " ";
	position: absolute;
	width: 50%;
	height: 3px;
	z-index: -10;
}*/

.login-header:before { background: green;}
/*.login-header:after { background: linear-gradient(#d2cfcf, 10%,#ebe7e7); }*/

.horizontal2{}
/*.horizontal2:before {
	top: 0px;
	
	width: 450px;
	height: 3px;
	
	border-radius: 125px / 12px;
	box-shadow: 0 0 8px #555;
}
.horizontal2:after { 
	bottom: 0px;

	width: 500px;
	height: 3px;
	
	border-radius: 125px / 12px;
	box-shadow: 0 3px 8px #565656;
}
*/

.mobcodesimple{margin: 50px 0;}
.wrapper{/*height: 100vh;line-height: 100vh;*/text-align: center;}
.card-login{width:450px;height:600px;position:relative;margin-left:auto;margin-right:auto;margin-top:auto;margin-bottom:auto;background-color: #ffffff;text-align: center;    line-height: 1.2;vertical-align: middle; display: inline-block; z-index: 10;}


.text-blue{color:#006eb6;}




.card-login form{width:80%;   margin: 0 auto;}
.login-logo{text-align:center;margin:30px 0;}
.login-logo img{width:auto}
.card-login a{color:#000000;}

.login-footer{text-align:center;color:#ffffff;font-family:"Roboto-light";position: fixed;bottom: 20px;width:100%;    z-index: 1;}
.login-footer a{color:#ffffff;}
.login-footer-profile{text-align:center;color:#ffffff;font-family:"Roboto-light";position: absolute;bottom: 5px;width:100%;z-index:1;}
.login-footer-profile a{color:#ffffff;}

.btn-connect{
	background-color: #f39400;
    border-radius: 2px;
    width: 100%;
    transition: 700ms;
    color: #ffffff;
    font-family: "Roboto-bold";
   /* border-left: 1px solid #f39400;
    border-right: 1px solid #f39400;
    border-top: 1px solid #f39400;
    border-bottom: 3px solid #60a7d6;*/
    border: 1px solid #f39400;
    box-shadow: 0px 3px 2px   #60a7d6;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size:1.2rem;
    text-align: center;
    cursor: pointer;
}

.btn-connect2{
	background-color: #f39400;
    border-radius: 2px;
    width: 40px;
    transition: 700ms;
    color: #ffffff;
    font-family: "Roboto-bold";
    border: 1px solid #f39400;
    box-shadow: 0px 3px 2px   #60a7d6;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size:1rem;
    text-align: center;
    cursor: pointer;
}

input[type='text'],
input[type='number'],
input[type='date'],input[type='time'],
textarea {
  font-size: 100%;
}

input[type='email'],input[type='password']{
	width:100%;
	font-size: 100%;
	border-radius:2px;
	border: 1px solid #60a7d6;
	box-shadow: 0px 3px 2px   #60a7d6;
	height:40px;
	margin: 10px 0;
}
input[type='password']::placeholder{font-size:1.2rem;}
input[type='tel'] {
	width:100%;
	font-size: 100%;
	border-radius:2px;
	border: 1px solid #60a7d6;
	box-shadow: 0px 3px 2px   #60a7d6;
	height:40px;
	margin: 10px 0;
}
.login h1 {
    font-family: "Roboto-black";
    
    font-size: 1.85rem;
    width: auto;
    color: #f39400;
    /* white-space: nowrap; */
}
.title-left{width:100%;text-align:left;}
.title-right{width:100%;text-align:right;}
.link-login{color:#60a7d6 !important;margin-top:20px;}

.form{
	width: 60%;
    margin-left: auto;
    margin-right: auto;
}
/*******************************/

/**************profil************/
.grid{justify-content:space-between;min-height:100vh}
.l-container-main{width: 100%; overflow-y: scroll;height: 100vh;}
.l-container-main2{width: 100%; overflow-y: hidden;height: 100vh;}
.class-overfolw{overflow-y: hidden;}
.positionf{}

/*.l-header{display:flex;justify-content: space-between; align-items: center;background-color:#ffffff;;padding: 10px 50px 0 50px;
background-image: linear-gradient(to bottom, #dacdb1 11%, #f0e8d8 56%);
	box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset;}*/
.header-logo-img img{width:70%;}
.header-menu{display:flex;color:#f39400;text-align: right; gap: 20px;font-size: 1.2rem;}
.header-menu a{text-decoration:none;color:#f39400;}
.active{text-decoration:underline !important;font-family:"Roboto-bold";}
#toggle_nav{display:none;}
.l-header {
	position: relative;
	
	vertical-align: top;
	/*margin: 35px 26px;*/
	padding: 10px 0 0 0;
	width: 100%;
	height: 150px;
	
	font-size: 1.6em;

	background-color:#ffffff;

	
	/*background-image: linear-gradient(to bottom, #dacdb1 11%, #f0e8d8 56%);*/
/*	box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #000000 inset;*/
	
}
.sousl-header{background-image: url("../images/leclerc/ombrerofile.png");
	background-repeat: no-repeat;
	background-size:cover;
	height: 10px;
	background-position: 50% 50%;}
/*.l-header:after, .l-header:before {
	content: " ";
	position: absolute;
	width: 50%;
	height: 100px;
	z-index: -10;
}

.l-header:before { background: green;}
.l-header:after { background: red; }*/
.horizontal{}
.horizontal:before {
	top: 0px;
	left: 5%;
	width: 80%;
	height: 50px;
	
	border-radius: 125px / 12px;
	box-shadow: 0 0 8px #555;
}
.horizontal:after { 
	bottom: 0px;
	left: 5%;
	width: 80%;
	height: 50px;
	
	border-radius: 125px / 12px;
	box-shadow: 0 0 8px #565656;
}




.single:before { display: none; }

.l-header-flex{
	justify-content: space-between;
    align-items: center;
    display: flex;
    width: 80%;
    margin: 0 auto;
}
main {
	background-color:#ffffff;
    width: 80%;
    margin: 30px auto;
    z-index:5;
    position:relative;
}
.main2{
	background-color:#ffffff;
    width: 800px;
    margin: 30px auto;
    z-index:5;
    position:relative;
}
.form2{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.confirmation{width: 100%;padding: 80px 25px;color: #006eb6;font-size: 1rem;margin-left: auto;margin-right: auto;}

.login-mobcode main {
	background-color:#ffffff;
    width: 60%;
    margin: 30px auto;
}

.alert{color:red;}
.input-content{display: flex;align-content: center;}
.affichicon{margin: 10px 0 0 -40px;height: 40px;line-height: 40px;}

.logout{width: 100%;text-align: right;font-size: 1rem;padding-right:15px;}
.logout a{text-decoration:none;}
.icon-logout{
	font-family: 'FontAwesome';	
	font-size:1.5em; 
	font-weight: 400;
	color: #f39400;
}
.icon-logout:before{content: "\f08b"  /*"\f0f3"*/;}
.icon-eye, icon-eyeoff{
	font-family: 'FontAwesome';	
	font-size:1.5em; 
	font-weight: 400;
	color: #f39400;
}
.icon-eye:before{content: "\f06e"  /*"\f0f3"*/;}
.icon-eyeoff:before{content: "\f070"  /*"\f0f3"*/;}

.icon-tchat{
	font-family: 'FontAwesome';	
	font-size:1.5em; 
	font-weight: 400;
	color: #f39400;
}
.icon-tchat:before{content: "\f086"  /*"\f0f3"*/;}
/***********/

.icone-search{
	font-family: FontAwesome;	
	font-size:2em; 
	color:#f39400;
	margin-left:5px;
}
.icone-search:before{
	content: "\f002"  ;
}

.icone-circle{
	font-family: FontAwesome;	
	font-size:0.5em; 
	color:red;
}
.icone-circle:before{
	content: "\f111"  ;
}

.icone-newtchat{
	color:#f39400 !important;
	font-family: FontAwesome;
	font-size:2em;
}
.icone-newtchat:before{
	content: "\f044"; /*"\f0e5"*/
}

.flexicone{display:flex;gap: 1rem;}/*gap: 20px;*/
.taille-icone{}
.radio-act{margin:20px 10px;}
.radio-act [type="radio"] {
    position: relative;
    margin-right:20px;
   /* opacity: 0;*/
}
/******formulaire**********/
.lds-spinner {
    color: official;
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
}
.formulaire{padding:25px;color:#006eb6;font-size:1rem;}  /*padding:25px;*/
.form-champs{display:flex;justify-content: space-between;gap: 20px;margin-bottom:20px;}
.form-champsbis{display:flex;justify-content: space-between;gap: 20px;margin-bottom:20px;border-top: 1px solid #006eb6; padding: 10px 0;}
.col{width:50%;padding-right: 20px;}
.col70{width:70%;padding-right: 20px;}
.col30{width:30%;padding-right: 20px;margin-top:auto;margin-bottom:auto;}
.col50{width:50%;padding-right: 20px;}
.bordurebleu{border:1px solid #006eb6;padding:10px;line-height: 25px;border-radius:5px;}
.bordurebottomorange{border-bottom:1px solid #f39400;}

label{width:35%;line-height: 2rem;white-space: nowrap;}
.field{width:65%;}
.flex{display:flex;align-items: center;justify-content: space-between;}
.flex-top{display:flex;align-items: center;gap:20px;}
.form-text-info{border-top:1px solid #006eb6;padding:10px 0;}
.form-text-info a{color:#f39400;}
.form_acc{border-top:1px solid #006eb6;padding:10px 0;}
.form-group{margin-top: 10px;}
.width60{width:60%;}
.width10{width:20%;}
input[type='text'],select, input[type='date'],input[type='time']{
	width:100%;
	font-size: 100%;
	border-radius:2px;
	border: 1px solid #60a7d6;
	box-shadow: 0px 3px 2px   #60a7d6;
	height:40px;
	margin: 10px 0;
}
textarea{
	width:100%;
	font-size: 100%;
	border-radius:2px;
	border: 1px solid #60a7d6;
	box-shadow: 0px 3px 2px   #60a7d6;
	
	margin: 10px 0;
}
.form-validate{width: 40%;margin-left: auto;margin-right: auto;text-align:center;}
.mention{font-family:"Roboto-italic";font-size:0.8rem;text-align:left;line-height: 2rem;    width: 40%;color:red;white-space:nowrap;}
/*******************/

.ml{padding:20px;}

.margin10mobile{}

.col-md-4 {
    flex: 0 0 30%;
    max-width: 30%;
}

/*************responsive************/
@media screen and (max-width: 1024px) {

    main { width: 90%;}
    .main2 { width: 90%;}
   

}
@media screen and (max-width: 998px) {
	.form-champs{display:block;}
	.form-champsbis{display:block;}
	.col{width:100%;padding:0;}
	
	 .confirmation{ width: 100%;}

}

@media screen and (max-width: 428px) {

	.l-header{position:fixed;z-index:10;}
	.l-header-flex{width:90%;}
	.sousl-header{margin-top:100px;}
	.login-header{width:100%;}
	.header-logo-img{width:50%;}
	.horizontal2:after{width:100%;}
	.l-header{height: 140px;}
	.l-container-main{height:95vh;}
	.l-container-main2{height:95vh;}
	 main{margin: 100px auto;}
	.card-login{width:90%;margin-left:auto;margin-right:auto;}
	.btn-connect{font-size:1.2rem;padding:10px;}
	.form-champs{display:block;}
	.form-champsbis{display:block;}
	.flex{display:block;}
	.col{width:100%;padding:0;}
	.col70{width:100%;padding-right: 0px;}
	.col30{width:100%;padding-right: 0px;}
	.col50{width:100%;padding-right: 0px;} /*{width:50%;*/
	.flex{display:block}
	.width60{width:100%;}
	.width10{width:100%;}
	label{   white-space: pre-line;line-height:1.5rem;}
	.field{width:100%;}
	.form-validate{width:100%;}
	.positionf{position:fixed;}
	
	.taille-icone{width:100%;}
	
	.formulaire{padding:5px;}
	
	.form{width: 100%;}
	
	.login-footer{position:relative;margin-top:40px;}
	
	.confirmation{ width: 100%;}
	
	.margin10mobile{margin-top:10px;}
	.bordurebleu{padding:10px;}
	
	.header-menu{display:none;}
	#toggle_nav{display:block;}
	
	 .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    min-width: 300px;
    transform: translate3d(-100%, 0, 0);
    transition: 300ms ease transform 10ms;
	}
	
	.navbar {
	  position: relative;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: space-between;
	  padding: 0.5rem 1rem; }
	  .navbar > .container,
	  .navbar > .container-fluid {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between; }

	.navbar-brand {
	  display: inline-block;
	  padding-top: 0.3125rem;
	  padding-bottom: 0.3125rem;
	  margin-right: 1rem;
	  font-size: 1.25rem;
	  line-height: inherit;
	  white-space: nowrap; }
	  .navbar-brand:hover, .navbar-brand:focus {
		text-decoration: none; }

	.navbar-nav {
	  display: flex;
	  flex-direction: column;
	  padding-left: 0;
	  margin-bottom: 0;
	  list-style: none;
	  text-transform: uppercase;
	 }
	  .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0; }
	  .navbar-nav .dropdown-menu {
		position: static;
		float: none; }

	.navbar-text {
	  display: inline-block;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem; }

	.navbar-collapse {
	  flex-basis: 100%;
	  flex-grow: 1;
	  align-items: center; }

	.navbar-toggler {
	  padding: 0.20rem 0.75rem;
	  font-size: 1rem;
	  line-height: 1;
	  background-color: transparent;
	  border: 1px solid transparent;
	  border-radius: 0.25rem; }
	  .navbar-toggler:hover, .navbar-toggler:focus {
		text-decoration: none; }
	  .navbar-toggler:not(:disabled):not(.disabled) {
		cursor: pointer; }

	.navbar-toggler-icon {
	  display: inline-block;
	  width: 1.5em;
	  height: 1.5em;
	  vertical-align: middle;
	  content: "";
	  background: no-repeat center center;
	  background-size: 100% 100%;
	}
  
  

	#toggle_nav span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 3px;
    background-color: #f39400;
	}
	.navbar-collapse.open {
    transform: translate3d(0, 0, 0);
	}
	
	.col-md-4{width:100%; max-width: 100%;}
	
	

}


/******************************/

/*header {
    margin-top: 2rem;
    padding: 1rem 3rem 1rem 5rem;
    background-color: var(--orange);
    color: white;
    align-items: center;
    border-radius: 15px 15px 0 0;
    border: 1px solid white;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 2rem;
}*/

h1 {
    font-family: "Roboto-black";
   /* letter-spacing: .2rem;*/
    font-size: 1.85rem;
    width: auto;
    /* white-space: nowrap; */
}

header div {
   /* flex-grow: 1;*/
}

section {
    padding: 2rem 5rem 1rem 5rem;
   
}


strong {
    font-family: "Roboto-bold";
    letter-spacing: .5px;
}
.mobile{display:none;}
.question-title-and-img {
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #ffffff;
}

.question-title-and-img img {
    /* width: 30%; */
    padding: 2rem;
    margin-top: -3rem;
    margin-right: -2rem;
}

.question-title {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.question-title p:first-of-type {
    font-size: 1.2rem;
    font-family: "Roboto-medium";
    color: #0a0b37;
}

.match {
    background: linear-gradient(180deg, white 50%, var(--apricot) 50%);
}

.question-title h2 {
    font-size: 1.7rem;
    font-family: "Roboto-bold";
}

.question-title h2, .question-title p:last-child {
    margin:0;
    color: var(--orange);
}

.question-title p:last-child {
    font-size: 1rem;
    font-family: "Roboto-italic";
}

nav {
    background-color: white;
    border-radius: 0 0 15px 15px;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav a, .next {
    font-family: "Roboto-bold";
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: #f39400;
   /* background-color: var(--soft-orange);*/
    border-radius: 20px;
    padding: 0.5rem 1rem;
   /* border: 2px solid var(--orange);*/
    transition: background-color 0.4s;
}

.submitBtn {
    font-family: "Roboto-bold";
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    background-color: var(--soft-orange);
    padding: 0.5rem 2rem;
    transition: background-color 0.4s;
    background-color: rgb(0, 112, 188);
    border: 2px solid rgb(5, 81, 132);
    color:white;
    height: 50px;
    border-radius: 40px;
    font-size: 1.2rem;
}

.submitBtn:hover, .submitBtn:focus {
    background-color: rgb(30, 151, 232);
}

nav a:hover, .next:hover, nav a:focus, .next:focus {
    background-color: var(--apricot);
}

.questions, .questions-checkbox {
    padding-top: 1.5rem;
    /* padding-right: 5rem; */
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    /* height: 600px;
    overflow-y: scroll; */
}

#container-questions {
    font-family: "Roboto-light";
    /* height: 600px;
    overflow-y: scroll; */
    padding-top: 1.5rem;
}

.questions-blue, .questions-orange {
    height: auto;
    overflow-y:hidden;
    width: 95%;
    border-radius: 15px;  
    padding: 3rem;
}

.container-questions-title {
    text-indent: 48px;
    margin: 0 0 -.7rem 0;
    font-size: 1.3rem;
}

.orange-mark {
    font-family: "Roboto-bold";
    background: linear-gradient(180deg, white 50%, rgb(255, 207, 161) 50%);
}

.blue-mark {
    font-family: "Roboto-bold";
    background: linear-gradient(180deg, white 50%, rgb(60, 163, 213) 50%);
}

.questions-checkbox {
    width: 80%;
    margin: auto;
    /* padding-right: 7rem; */
}

.questions-checkbox label {
    font-family: "Roboto-light";
    background-color: rgb(237, 237, 237);
    border-radius: 15px;
    padding: 1rem;
}

.questions-checkbox input[type="checkbox"] {
    position: fixed;
    opacity: 0;
}

.questions-checkbox label {
    position: relative;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 50px;
}

/* selector has not working with firefox */
.questions-checkbox label:has([type="checkbox"]:checked) {
    color: rgb(255, 50, 0);
    background-color: rgb(255, 179, 113);
}

/* add a custom checkmark for checkbox input */
.checkmark {
    border: .5px solid grey;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* for hover selector : .questions-checkbox label:hover input ~ .checkmark,*/
.questions-checkbox label  input:checked ~ .checkmark {
    background-color: rgb(255, 50, 0);
    border: .5px solid rgb(255, 50, 0);
}
  
.questions-checkbox label input:checked ~ .checkmark:after {
    display: block;
}

.questions div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    gap: 2rem;
}

.questions div p {
    width: 50%;
    font-family: "Roboto-light";
}


[type="radio"] {
    position: relative;
   /* opacity: 0;*/
}
input[type='radio']:after { width: 25px; height: 25px; border-radius: 25px; top: -8px; left: -1px; position: relative; background-color: #ffffff; content: ''; display: inline-block; visibility: visible; border: 2px solid #006eb6; } 
input[type='radio']:checked:after { width: 25px; height: 25px; border-radius: 25px; top: -8px; left: -1px; position: relative; background-color: #006eb6; content: ''; display: inline-block; visibility: visible; border: 2px solid #006eb6; }






.radio-btns label {
    font-family: "Roboto-light";
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    border: .5px solid grey;
    padding: 3px 7px;
    background-color: white;
}

[type="radio"]:checked + label {
    background-color: var(--orange);
    color: white;
    font-weight: bold;
    padding: 7px 11px;
    border: none;
}

[type="text"] {
   /* background-color: rgb(255, 179, 113);*/
    padding: 7px 11px;
    border: none;
    border-radius: 15px;
    width: 70%;
}

[type="text"]::placeholder {
    color: black;
}

.textarea {
    display: flex;
    flex-direction: column;
}

.textarea textarea {
    background-color: rgb(195, 226, 241);
    border-radius: 15px;
    border: none;
    overflow: auto;
    resize: none;
    padding: 1rem;
    height: 500px;
}

#box-shadow {
    position: relative;
    display: flex;
    justify-content: center;
}

#shadow1 {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.644);
    border-radius: 0 0 15px 15px;
    height: 25px;
    width: 90%;
    margin: auto;
}

#shadow2 {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.267);
    border-radius: 0 0 15px 15px;
    height: 50px;
    width: 80%
}

#error-messages {
    text-align: center;
    color: red;
}

footer {
    width: 90%;
    margin: 6rem auto 5rem auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

footer div {
    display: flex;
    width: 100%;
    gap: 1rem;
    justify-content:center;
    align-items: center;
}

footer ol {
    font-family: "Roboto-bold";
    letter-spacing: 1px;
    font-size: .8rem;
    display: flex;
    justify-content: space-around;
    padding: 0;
    width: 90%
}

footer ol li {
    flex-basis: 20%;
    text-align: center;
    margin: 0 20px;
}

progress {
    -webkit-appearance: none;
    border:none;
    width: 90%;
    height: 6px;
    border-radius: 15px;
}

progress::-webkit-progress-value {
    background-color: var(--orange);
    border-radius: 15px;
}

progress::-webkit-progress-bar {
    -webkit-appearance: none;
    background: white;
    border-radius: 15px;
    height: 6px;
}

progress::-moz-progress-bar {
    background: var(--orange);
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: var(--blue) !important;
    border-radius: 15px;
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--soft-blue) !important;
    border-radius: 15px;
    width: 6px;
}

.questions, .questions-checkbox, #container-questions, textarea {
    scrollbar-width: auto;
    scrollbar-color: var(--blue) var(--soft-blue);
}

@media screen and (max-width: 1300px) {
    .questions div {
        gap: 1rem;
    }

    header h1, .question-title h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1024px) {



    .question-title-and-img {
        flex-direction: column-reverse;
        align-items: center;
    }

    .question-title-and-img img {
        margin: 0;
        width: 60%;
        padding: 0 0 2rem 0;
    }

    .container-questions-title {
        text-indent: 1.5rem;
    }

    .questions, .questions-blue, .questions-orange {
        margin-bottom: 1rem;
        padding: 0;
    }

    /* .questions-checkbox {
        padding-right: 2rem;
    } */

    .questions div {
        flex-direction: column;
    }

    .questions div p {
        width: 80%;
    }

    .radio-btns {
        flex-direction: row !important;
        gap: 2rem!important;
    }

    footer {
        width: 90%;
    }
}

@media screen and (max-width: 780px) {
    .container-questions-title:has(.blue-mark) {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {

    header {
        padding: 1rem 1rem 1rem 2rem;
    }

    main {
        width: 90%;
    }

    header h1 {
        white-space:unset;
    }

    header div svg {
        display: none;
    }

    section {
        padding: 1rem 2rem;
    }

    .questions-checkbox {
        width: 90%;
    }

    .questions {
        margin-bottom: 0rem;
    }

    .questions div p {
        width: 90%;
    }
}

@media screen and (max-width: 428px) { /*avant 425*/

    header {
        padding: .5rem .5rem .5rem 1rem;
    }

    main {
        width: 100%;
    }

    section {
        padding: 1.3rem;
    }

    .question-title p:first-of-type {
        font-size: .9rem;
    }

    .question-title p:last-child {
        font-size: .8rem;
    }

    /* .questions, .questions-checkbox, #container-questions {
        height: auto;
        overflow-y: hidden;
        height: 600px;
        overflow-y: scroll;
    } */

    .questions-checkbox {
        width: 95%;
        padding-right: 0;
    }

    .questions div p {
        text-align: center;
    }

    .radio-btns {
        gap: 1.2rem!important;
    }

    footer ol {
        font-size: .7rem;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
}

@media screen and (max-width: 375px) {

    section {
        padding: .8rem;
    }

    .question-title p:first-of-type {
        text-align: center;
    }

    .questions div p {
        width: 100%;
    }

    .radio-btns {
        gap: .8rem!important;
    }

    .container-questions-title {
        margin-bottom: -.8rem;
        text-indent: .5rem;   
    }

    footer ol {
        font-size: .6rem;
    }
}

/********************************************************************************************************************/
/*****************************************************PAGE INDEX*****************************************************/
/********************************************************************************************************************/

.section-index {
    display: flex;
    align-items: flex-start;
    gap: 5.5rem;
    line-height: 1.7;
    padding-bottom: 0!important;
}

.section-index ul {
    list-style: none;
}

.section-index ul li span {
    color: rgb(238, 138, 39);
    font-family: "Roboto-black";
}

.section-index ul li ol > li::marker {
    font-family: "Roboto-medium";
}

.nav-index {
    height: 120px;
}

/* .nav-index a {
    padding: .5rem!important;
} */

@media screen and (max-width: 1440px) {

    .section-index {
        gap: 2rem;
    }
}

@media screen and (max-width: 1300px) {

    .section-index {
        gap: 1rem;
        flex-direction: column-reverse;
        align-items: center;
    }

    .header-index h1 {
        font-size: 2rem;
    }
    
    .desktop{display:none !important;}
    .mobile{display: flex}
}

@media screen and (max-width: 768px) {

    .header-index {
        display: block;
    }

    .header-index {
        text-align: center;
        padding-top: 3rem;
    }
    .desktop{display:none !important;}
    .mobile{display: flex}
}

@media screen and (max-width: 425px) {

    .header-index {
        width: 100%;
        margin-left: 0;
        border-radius: 15px 15px 0 0 !important;
    }
    .desktop{display:none !important;}
    .mobile{display: flex;}
}

/********************************************************************************************************************/
/****************************************************PAGE EXTRACT****************************************************/
/********************************************************************************************************************/

.section-extract {
    padding: 1rem;
    border-radius: 0 0 15px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    height: 60vh
}

.button-extract {
    padding: 2rem;
    background-color: var(--blue);
    border:none; color: white;
    border-radius: 15px;
    font-family: 'Roboto-bold';
    font-size: 1.6rem;
    transition: opacity 0.4s;
}

.button-extract:hover, .button-extract:focus {
    opacity: .75;
}

.radio-pl{
	display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    gap: 2rem;
}

@media screen and (max-width: 1300px) {
	.radio-pl{  
	display: initial;
	justify-content: flex-start;
    -webkit-justify-content: flex-start;}
}


/********networking***************/
.networking{
	display: grid;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
}
.col100{    width: 100%;
        text-align: center;}

.trombi{padding: 20px 0;display:flex;}
.avatar {
    border-radius: 100%;
    position: relative;
    width: 100px;
    height: 100px;
    background-size: cover;
        margin-left: auto;
    margin-right: auto;
}
.avatar img {
    width: 100%;
    /*height: 100px;*/
    border-radius: 100%;
}
.retourligne{white-space: nowrap;}

.iframetchat{width:100%;height:65vh;overflow:hidden;}
.imgqrcode {margin-right: auto;
    width: 30%;
    margin-left: auto;}
@media screen and (max-width: 375px) {
	.iframetchat{height:60vh;overflow:visible;}
}


 .smart-popin {
     position: fixed;     
  	 padding:20px 0;
     left: 50%; /* à 50%/50% du parent référent */
     transform: translate(-50%, -5%);
      width:100%;
      z-index:100;
      height:100%;
      background: rgba(255, 118, 0, .9);
  }



  .smart-popin .sp-body {
      background-color: #ffffff;
      margin-left:auto;
      margin-right: auto;
      margin-top:345px;
      width:700px;
      height: max-content;
     /* padding: 2em;*/
      -webkit-box-shadow: 0 3px 5px 1px rgba(92,92,92,0.25);
      box-shadow: 0 3px 5px 5px rgba(92,92,92,0.25);
      border-radius: 20px;
          
  } 
  
   @media (max-width: 1200px) {
    .smart-popin .sp-body {
   		margin-top:45px;
   	}
   }
  @media (max-width: 540px) {
    .smart-popin {
      transform: translate(-50%, 0%); }
    .smart-popin .sp-body {
        width:90%;
     margin-top: 50%; }
	}
.boutonclose{
	text-align: right;
	margin-top: -150px;
	margin-bottom: 10px;
	    padding: 15px;
}
.boutonclose img{width:10%;}
@media (max-width: 768px) {
	.networking{grid-template-columns: 1fr;font-size:0.8rem;}
	
	.imgqrcode {margin-right: auto;
    width: 100%;
    margin-left: auto;}
}

/************Mon profil**************/
.formprofil{/*display:flex*/;width:100%;}
/*.formprofil input{width:100px;}**/
.formprofil #submit{color: #FFF;width:100px;background-image: url('../images/send.png'); border: none;background-size: contain;background-repeat: no-repeat;background-position: 50% 50%;background-color: #fff;margin: 10px 0;}
#labelfile{position: absolute;
bottom: -20px;
text-align: center;
left: 0;
right: 0;
z-index:1;}
#labelfile button{
	background-color: #cccccc;
	border-radius: 100%;
	padding:4px;
}
.icone-camera{
	font-family: FontAwesome;	
	font-size:2em; 
	color: #ffffff !important;
	border: none;
	/*margin-left: -30px;*/	
}
.icone-camera:before{
	content: "\f030";
}

.parent-div {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.parent-div input[type=file] {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  font-size: 90px;
}

.contentprofil{margin:10px;}

/***********************ACCORDEIN*********************/
.section_acc {
  max-width: 90%;
  margin: 40px auto;
  width: 97%;
  color: #fff;
}

summary {
  display: block;
  cursor: pointer;
  padding: 10px;
  transition: .3s;
  border-bottom: 2px solid;
  user-select: none;
  background-color: #f39400;
  position: relative;
  text-transform: uppercase;
}
summary:before {
    content: "";
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: 15px;
    right: 30px;
}
summary:target:before {
    transform: rotate(-90deg);
}

details > div {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  height: 100%;
  user-select: none;
  padding: 0 20px;
  color:#006eb6;
  line-height: 1.5;
}

details > div > img {
  align-self: flex-start;
  max-width: 100%;
  margin-top: 20px;
}

details > div > p {
  flex: 1;
}

details[open] > summary {
   color: #ffffff;
}

@media (min-width: 768px) {



  details[open] > div > p {
    opacity: 0;
    animation-name: showContent;
    animation-duration: 0.6s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    margin: 0;
    padding-left: 20px;
  }

  details[open] > div {
    animation-name: slideDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  }

  details[open] > div > img {
    opacity: 0;
    height: 100%;
    margin: 0;
    animation-name: showImage;
    animation-duration: 0.3s;
    animation-delay: 0.15s;
    animation-fill-mode: forwards;
  }
}

@media (max-width: 768px) {
  .section_acc {max-width: 100%;}
  summary{font-size:0.8rem;}
  details > div {
  display: block;
  padding: 0;

	}
}
@keyframes slideDown {
  from {
    opacity: 0;
    height: 0;
    padding: 0;
  }

  to {
    opacity: 1;
    height: var(--contentHeight);
    padding: 20px;
  }
}

@keyframes showImage {
  from {
    opacity: 0;
    clip-path: inset(50% 0 50% 0);
    transform: scale(0.4);
  }

  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes showContent {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.transparence{opacity:0.9;}

/* #f69745 // part 1 1
#f58e36 // part 2 1
#f58e36 // part 2 2
#f58e36 // part 2 3
#f38425 // part 3 1
#f38425 // part 3 2
#f3790f // part 4 1
#e06a03 // part 5 1 */