@media only screen and (min-width: 1280px) {
	.self-container #slide-article-v2 {
	    margin-left: 0px;
	    margin-right: 0px;
	}
}

@media only screen and (min-width: 1024px) {
	.self-container {
		padding: 0 0 0 30px;
	}
	.self-container-acces-direct {
      padding: 0 0 0 15px;
   }
}

@media only screen and (min-width: 600px) {
	.self-sm-radio-padding {
		padding-left:0px;
	}
	
	.self-no-js-select {
		width: 70%;
	}
}

@media only screen and (max-width: 599px) {
	.self-no-js-select {
		width: 100%;
	}
}
	
.page-node-type-article .articlev2 .menu-acces-direct {
	border-bottom:0px;
}

.page-node-type-article .required-custom {
    color: #ee1200;
    font-size: 1.2em;
    padding-left: 5px;
}

.self-slider-a-noter-margin-bottom {
	padding: 15px 0 15px 0;
}

.self-form-actions {
	border-top: 1px solid #202124;
	padding-top: 50px;
}

.self-no-js-select {
	font-family: "roboto_condensedbold", sans-serif;
	text-transform: uppercase;
   	border-style: none none solid none;
   	border-width: 1px;
   	border-color: #1f1f24;
   	border-radius: 0;
   	box-shadow: none;   
   	height: 34px;
   	color: #1f1f24;
   	font-size: 1.4rem;
   	padding: 0px 12px;
   	letter-spacing: 0.1rem;
   	margin-bottom: 0;
   	background-color: #FFFFFF;
   	display: flex;
   	display: -webkit-box;
   	display: -webkit-flex;
   	display: -ms-flexbox;
   	justify-content: center;
   	align-items: center;
}

.self-erreur {
	border: 2px solid red;
	padding: 10px 10px 10px 0;
	margin: 0 0 10px 0;
}

.self-alertes {
	padding: 0 0 0 20%;
	color: red
}
.self-alertes li {
	margin: 0px;
}

.self-link-header-user {
	margin: 0 30px;
	color: #AE8A3E;
	letter-spacing: 1.6px;
}

.self-slide-block-user {
	height: 60px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 0px 0px 0px 13px;
}

.self-link-sidebar-user {
	font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    line-height: 60px;
    color: #AE8A3E;
}
