h1
{
	font-size: 1.80em;
	font-weight: normal;
    padding: 0;
    color: #3d3e42;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

h1:after
{
	content: " ";
	display: block;
	background-color: #3d3e42;
	height: 3px;
	width: 78px;	
	margin-top: 30px;
}

.langage-modal h1:after
{
	display: none!important;
}

.txt_center h1:after {
    margin: auto;
    margin-top: 30px;
}

.swal2-close {
    color: #606164!important;
}

.confirmEmailTxt{
    margin-top: 80px;
    margin-bottom: 80px;
}


/* -------------------------------------------------------------------------- */
/*                 			    ANTISPAM CHECKBOX               			  */
/* -------------------------------------------------------------------------- */
#form_page1_group2_certif_check input{	
    float: left;
    width: 10%;
    padding: 0;
    margin: 0;
}

#form_page1_group2_certif_check label{	
    float: left;
    width: 90%;
}


/* -------------------------------------------------------------------------- */
/*                 			     VIDEO RESPONSIVE                			  */
/* -------------------------------------------------------------------------- */

.iframe169{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.video_player_iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	border: 0;
}
.iframe169:before{
	 padding-top: 56.25%;
	display: block;
	content: " ";
}


/* -------------------------------------------------------------------------- */
/*                      COULEUR QUI CHANGE SELON LE CLIENT                    */
/* -------------------------------------------------------------------------- */

.my_bg_color,
.my_bg_color_hover:hover
{
	background-color: #0099dc !important;
}

.my_border_color,
.my_border_color_after:after,
.my_border_color_hover:hover 	
{
	border-color: #0099dc !important;
}

.my_font_color 
{
	color: #0099dc !important;
}

.my_hover_color:hover
{
	background-color: #3d3e42 !important;
}

/* -------------------------------------------------------------------------- */
/*                                 STRUCTURE                                  */
/* -------------------------------------------------------------------------- */

.section
{
	min-height: auto;
}

html
{
	height: 100%;
}

body
{
	background-color: #f5f5f5;
	min-height: 100%;
	margin: 0!important;
}

/* -------------------------------------------------------------------------- */
/*                               HEADER & FOOTER                              */
/* -------------------------------------------------------------------------- */

#header
{
	line-height: 50px;
	color: #979a9e;
	font-size: 1.528em;
	font-weight: normal;
}

.logoClient
{
	height: 50px;
	width: auto;
}

.formulaire
{
	
}

/* -------------------------------------------------------------------------- */
/*                                MOT DE PASSE                                */
/* -------------------------------------------------------------------------- */

input#code_acces,
.select.filiale_acces
{
	border: 2px solid #0099dc;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

#filiale_acces
{
	cursor: pointer;
	width: calc(100%+50px);
}

#filiale_acces option
{
	width: 100%;
	padding: 4px;
}

.select.filiale_acces:after
{
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #3d3e42;
	content:" ";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	display: block;
	pointer-events: none;
}

/* -------------------------------------------------------------------------- */
/*                            MESSAGES D'ERREUR                               */
/* -------------------------------------------------------------------------- */

.alert
{
	font-style: italic;
	font-weight: 300;
	text-align: left;
	padding-bottom: 15px;
	color: #0099dc;
}

.alert-error
{
	color: #dc1a00;
}

input.error
{
	border-color: #dc1a00 !important;
	background-image: url('../img/plateforme/error_picto.png');
	background-size: 20px auto;
	background-position: center right 20px;
	padding-right: 60px;
}

/* -------------------------------------------------------------------------- */
/*                                FORMULAIRE                                  */
/* -------------------------------------------------------------------------- */

.intro_formulaire_creer_carte .container
{
	padding-bottom: 0;
	color: #63666b;
	margin-bottom: -70px;
	font-weight: 300;
}

#form_page1
{
	margin-top: -70px;
}

.hint
{
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 10px 20px;
	color: #767676;
	font-weight: 300;
	font-style: italic;

	position: relative;
	background: #fff;
	border: 2px solid #d2d2d2;
}

.blackoutModal{
	position: fixed;
    top: 0px;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
}

.importButton{
    padding: 10px;
    font-size: 0.90em;
}

.contactModal{
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    width: 500px;
    height: 500px;
    background: rgba(255,255,255);
    transform: translate(-50%,-50%);
	padding: 25px;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.modalTitle{
	font-size: 1.2em;
    font-weight: normal;
	padding: 25px;
	margin:0!important;
}

.nextButton{
	margin-bottom: 20px;
}

.modalClose{
	position: absolute;
    top: 25px;
    right: 25px;
    font-size: 1.4em;
    font-weight: 700;
	color:#949494;
	cursor:pointer;
}

.modalList{    
	padding: 0 25px;
    max-height: calc(100% - 135px);
    overflow: auto;
}
.modalList .contact{
	padding:3px 0;
}

.modalList input{
    width: 10%;
    float: left;
    text-align: left;
    margin: 0!important;
    height: 16px;
    top: 2px;
    position: relative;
}

.modalList label{
	width: 90%;
    float: left;
    text-align: left;
    margin: 0!important;
    line-height: 20px;
}
.modalList input[type="text"] {
    width: 100%;
    border: #d2d2d2 solid 1px;
    color: #3d3e42;
    font-size: 1em;
    padding: 15px 10px;
}
.buttonForm{
    position: absolute;
    width: calc(100% - 50px);
    bottom: 25px;
}

.buttonForm button{
    padding: 10px;
    float: right;
    width: 50%;
    margin-top: 10px;
}

@media only screen and (min-width: 769px)
{
	.hint:after,
	.hint:before 
	{
		right: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.hint:after 
	{
		border-color: rgba(255, 255, 255, 0);
		border-right-color: #fff;
		border-width: 10px;
		margin-top: -10px;
	}

	.hint:before 
	{
		border-color: rgba(210, 210, 210, 0);
		border-right-color: #d2d2d2;
		border-width: 13px;
		margin-top: -13px;
	}
}

.visuel_carte
{
	cursor: pointer;
	position: relative;
	/*max-height: 240px;*/
	overflow: hidden;
}

.visuel_carte_unique {
    /*max-height: 340px;*/
	cursor:default;
}

.visuel_carte img
{
	display: block;
}

.visuel_carte.selected:after
{
	border: 10px solid #0099dc;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
}

a.html5lightbox{ text-decoration: none; }

.voir_carte
{
	height: 33px;
    line-height: 33px;
    width: 200px;
    border-radius: 34px;
    cursor: pointer;
    margin: auto;
    margin-top: 15px;
    /*border: 2px solid #d2d2d2;*/
    position: relative;
    padding-left: 10px;
    padding-right: 29px;
    text-decoration: none;
    color: #ffffff;
}

.voir_carte:after
{
	content: " ";
    display: block;
    height: 18px;
    width: 19px;
    top: 6px;
    right: 10px;
    position: absolute;
    background-image: url(../img/plateforme/picto_view.png);
    background-size: auto 18px;
    /*background-position: -19px 0;*/
	background-position: 0 0;
}

@media only screen and (min-width: 769px)
{
	.voir_carte
	{
		margin: 20px auto;
	}
}

.voir_carte:hover
{
	background-position: -33px 0;	
	background-color: #0099dc;
	/*border-color: #0099dc;*/
	color: #ffffff;
}

.voir_carte:hover:after
{
	background-position: 0 0;
}

#html5-watermark
{
	display: none !important;
	visibility: false;
	margin-left: -9999999px;
}

#hint_personnaliser_voeux
{
	margin-top: 0;
	display: none;
}

@media only screen and (min-width: 769px)
{
	#hint_personnaliser_voeux
	{
		display: block;
	}
}

/* -------------------------------------------------------------------------- */
/*                              VERIFICATION                                  */
/* -------------------------------------------------------------------------- */

.thick
{
	background-image: url('../img/plateforme/picto_puce.png');
	font-size: 1.25em;
	background-size: 16px auto;
	background-position: center left;
	padding-left: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 2em;
}

.thick h2,
.thick h3
{
	font-size: 1em;
    font-weight: normal;
}
.thick h2:after
{
	display: none!important;
}

.fake_email
{
	background-color: white;
	border-radius: 10px;
	padding: 30px;
	margin: 40px auto 70px auto;
	box-shadow: 0 0 20px #d9d9d9;
	font-family:Helvetica; 
	color:#63666b;
}

.fake_email p
{
	font-size: 1.1em;
	padding-top:20px;
}

.expediteur
{
	font-weight: bold;
}

.sujet
{
	color: #0099dc;
}

.entete
{
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.logoVisu 
{
    height:50px!important;
}

.preview_carte
{
	text-align: center;
	margin-top: 40px;
	position: relative;
}

.preview_carte img
{
	/*border: 1px solid #d2d2d2;*/
}

.preview_carte > div
{
	background-color: #0099dc;
	width: 98px;
	height: 98px;
	border-radius: 98px;
	background-image: url('../img/play_video.png');
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-49px;
	margin-top:-49px;
}

.destinataires
{
	color: #63666b;
	font-style: italic;
}

#form_page2_retour
{
	background-color: transparent;
	text-decoration: underline;
	color: #63666b;
	text-transform: none;
	font-weight: 300;
	font-family: "Source Sans Pro";
}

#form_page2_retour:before
{
	content: "< ";
	text-decoration: none;
}

.envoi_ok
{
	width: 65px;
	height: 65px;
	border-radius: 65px;
	background-image: url('../img/plateforme/picto_select_blanc.png');
	background-color: #0099dc;
	margin:auto;
}

#ui-datepicker-div
{
	z-index: 999 !important;
}

/* -------------------------------------------------------------------------- */
/*                              BOUTON RETOUR                                 */
/* -------------------------------------------------------------------------- */

.retour_filiale
{
	z-index: 100;
	padding: 15px;
	color: #979a9e;
	text-decoration: none;
	width: auto;
	display: inline-block;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
}

.retour_filiale:hover
{
	text-decoration: underline;
}

.retour_filiale:before
{
	content: "< ";
}

@media only screen and (min-width: 600px) and (max-width: 767px)
{
	/*.retour_filiale
	{
		margin-bottom: 0;
		position: absolute;
		top: 0;
		left: 25px;
	}*/
}

@media only screen and (min-width: 768px)
{
	.retour_filiale
	{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	/*.retour_filiale
	{
		margin-bottom: 0;
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
		line-height: 50px;
	}
	
	.retour_filiale:before
	{
		content: "";
	}
	
	.retour_filiale:after
	{
		content: " >";
	}*/
}

@media only screen and (max-width: 600px)
{	
	.contactModal {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1001;
		width: 100vw;
		height: 100vh;
		background: rgba(255,255,255);
		transform: inherit;
		border-radius: 0;
		padding: 25px;
		border: 1px solid #efefef;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}
}

@media only screen and (max-width: 767px)
{
    .campaign .col-s-12{
		padding-top: 0;
		padding-bottom: 0;
    }
    
    .campaign .col-s-12 ul{
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
    }
}

.campaign{
    padding-bottom: 100px;
}

.campaign .thick {
    margin-top: 0;
    margin-bottom: 0;
}

.campaign .fake_email{
    margin: 0 auto;
}

#html5-image{
	padding: 0px!important;
}

.bodymodale{
	background-color: #ffffff!important;
	width: 100%;
}

.bodymodale .preview_carte{
	margin-top: 0px;
}

.bodymodale p{
	margin: 0;
}

.bodymodale .fake_email{
	background-color: white;
	border-radius: 0;
	padding: 0 10px 40px 10px;
	margin: 0;
	box-shadow: none;
	font-family:Helvetica; 
	color:#63666b;
}

.bodymodale .fake_email p{
	font-size: 1em;
	padding-top: 20px;
}

.bodymodale p,
.bodymodale .preview_carte img{
	max-width: 100%;
}