.flecheOrange {
  background-image: url("../Images/SaveTheDate/flecheOrange.png");
  background-size: 7px 12px;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 1px 1px;
  font-weight: bolder;
  text-transform: uppercase;
    display: block;
  margin-bottom: 15px;
  color: var(--colorGrisClair);
}
.flecheOrange.margintop {
  margin-top: 35px;
}
.titreOrange {
  color: #F79100;
  text-align: left;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 13px;
  font-family: "EffraBold";
}
.titreOrange.petit {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 20px;
}
.separateurgris {
  width: 450px;
  max-width: 100%;
  height: 1px;
  background-color: #bbb;
  margin: 35px 0px 0px 0px;
}



.s-hidden {
  padding-right: 10px;
  margin: 3px 0px 0px 3px;
  width: 10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font:normal 11px/22px Arial, Sans-Serif;
    color:black;
    border:1px solid #808081;
	width:298px;
	border-radius:5px;
}
.select.prefixetva {
	margin-right:10px;
	width:80px;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:white;
    padding:0 10px;
    
	border-radius:5px;
	padding:14px 0px 0px 14px;
	
	font-size: 16px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #797979;
    font-family: "Effra";
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:8px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top:18px;
    right:14px;
}

.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	
	max-height: 250px;
    overflow: auto;
}
.options li {
    padding:0 6px;
    margin:0 0;
    padding:6px 0px 2px 12px;
	
	font-size: 16px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #797979;
    font-family: "Effra";
	margin-bottom:0px !important;
	
}
.options li:hover,.options li.selected {
    background-color:#39f;
    color:white;
}


.texte, input[type=text],input[type=password], .libelle, label, input::placeholder, textarea {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-align: left;
	color: #797979;
	font-family: "Effra";
}

input:focus, textarea:focus, select:focus {
	outline: none;
	box-shadow: 0 0 0 2px #808081;
}




.ligneForm {
	display: flex;
	flex-direction: row;
	height: 45px;
	margin-bottom: 10px;
}
.corps2 .ligneForm {
  height: auto;
}
.ligneForm .libelle {
	width: 125px;
	height: 45px;
}
.ligneForm .libelle {
	width: 125px;
	padding-right: 25px;
	display:flex;
	align-items:center;
	line-height:16px;
	height:46px;
	padding-top:1px;
	text-align:right;
	justify-content:flex-end;
	min-width:125px;
}

span.invalide {
	width:20px;
	height:20px;
	position:absolute;
	background-color:#E04E2F;
	background-size:20px 20px;
	border-radius:10px;
	margin:13px 0px 0px 466px;
	z-index:2;
	background-image: url('../images/invalide.png');
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
span.invalide.checkboxInvalide {
	margin:0px;
	left:-30px;
	/*top:-2px;*/ /*BV : changé le 02/02/2022 pour l'affichage à côté de J'accepte les conditions générales dans le formulaire d'inscription au congrès*/
	top:15px;
}
span.invalide.tableauth {
	margin:5px 0px 0px 5px;
	top:0px;
	left:0px;
	width:16px;
	height:16px;
}
.divinput +span.invalide {
	margin-left:17px;
}
textarea +span.invalide {
	margin-left:895px;
}
textarea.champdouble +span.invalide {
	margin-left:466px;
}
input[type=text].small + span.invalide {
	margin:13px 0px 0px 324px;
}
.hidden {
	display:none;
}
.ligneForm input[type=text],.ligneForm input[type=password], .ligneForm textarea {
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
	border: 1px solid #808081;
	color: #808081;
	background-color: white;
	border-radius: 5px;
	line-height: normal;
	padding-top:3px;
}
.ligneForm input[type=text].codepasok {
	background-image: url('../images/error.png');
	background-repeat:no-repeat;
	background-size: 20px 20px;
	background-position: right 10px center;
	
}
.ligneForm input[type=text].codeok {
	background-image: url('../images/valid.png');
	background-repeat:no-repeat;
	background-size: 20px 20px;
	background-position: right 10px center;
	
}
.ligneForm input[type=text]:disabled,.ligneForm input[type=password]:disabled, .ligneForm textarea:disabled {
	background-color:#e8e8e8;
}
.ligneForm label {
	padding-top:17px;
	padding-bottom:10px;
}
.ligneForm input[type=text],.ligneForm input[type=password], .ligneForm .libelle, .ligneForm input::placeholder {
	line-height: 48px;
}
.ligneForm.ligneTextarea {
	height: calc(200px);
}
.ligneForm .divinput {
    display: inline-block;
    position: relative;
}
.ligneForm .divinput .fakefile {
	cursor: pointer;
	background-image: url('../images/folder.png');
	background-repeat:no-repeat;
	background-size: 20px 20px;
	background-position: right 10px center;
	padding-right:45px;
	width:calc(298px - 60px);
}
.ligneForm .divinput div {
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ligneForm textarea {
	line-height: 26.5px;
	width: calc(100% - 150px - 30px - 2px);
	max-width:calc(877px - 150px - 30px - 2px);
	resize: none;
	padding-top: 15px;
	padding-bottom: 15px;
	height: calc(198px - 30px);
}
.ligneForm textarea.champdouble {
	height: 54px;
	width:calc(300px - 32px);
}
input[type=text] {width: calc(298px - 30px);}
input[type=text].numerotva {width: calc(298px - 30px - 92px);}
input[type=text].small {width: calc(125px);}
#prixtotal,#prixtotal1,#prixtotal2,#prixapayer,#codepromo2 {
	font-weight:bold;
}
.ecartForm {
	width: 143px;
}
.center {
	text-align: center;
}
.messconfirmation {
	background-color:#daf7da;
	padding:20px 20px 15px 20px;
	color:#575757;
}
input.red, textarea.red {
	border-color: #EB1515 !important;
}
.ligneForm.ligneBouton {
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 64px;
}
.corps2 .ligneForm.ligneBouton {
	width: 877px;
	max-width:100%;
	justify-content: flex-end;
}
.ligneForm button {
	padding: 12px 34px 12px 34px;
	height: 42px;
	font-size: 15px;
	letter-spacing: 1.25px;
	line-height: 21px;
}

.bandeauSeparateur {
	display: flex;
	flex-direction: row;
}
.lignegrise {
	height: 1px;
	background-color: #dddddd;
	width: 100%;
	margin-top: 11px;
}
.bandeauSeparateur {
	height: 25px;
	margin-top: 85px;
	padding-bottom: 68px;
	font-family: "EffraBold";
	position: relative;
}


/*btn radio*/
.container {
	display:block;
	position:relative;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	
	padding:0px 0px 1px 35px;
	color:#797979;
	font-family:"Effra";
	font-size:17px;
}
.container.radio {
	margin-right:30px;
}
.container.sanslabel {width:24px;height:24px;margin:auto;padding:0px;margin-bottom:6px;}
.container input {position:absolute;opacity:0;cursor:pointer;height:0;width:0;}


.container.radio .checkmark {
  top: calc(calc(100% - 24px) / 2);
  border-radius: 50%;
}
.checkmark {
  position: absolute;
  top: calc(calc(100% - 22px) / 2);
  left: 0px;
  height: 22px;
  width: 22px;
  background-color: white;
  border: 1px solid #808081;
  border-radius: 4px;
}


.ligneForm.focus .checkmark {
	outline: none;
	box-shadow: 0 0 0 2px #808081;
}
.container.sanslabel .checkmark {
	top:0px;
	margin-top:0px;
}
.container.radio .checkmark {top:calc(calc(100% - 24px) / 2);border-radius:50%;}
.checkmark::after {content:"";position:absolute;display:none;}
.container input:checked ~ .checkmark::after{display:block;}
.container.checkbox .checkmark::after {
    top:4px;left:7px;
    width:5px;height:9px;
    border:solid #F79100;
    border-width:0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container.radio .checkmark::after {
    top:5px;left:5px;
    width:12px;height:12px;
    border-radius:50%;
	background-color:#F79100;
}



.corps2 .texte .tableauparticipation ul {
	margin-bottom:0px;
}
.corps2 .texte li {
	margin-bottom: 25px;
	list-style-position: inside;
	position: relative;
}
.corps2 .texte .tableauparticipation li {
	margin-bottom:0px;
}
.corps2 .texte ul.smallMargin li {
	margin-bottom: 12.5px;
}
.corps2 .texte li div {
	position: relative;
	margin-top: -20px;
	margin-left: 30px;
}
.corps2 .texte li li {
	/*margin-bottom: 8px;
	margin-top: 8px;*/
	margin-bottom: 16px;
	margin-top: 16px;
}
.texte table {
	border-collapse: collapse;
}
.texte .tableTexte td {
	padding: 10px 15px;
	border-bottom: 1px solid #797979;
}
.titre {
	font-family: "EffraBold";
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #686868;
}
.titreCentral {
	width: 100%;
	margin-top: 90px;
	margin-bottom: 45px;
	text-align: center;
}
.titreOrange {
	color: #F79100;
	text-align: left;
	font-size: 23px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 13px;
	font-family: "EffraBold";
}
.precision {
	margin:5px 0px 0px 0px;
	font-family: "Effra";
	color:#797979;
	font-size:12px;
}
.texte table.AtvEnPartiesTable {
	border-collapse:initial;
	border: 1px solid #808081;
	border-radius: 5px;
}
.AtvEnPartiesTable .thpart,.AtvEnPartiesTable .tdpart,.AtvEnPartiesTable .thautrepart,.AtvEnPartiesTable .tdautrepart,.AtvEnPartiesTable .thautrepart2,.AtvEnPartiesTable .tdautrepart2 {
	display:none;
}
.AtvEnPartiesTable tr th {
	border:1px solid #e3e3e3;
	padding:15px 10px 10px 10px;
	color:#797979;
	font-weight:bold;
	text-align:center;
	/*width:140px;*/
	min-width:250px;
	background-color:#f4f4f4;
	position:relative;
}

#thparticipant1 {width:150px;min-width:150px;}
#thparticipant2 {width:150px;min-width:150px;}
#thparticipant3 {width:150px;min-width:150px;}
#thparticipant4 {width:150px;min-width:150px;}
#thparticipant5 {width:150px;min-width:150px;}
#thparticipant6 {width:150px;min-width:150px;}
#thparticipant7 {width:150px;min-width:150px;}
#thparticipant8 {width:150px;min-width:150px;}
#thparticipant9 {width:150px;min-width:150px;}
#thparticipant10 {width:150px;min-width:150px;}
#thparticipant11 {width:150px;min-width:150px;}
#thparticipant12 {width:150px;min-width:150px;}
#thparticipant13 {width:150px;min-width:150px;}
#thparticipant14 {width:150px;min-width:150px;}
#thparticipant15 {width:150px;min-width:150px;}
#thparticipant16 {width:150px;min-width:150px;}
#thparticipant17 {width:150px;min-width:150px;}
#thparticipant18 {width:150px;min-width:150px;}
#thparticipant10 {width:150px;min-width:150px;}
#thparticipant20 {width:150px;min-width:150px;}



.AtvEnPartiesTable .prix {
	text-align:center;
	font-size:12px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.AtvEnPartiesTable tr th.centre {
	text-align:center;
}
.AtvEnPartiesTable tr th.thtitre {
	width:300px;
	max-width:300px;
}
.separateurgris {
	width:450px;
	max-width:100%;
	height:1px;
	background-color:#bbb;
	margin:35px 0px 0px 0px;
}
.AtvEnPartiesTable tr td {
	border:1px solid #e3e3e3;
	padding:15px 10px 10px 10px;
	color:#797979;
}
.AtvEnPartiesTable tr td.checked {
	background-color:#FFDCA5;
}


.AtvEnPartiesTable input[type="checkbox"] {
	display: inline !important;
	height: 22px;
	width: 22px;
}
.totalHtva, .totalTVA, .totalAPayer{
	font-weight: bold;
}

#FormInscriptionActivite .checkbox .checkmark, .radio .checkmark {
	width: 23px;
	height: 23px;
	background-color: #FFF;
}
#FormInscriptionActivite .checkbox {
	padding-top: 5px !important;
}

#FormInscriptionActivite button.orange, #FormInscriptionActivite a.orange, #FormInscriptionActivite input.boutonvalider {
  color: white;
  background-color: #F29400;
  border-color: #F29400;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#FormInscriptionActivite a.orange {
  display: block;
  border: 1px solid #F29400;
  padding: 8px 10px 4px 8px;
  border-radius: 3px;
  text-align: center;
  color: white;
text-decoration: none;
}
#FormInscriptionActivite input.boutonvalider {
  padding: 12px 34px 12px 34px;
  height: 42px;
  font-size: 15px;
  letter-spacing: 1.25px;
  line-height: 21px;
  font-family: "Effra";
font-weight: bold;
border: 1px solid #F29400;
}
#FormInscriptionActivite button.orange:hover, #FormInscriptionActivite a.orange:hover, #FormInscriptionActivite input.boutonvalider:hover {
  background-color: white;
  color: #F29400;
  cursor: pointer;
}

#FormInscriptionActivite .ligneForm .libelle {
	line-height: 20px !important;
}

.AtvEnPartiesTable td {
	width: 250px !important;
}

.AtvEnPartiesTablePrix .tdalignleft {
	width:150px;
}
.AtvEnPartiesTablePrix td, .AtvEnPartiesTablePrix th {
	padding: 5px 0px;
}

#ulPartieAtv {
	color: var(--colorGrisClair);
	font-size:18px;
	line-height:23.5px;
}
#ulPartieAtv > li.partieAtv {
	margin-bottom: 10px !important;
	list-style-image: url("../Images/CarreGris.png");
}
.titrepartact {
	font-weight: bold;
}
#ulPartieAtv .itemDct, .dctActivité .itemDct{
	color: var(--colorOrange);
	background-image: url('../Images/Icone_Doc.svg');
	background-repeat: no-repeat;
	background-position: 0px 0px !important;
	width: fit-content;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	background-size: 20px;
}
.dctActivité {
	padding-left: 25px;
	font-size: 18px;
	padding-top: 20px;
}

#btnInscrFormAtv:hover {
	cursor: pointer;
}

.atvDesc {
	color: var(--colorGrisClair);
}
.ensembleBleu .atvDate {
	font-size: 22px;
}


#popupConfirmation {
	display:none;
	position: fixed;
	height: 255px;
	width: 550px;
	z-index: 99999999;
	background-color: #FFF;
	margin: auto;
	top: 250px;
	left: calc(50vw - 275px);
	padding: 25px;
	color: var(--colorGrisClair);
	font-family: "Effra";
}
#voileConfirmation {
	display:none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999999;
}
#btnCloseDialConfirm:hover {
	cursor: pointer;
}

.blocListeTitre.listeVideo {
	color: #F79100;
	text-align: left;
	font-size: 23px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 13px;
	font-family: "EffraBold";
	padding-bottom: 15px;
}



