/* NOTE : les selecteurs :not() sont utilisés par soucis de compatbilité */
/* entre les trois layout/css (backoffice, ancien front, nouveau front)  */
/* ils ne sont pas destinés à persister                                  */

@media screen and (min-width: 960px) {
    html {
        margin-left: calc(100vw - 100%);
        margin-right: 0;
    }
}

body {
	background-color: #404040;
	margin: 0;
	width: 100%;
}

.asterisque {
	color: #FF0000
}

p {
	display: block;
	margin: 0;
	color: #535252;
	font-family: Arial;
	font-size: 0.75rem;
}

a{
	font-family: arial;
	font-size: 0.75rem;
	font-weight: bold;
	color: #1D3C8C;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.baslogin form {
	border: 1px solid #BBBBBB;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

iframe {
	background-color: #FFFFFF;
}

#centrevisu2 img {
	float: right;
	margin: 2rem;
}

#main {
	border: 1px solid #BBBBBB;
	border-radius: 10px;
	background-color: #FFFFFF;
	margin: 10px auto 0 auto;
	width: 913px;
}

#corps {
	float: left;
	width: 913px;
	background-color: #E1E1E1 !important;
	padding-bottom: 10px;
}

.labellogin {
	min-width: 100px;
	float: left;
	padding-top: 3px;
	text-align: center;
}

#login {
	padding: 1rem;
	margin: auto;
	width: 50%;
	border: 1px solid #BBBBBB;
}

#email {
	min-width: 250px;
	width:70%;
}

#pwd2 {
	min-width: 250px;
	width:70%;
}

.forminput2 {
	min-width: 250px;
	width: 70%;
}

#egareform,#inscriform {
	margin: auto;
	margin-bottom: 1rem;
}

.formdiv2 {
	padding: 1rem;
	width: 45%;
	float: left;
}

.formdiv2 h3 {
	font-size: 0.90rem !important;
}

.oklogin {
	min-width: 10rem;
}

.oklogin2 {
	min-width: 10rem;
}

.margin-1 {
	margin : 1rem;
}

.baslogin {
	width: 95%;
	margin: auto;
}

#haut {
	background: #E1E1E1;
	border-radius: 10px 10px 0 0;
}

#haut img {
	border: 0 none;
	display: inline;
	float: left;
	margin: 0.5rem;
}

#cfmcadre {
	float: left;
	width: 715px;
	margin-left: 5px;
	margin-top: 10px;
}

#autre .egaleCoteACote {
	float: left;
	display: inline;
	width: 330px;
	margin: 0px 5px 0 5px;
}

#autre .egaleCoteACote p {
	text-align: justify;
}

/*--------------------------------------*/
form#connexionEntreprise {
	width: 300px;
	border: 1px solid #C6C5C6;
	margin-left: 8px;
	background-color: #e5e9eb;
}

#sub {
	display: block;
	width: 88px;
	height: 24px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	border: 0;
	background: url(/images/connexion.png) no-repeat left 2px;
	cursor: hand
}

#inscription {
	background: url("/images/inscription.jpg") no-repeat scroll left top
		transparent;
	border: 0 none;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
	margin: 5px 0 8px 53px;
	width: 100px;
}

#bas {
	clear: both;
	display: block;
	height: 35px;
}

#bas p {
	float: right;
	font-weight: bold;
	margin: 10px 30px 0 0;
	color: #000000;
}

#contentpublic {
	display: inline;
	margin: 25px;
}

#contentpublic p {
	margin-bottom: 12px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}

#contentpublic h1 {
	background: transparent url(/images/2fleches.gif) no-repeat scroll left
		7px;
	color: #1E3D8D;
	display: block;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 10px 2px;
	padding-left: 10px;
}

#contentpublic h1 span {
	color: #1E3D8D;
	font-size: 14px;
}

#contentpublic .egaleCoteACote {
	float: left;
	display: inline;
	width: 500px;
	margin-left: 25px;
}

#contentpublic img.imageaccueil {
	float: left;
	display: inline;
	margin: 0 7px 7px 0;
}

#contentpublic h2 {
	margin: 0 0 7px 0;
	color: #535252;
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
}

#contentpublic h3 {
	background: url("/images/2fleches.gif") no-repeat scroll left 7px
		transparent;
	color: #000000 !important;
	display: block;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 1.5rem;
	margin-left: 1.5rem;
}

p.long {
	width: 95%;
}

#inscrNiv2 {
	margin: 0 !important;
	width: inherit !important;
}

.center {
	text-align: center;
	float: none !important;
}

#cphelper {
	float: left;
	width: 70%;
}

#societe:not(.societebs) {
	width: 50%;
}

.uneCateg:first-child {
	line-height: 3;
}

#blocEntete {
	float: right;
	padding-right: 2rem;
	margin-top: 2rem;
}

.styleButton {
	margin: 0.75rem;
	padding: 0.25rem;
	background-color: #6175AA;
	color: white;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	border-radius: 5px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.styleButton:hover {
	color: white;
	text-decoration: none !important;
	background-color: #1d3c8c;
}

.extendlogin {
	width: 100%;
    text-align: center !important;
}

input[readonly]{
  background: lightgray;
}

