.sweet-alert p {
	padding: 0 4px 0 4px !important;
}

body {
	font-size: 100%;
	height: 100%;
	margin: 0 8px 0 8px;
	cursor: default;
}

.noscroll {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}

html.wait, html.wait * {
	cursor: wait !important;
}

::selection {
	background: #00ADEE;
	color: white;
}

::-moz-selection {
	background: #00ADEE;
	color: white;
}

#entreprise_prefa, #entreprise_informatique, #cadre_textuel, /*#cadre_textuel_postuler,*/ #batimat_infos, #content_espaceMembre {
	border-radius: 15px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.7);
}

.img_fleche:hover, .p1:hover, .p2:hover, .p3:hover, .p4:hover, .p5:hover {
	transition: background-image 0.28s cubic-bezier(0.4,0,0.2,1);
}

#filtre {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	cursor: default;
}

#closingIcon {
	top: 0;
	height: 35px;
	width: 35px;
	z-index: 300;
	position: absolute;
	color: white;
	font-family: Gill Sans MT, helvetica, arial, sans-serif;
	font-size: 1.5em;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	background-color: #00ADEE;
	box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: box-shadow 0.28s cubic-bezier(0.4,0,0.2,1);
}
#closingIcon:hover {
	box-shadow: -1px 1px 4px 2px rgba(0, 0, 0, 0.4) !important;
}

.bold {
	font-weight: bold;
}

#viewedImage, #viewedImage2 {
	position: absolute;
	z-index: 200;
	cursor: default;
	box-shadow: 0 0 0 0 #888;
}

#accueil {
	top: 0;
	height: 42%;
	padding-top: 8px;
}

#intro {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.7em;
	line-height: 1.6em;
	text-align: center;
	text-decoration: none;
	color: #565656;
}

.center_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#logoSIPE {
	width: 243px;
	height: 74px;
	margin-top: 1%;
	margin-bottom: 1%;
}

#screen {
	width: 410px;
	height: 321px;
	margin-top: 1%;
	margin-bottom: 1%;
}

#navBar {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin: 1% auto 0% auto;
	width: 90%;	/* Dépend du nb d'onglets. Si 7 : 100% */
	height: 5%;
}

#horizontalCursor {
	z-index: 3;
	position: absolute;
	height: 50%;
	width: 152px;	/* Dépend du nb d'onglets. Si 7 : 145px */
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(/faces/jakarta.faces.resource/images/accueil/bouton_onglet.svg?ln=default);
}

#ligne_horizontale {
	z-index: 1;
	position: relative;
	width: 83%;	/* Dépend du nb d'onglets. Si 7 : 85% */
	margin: 0 auto;
	top: 25%;
	border-bottom: 1px solid #555;
}

.ongletBackground {
	z-index: 2;
	position: relative;
	height: 50%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 10px 10px;
	background-image: url(/faces/jakarta.faces.resource/images/accueil/point_bleu.png?ln=default);
}

.onglet {
	float: left;
	width: 16.66%;		/* Dépend du nb d'onglets. -> 100 / nb d'onglets */
	height: 100%;
	color: #555;
}

.element_intro {
	color: #068CCD;
}

.onglet, .element_intro, .sous_onglet {
	transition: color 0.28s cubic-bezier(0.4,0,0.2,1);
}

.onglet:hover, .ongletActif, .element_intro:hover, .sous_onglet:hover {
	color: #00ADEE !important;
}

.blue {
	color: #00ADEE;
}

.red {
	color: #F27474;
}

.dark_green {
	color: #79cb4b;
}

.nomOngletContainer {
	height: 50%;
	display: flex;
	align-items: center;
}

.nomOnglet {
	font-family: helvetica, arial, sans-serif;
	font-size: .9em;
	margin: 0 auto 0 auto;
}

#wrapper_vertical {
	width: 1024px;
	height: 1280px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

#wrapper_horizontal {
	width: 100%;
	height: 45%;
	position: relative;
	overflow: hidden;
}

#mask_horizontal {
	width: 600%;	/* Dépend du nb d'onglets. -> 100 * nb d'onglets */
	height: 100%;
	position: relative;
}

#footer {
	background-color: #E0E1E2;
	border: 1px solid #8B8B8B;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 auto 0 auto;
	position: relative;
	height: 82px;
	color: #646464;
	font-family: helvetica, arial, sans-serif;
	font-size: .8em;
}

#gauche_footer {
	position: relative;
	display: flex;
	align-items: center;
	width: 30%;
	height: 100%;
	float: left;
	left: 4%;
}

#milieu_footer {
	position: relative;
	height: 100%;
	width: 40%;
	float: left;
	display: flex;
	align-items: center;
}

#droite_footer {
	position: relative;
	display: flex;
	align-items: center;
	width: 30%;
	height: 100%;
	right: 4%;
	text-align: right;
}

#inner_droite_footer {
	margin-left: auto;
	margin-right: 0;
}

#logo_footer {
	width: 215px;
	height: 66px;
	opacity: .9;
}

.icones_footer_left {
	float: left;
	width: 30px;
}

#img_contact {
	width: 20px;
	height: 16px;
}

#img_top_arrow {
	width: 18px;
	height: 18px;
}

.icones_footer_right {
	margin-bottom: -3px;
	float: left;
	width: 30px;
}

#lien_Contact {
	transition: text-decoration 0.28s cubic-bezier(0.4,0,0.2,1);
}
#lien_Contact:hover, #voir_histo_reinit:hover {
	text-decoration: underline;
	cursor: pointer;
}

.item_horizontal {
	width: 16.66%;		/* Dépend du nb d'onglets. -> 100 / nb d'onglets */
	height: 100%;
	float: left;
}

.content {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	align-items: center;
}

.hidden {
	visibility: hidden !important;
}

.notDisplayed {
	display: none !important;
}

.underlined {
	text-decoration: underline;
}

#entreprise_prefa {
	position: relative;
	width: 41%;
	float: left;
	padding: 2% 1% 1% 1%;
	text-align: justify;
	margin-left: 2%;
}

#entreprise_plus {
	position: relative;
	width: 10%;
	height: 100%;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 50px 50px;
	background-image: url(/faces/jakarta.faces.resource/images/pageEntreprise/plus.png?ln=default);
}

#entreprise_informatique {
	position: relative;
	width: 41%;
	float: left;
	padding: 2% 1% 0.5% 1%;
	text-align: justify;
}

h1 {
	color: #575757;
	font-family: helvetica, arial, sans-serif;
	font-size: 17px;
	text-align: center;
}

p.dark {
	color: #575757;
}

.trait_bleu {
	position: relative;
	width: 30%;
	margin: 0 auto;
	border-bottom: 1px solid #00ADEE;
	margin-bottom: 4%;
}

.smallBottomMargin {
	margin-bottom: 2%;
}

.trait_rouge {
	position: relative;
	width: 30%;
	margin: 0 auto;
	border-bottom: 1px solid #ff0000;
	margin-bottom: 4%;
}

.trait_vert {
	position: relative;
	width: 30%;
	margin: 0 auto;
	border-bottom: 1px solid #00cc00;
	margin-bottom: 4%;
}

p, a, #form_espace_membre_welcome\:champ_download label {
	font-family: helvetica, arial, sans-serif;
	color: #797979;
	font-size: .9em;
	padding: 0 5% 0 5%;
	line-height: normal;
	font-size: 15px;
	font-weight: 300;
}

p.big {
	line-height: 22px;
}

#form_espace_membre_welcome\:champ_download label {
	padding: 0 0 0 3%;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#cadre_textuel p /*, #cadre_textuel_postuler p*/ {
	padding: 0 2% 0 2%;
}

#nous_trouver_texte p {
	padding: 0;
	margin: 0;
	text-align: center;
}

.sousPara1 {
	padding-left: 10%;
	padding-right: 5%;
}

.sousPara2 {
	padding-left: 15%;
	padding-right: 5%;
}

.label_champ {
	color: #555;
	margin-left: 2%;
	float: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.95em;
	width: 105px;
}

.label_champ_em {
	width: 150px;
}

.label_champ_modules {
	width: 100%;
}

.erreur_membres {
	color: #DD4B39;
}

.warningCapsLock {
	color: orange;
	font-family: helvetica, arial, sans-serif;
}

[id=form_nous_contacter] /*, [id=]*/ {
	height: 100%;
	width: 100%;
}

#formulaire_premiere_colonne {
	position: relative;
	height: 92%;
	width: 36%;
	margin: 1% 3% 0 11%;
	float: left;
}

#formulaire_deuxieme_colonne/*, #formulaire_deuxieme_colonne_postuler*/ {
	position: relative;
	height: 92%;
	width: 41%;
	margin: 1% 6% 0 3%;
	float: left;
}

/*#formulaire_deuxieme_colonne_postuler {
	height: 90.5%;	
	width: 47%;
	margin: 0.5% 0 0 3%;
}*/

.champ {
	background-color: #DADADA;
	border: 1px solid #BBB;
	border-radius: 7px;
	margin: 0 0 8px 0;
	height: 30px;
	display: flex;
	align-items: center;
}

.champ_activite {
	background-color: #DADADA;
	border: 1px solid #BBB;
	border-radius: 7px;
	padding: 5px 0 3px 0;
	margin: 0 0 10px 0;
	height: 130px;
}

.champ_modules {
	background-color: #DADADA;
	border: 1px solid #BBB;
	border-radius: 7px;
	margin: 0 0 8px 0;
	padding: 8px 0 8px 0;
	height: 326px;
}

#champ_autres_demandes/*, #champ_commentaires*/ {
	background-color: #DADADA;
	border: 1px solid #BBB;
	border-radius: 7px;
	margin: 0 0 10px 0;
	padding: 8px 0 5px 0;
	height: 133px;
}

/*#champ_commentaires
{
	height: 87px !important;
}*/

#container_bouton_envoyer {
	text-align: center;
}

#form_espace_membre_welcome\:champ_download {
	position: relative;
	width: 90%;
	margin-left: 10%;
}

#form_espace_membre_welcome\:champ_download table {
	width: 100%;
}

[id=form_nous_contacter\:autres_demandes] /*, [id=\:commentaires]*/ {
	width: 96%;
	height: 74%;
	margin: 23px auto 0 auto;
	display: block;
}

/*[id=\:commentaires] {
	height: 62% !important;
}*/

[id=form_nous_contacter\:pays] {
	width: 240px;
	height: 22px;
}

.required {
	color: #EF2431;
}

.error_field {
	border-color: #EF2431;
}

.warningField {
	border-color: orange;
}

.textbox {
	border: none;
	background-color: transparent;
	color: #555;
	font-family: helvetica, arial, sans-serif;
	width: 68%;
}

.textbox_activite {
	color: #555;
	font-family: helvetica, arial, sans-serif;
	margin-left: 23px;
	margin-top: 3px;
	width: 47%;
}

.checkbox_text {
	border: none;
	background-color: transparent;
	color: #555;
	font-family: helvetica, arial, sans-serif;
	font-size: .9em;
}

.checkbox_line {
	margin: 1% 0 1% 0;
}

.checkbox_line_EM {
	margin: 3% auto 3% auto;
	width: 78%;
}

.checkbox_empty_line {
	clear: both;
	height: 14px;
}

.containers_check {
	width: 0;
	height: 0;
	visibility: hidden;
	z-index: -99;
}

textarea:focus, input:focus {
	outline: none;
}

.bouton {
	background-color: #068CCD;
	border: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	padding: 10px 32px;
	color: white;
	font-size: 17px;
	font-weight: 500;
	transition: background-color 0.28s cubic-bezier(0.4,0,0.2,1), opacity 0.28s cubic-bezier(0.4,0,0.2,1);
}
.bouton:hover {
	background-color: #00ADEE;
}
.bouton:disabled {
	opacity: 0.5;
	cursor: default !important;
	background-color: #068CCD !important;
}

.filter_page {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.filter_page_right {
	width: 50%;
	right: 0;
}

.blur {
	filter: blur(3px);
}

.unblur {
	filter: blur(0);
}

#messages_espace_membre_wrapper {
	width: 100%;
	margin: 0 0 8px 0;
}

#bouton_espace_membre_wrapper {
	width: 100%;
	text-align: center;
	padding-top: 8px;
}

#form_espace_membre_wrapper {
	width: 340px;
	margin: 5% auto 1% auto;
}

[id=form_espace_membre\:messages_espace_membre] {
	margin-left: 5px;
	font-family: helvetica, arial, sans-serif;
	width: 100%;
}

#form_espace_membre_welcome\:lien_deconnexion {
	position: absolute;
    bottom: 5px;
    right: 10px;
	margin-bottom: 5px;
}

#form_espace_membre_welcome\:lien_gestion_radioButtons {
	padding-left: 40px;
	font-size: 14px;
}

#wrapper_bouton_submit {
    width: 100%;
    text-align: center;
}

#form_espace_membre_welcome\:date {
	position: absolute;
	width: 80px;
}

#form_espace_membre_welcome\:datesRecap {
	position: absolute;
	width: 160px;
}

#form_espace_membre_welcome\:cleLite, #form_espace_membre_welcome\:cleLite2 {
	position: absolute;
	width: 40px;
}

#form_espace_membre_welcome\:lien_notes {
	padding: 0;
	font-size: 1em;
}

.block {
	display: block;
	float: left;
}

#verticalCursor/*, #verticalCursor_postuler*/ {
	z-index: 1;
	position: absolute;
	height: 60px;
	left: 3%;
	width: 23%;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 226px 44px;
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/bouton_onglet_vertical.png?ln=default);
}

/*#verticalCursor_postuler {
	background-size: 110px 44px;
	background-image: url(/faces/jakarta.faces.resource/images/pagePostuler/bouton_onglet_vertical.png?ln=default);
}*/

#liste_sous_onglets/*, #liste_sous_onglets_postuler*/ {
	height: 82%;
	margin-left: 4%;
	position: relative;
	width: 19%;
	z-index: 2;
}

/*#liste_sous_onglets_postuler {
	width: 8%;
}*/

.sous_onglet {
	font-family: helvetica, arial, sans-serif;
	height: 60px;
	line-height: 60px;
	position: relative;
	width: 100%;
	font-size: 0.9em;
	color: #646464;
}

#cadre_textuel/*, #cadre_textuel_postuler*/ {
	width: 75%;
	height: 91%;
	position: relative;
	padding: 2% 0.5% 1% 0.5%;
	display: flex;
	align-items: center;
	float:left;
}

/*#cadre_textuel_postuler {
	width: 45%;
	margin-top: 1%;
}*/

.img_fleche {
	height: 180px;
	width: 60px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/fleche.png?ln=default);
}

.img_fleche:hover {
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/fleche-bleu.png?ln=default);
}

#fleche_prec {
	transform: scaleX(-1);
}

#texte_progiciel/*, #texte_postuler*/ {
	float: left;
	width: 89%;
	height: 100%;
	text-align: justify;
	margin: 0 auto;
}

#div_num_pages {
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: 3px;
}

.num_page {
	float: left;
}

.img_p {
	width: 35px;
	height: 35px;
	background-size: 100% auto;
}

.p1 {
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/page-1.svg?ln=default);
}
.p1:hover, .p1_actif {
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/page-1-bleu.svg?ln=default);
}
.p2 {
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/page-2.svg?ln=default);
}
.p2:hover, .p2_actif {
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/page-2-bleu.svg?ln=default);
}
.p3 {
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/page-3.svg?ln=default);
}
.p3:hover, .p3_actif {
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/page-3-bleu.svg?ln=default);
}
.p4 {
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/page-4.svg?ln=default);
}
.p4:hover, .p4_actif {
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/page-4-bleu.svg?ln=default);
}
.p5 {
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/page-5.svg?ln=default);
}
.p5:hover, .p5_actif {
	background-image: url(/faces/jakarta.faces.resource/images/pageProgiciel/common/page-5-bleu.svg?ln=default);
}

#plancofg {
	top: 80px;
	right: 65px;
	width: 180px;
}

#plancofp {
	top: 80px;
	right: 65px;
	width: 256px;
}

#planposg {
	top: 80px;
	right: 40px;
	width: 256px;
}

#planpreg {
	top: 263px;
	right: 40px;
	height: 240px;
}

#plancalg {
	top: 80px;
	right: 65px;
	width: 180px;
}

#fichfa1g, #fichfa1g_uncut {
	top: 335px;
	left: 110px;
	width: 261px;
}

#fichfa2g, #fichfa2g_uncut {
	top: 335px;
	right: 110px;
	width: 261px;
}

#fichfa1g_uncut, #fichfa2g_uncut {
	opacity: 0;
}

#plancam {
	top: 155px;
	left: 90px;
	height: 155px;
}

#bonchrg {
	top: 155px;
	right: 317px;
	height: 155px;
}

#camions {
	top: 155px;
	right: 90px;
	height: 155px;
}

#pistefab {
	top: 145px;
	right: 40px;
	width: 218px;
}

#robot {
	top: 330px;
	right: 40px;
	width: 255px;
}

#fichfa3g {
	top: 300px;
	left: 110px;
	height: 184px;
}

#fichfa4g {
	top: 300px;
	right: 245px;
	height: 184px;
}

#fichfa5g {
	top: 300px;
	right: 85px;
	height: 184px;
}

p.image {
	padding-right: 0;
	width: 475px;
}

p.image2 {
	padding-right: 0;
	width: 440px;
}

p.image3 {
	padding-right: 0;
	width: 430px;
}

p.image4 {
	padding-right: 0;
	width: 390px;
}

p.image5 {
	padding-right: 0;
	width: 365px;
}

#plans {
	position: relative;
	left: 5%;
}

#container_gmap_canvas {
	overflow: hidden;
	height: 400px;
	width: 507px;
	margin-bottom: 5%;
	margin-top: 1%;
	position: relative;
}

#gmap_canvas {
	max-width: none !important;
	background: none !important;
	width: 100%;
	height: 100%;
}

#gmap_custom_button {
	margin: 10px;
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
	text-align: center;
}
#gmap_custom_button:hover {
	background-color: rgb(235, 235, 235);
}

#gmap_custom_button_text {
	color: rgb(86, 86, 86);
	font-family: Roboto, Arial, sans-serif;
	font-size: 11px;
	padding: 8px;
}
#gmap_custom_button_text:hover {
	color: rgb(0, 0, 0);
}

#lien_AccessMap {
	position: relative;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
}

#span_lien_AccessMap {
	position: relative;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: .8em;
	color: #00ADEE;
	font-weight: 700;
}

#nous_trouver_infos {
	position: relative;
	margin: 0 5% 0 auto;
}

#acronyme_SIPE {
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	color: #232323;
	font-size: .8em;
	font-weight: 700;
}

#nous_trouver_logo_SIPE {
	width: 110px;
	position: relative;
	left: 50%;
	margin-bottom: 2%;
	margin-left: -55px;
	margin-top: 4%;
}

#photo_batiment {
	position: relative;
	left: 50%;
	margin: 5% 0 5% -99px;
	width: 198px;
	height: 133px;
}

#batimat {
	position: relative;
	left: 1%;
	float: left;
}

#img_batimat {
	width: 453px;
	height: 455px;
}

#progiciel_contenu img, #img_batimat, #container_gmap_canvas, #photo_batiment {
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.37);
	transition: box-shadow 0.28s cubic-bezier(0.4,0,0.2,1);
}

img[onclick]:hover:not(#viewedImage):not(#closingIcon) {
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.2), 0 6px 10px 0px rgba(0,0,0,0.3) !important;
}

#progiciel_contenu img {
	position: absolute;
}

a[href], input[type='submit'], [onclick], #horizontalCursor, #gmap_custom_button {
	cursor: pointer;
}

#batimat_infos {
	position: relative;
	width: 48%;
	margin: 0 1% 0 auto;
	padding: 2% 1% 1% 1%;
}

#batimat_infos {
	text-align: justify;
}

#content_espaceMembre {
	position: relative;
	width: 47%;
	height: auto;
	padding: 2% 1% 1% 1%;
	text-align: justify;
	left: 50%;
	margin-left: -22%;
	top: 50%;
	transform: translateY(-50%);
}

.floatLeft {
	float: left;
}

.marginVertReduites {
	margin-top: 0;
	margin-bottom: 5px;
}

.paddingLeft7 {
	padding-left: 7%;
}

.paddingLeft10 {
	padding-left: 10%;
}

/*.
{
	height: 50px;
	display: block; 
	padding-top: 1.5%;
	overflow: hidden;
}

.label_cv_lettre_motiv
{
	width: 75%;
	margin-bottom: 5px;
}

.label_nom_cv_lettre_motiv
{
	width: 97%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

input[type='file']
{
	display: none;
}*/