/* CSS Document */

html {
    color: #333;
}
.uk-link, a {
    color: #E41E13;
    text-decoration: none;
    cursor: pointer;
}
.uk-link:hover, a:hover {
    color: #555555;
    text-decoration: underline;
}

/* Cacher les secteurs d'activités */
.pages-activites {
	display: none !important;
}

/* Texte en blanc sur section rge et noire */
.uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
    color: rgba(255,255,255,.95);
}

/* Toolbar */

.uk-sticky-placeholder {
}
.tm-toolbar {
    padding: 0px !important;
}

.tm-toolbar .uk-sticky {
    padding-top: 8px;
    padding-bottom: 6px;
    background: #555;
	/*height: 39px !important;*/
}
.tm-toolbar,
.tm-toolbar .uk-subnav li a {
    font-size: 14px !important;
}

.tm-toolbar .uk-grid {
	height: 25px !important;
}


.tm-toolbar .uk-subnav li a {
	color: #eee !important;
    font-size: .785rem;
}


.tm-toolbar p {
	margin: 0;
}
.tm-toolbar .accroche {
	font-size: 1rem;
}
.tm-toolbar .phone {
	margin-right: 25px;
}
.tm-toolbar .phone,
.tm-toolbar .map {
	background-color: #333; /* e41e13 */
	color: #eee;
	padding: 2px 8px 0px 8px;
	border-radius: 2px;
	font-weight: 600;
	margin: -2px 18px 0;
}
.tm-toolbar .uk-icon > * {
    transform: translate(0,-3px);
}

/***  Recherche  ****/
.tm-toolbar .uk-search {
    background: #fff;
	width: 200px;
}
@-moz-document url-prefix() {

}
.tm-toolbar .uk-search {
	border-right: 1px solid #fff;
}
.tm-toolbar .uk-search-default .uk-search-input {
    height: auto;
    padding-left: 6px;
    padding-right: 6px;
}

.tm-toolbar .uk-search-input {
    color: #333;
}
.tm-toolbar .uk-search-input::placeholder {
    color: #868686;
}
.tm-toolbar .uk-search .uk-search-icon {
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 81%;
    color: #868686;
}
.tm-toolbar .uk-search-default .uk-search-icon:not(.uk-search-icon-flip) + .uk-search-input {
    padding-left: 10px;
    padding-right: 40px;

}

#module-tm-3 {
	padding-left: 55px;
}

/* Navbar */
.uk-navbar-container:not(.uk-navbar-transparent) {
    background-image: url(/contenus/images/SMRI-menubgleft.png);
    background-repeat: no-repeat;
    background-position-x: -520px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.tm-header .uk-navbar-nav > li > a {
		line-height:48px;
	}
}
.uk-navbar-dropdown-nav > li > a {
    padding-left: 0px;
	transition: all ease-out 0.20s;
}
.uk-navbar-dropdown-nav > li > a:hover {
    padding-left: 10px;
	transition: all ease-in 0.25s;
}


@media (max-width:2570px) {
	.uk-navbar-container:not(.uk-navbar-transparent) {
		background-position-x: -290px;
	}
}
@media (max-width:2260px) {
	.uk-navbar-container:not(.uk-navbar-transparent) {
		background-position-x: -500px;
	}
}
@media (max-width:1860px) {
	.uk-navbar-container:not(.uk-navbar-transparent) {
		background-position-x: -620px;
	}
}
@media (max-width:1660px) {
	.uk-navbar-container:not(.uk-navbar-transparent) {
		background-position-x: -700px;
	}
}
@media (max-width:1490px) {
	.uk-navbar-container:not(.uk-navbar-transparent) {
		background-position-x: -800px;
	}
}
@media (max-width:960px) {
	.uk-navbar-container:not(.uk-navbar-transparent) {
		background-position-x: -900px;
	}
}
.tm-header .uk-sticky {
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.24);
	position: relative;
}
.homepage .tm-header .uk-sticky {
	box-shadow: none;
	border-bottom: none;
}
.homepage .tm-header .uk-sticky.uk-sticky-fixed.uk-sticky-below {
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.24);
	border-bottom: 1px solid #eee;
}

/* Recherche dans menu mobile caché sur PC */
@media (min-width:960px) {
	#module-tm-1 {
		display: none;
	}
	.uk-navbar-nav > li:nth-child(7) {
		display: none;
	}
}

/* Mobile Navbar  */

.uk-offcanvas-bar ul.uk-nav-sub {
    background: #fff;
	border-radius: 1px;
    margin-top: 10px;
}
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: #222;
}
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
    color: #e41e13;
}

.uk-offcanvas-bar .uk-nav-default > li > a {
    color: #eee;
	text-transform: uppercase;
}
.uk-offcanvas-bar .uk-nav-header:not(:first-child) {
    margin-top: 0px;
}
.uk-offcanvas-bar .uk-nav-default > li:nth-child(1),
.uk-offcanvas-bar .uk-nav-default > li:nth-child(2),
.uk-offcanvas-bar .uk-nav-default > li:nth-child(3) {
    margin-top: 15px;
}
.uk-offcanvas-bar .uk-nav-default > li {
    margin-top: 5px;
}


.uk-offcanvas .phone {
	background-color: #9f130b; /* e41e13 */
	padding: 6px 8px 6px 8px;
	border-radius: 2px;
	font-weight: 600;
	margin-top: 15px;
	color: #fff !important;
}
.uk-offcanvas .phone::before {
	content:"\e261";
	font-family: "icomoon";
	padding-right: 10px;
}
.uk-offcanvas .phone:hover {
	background-color: #fff !important; /* e41e13 */
	color: #E41E13 !important;
}

.uk-offcanvas .uk-search-default {
    width: 100%;
	margin-bottom: 10px;
}


/* Sous menu */

.uk-navbar-dropdown-dropbar {
    width:360px;
}
.uk-navbar-dropdown-nav > li > a {
    color: #222;
    font-size: 18px;
}
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
	color:#9f130b;
	font-weight: 500;
}


/* GENERAL */

.pictos .el-item:hover img {
    transform: scale(1.10);
    transition: ease-in 0.25s all;
}
.pictos .el-item img {
    transition: ease-out 0.15s all;
}
.pictos .el-item.uk-card-body {
    padding: 0px;
	box-shadow: none !important;
	background: none !important;
}
.pictos h3 {
    font-weight: 600;
}
@media (max-width:480px) {
	.pictos {
		justify-content: center;
	}
}


.odometer-inside {
	color:#fff;
}
.chiffrecle-text p {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
	color:#fff;
}

/* Homebis*/

#homebis-show h2.uk-text-primary ,
#homebis-show h3
{
    color: #fff !important;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

#homebis-show-h2 {
	visibility: hidden;
	transition: ease-in 0.5s all;
}
#homebis-show-solutions {
	visibility: hidden;
	transition: ease-in 0.5s all;
}


/* Home */

.homepage .homegrid .uk-h4,
.homepage .homegrid .uk-h5
{
	text-transform: uppercase;
	line-height: 1.1;
}

#home-slide .uk-container {
	padding: 0;
}
#home-slide .uk-slideshow-items .el-content p {
		margin:0;
}
#home-slide .uk-slideshow-items .el-content h1,
#home-slide .uk-slideshow-items .el-content h2 {
	color:#fff !important;
	text-shadow: 0 0 6px rgba(0,0,0,0.9);
	font-size: 2.0rem;
	line-height: 1.12;
	margin-top: 0;

}
#home-slide .uk-slideshow-items .el-content img {
	width: 250px;
	height: auto;
}


@media (min-width:780px) {
	#home-slide .uk-slideshow-items .el-overlay {
		position:relative;
		top:-10%;
		left:10%;
	}
}
@media (min-width:1480px) {
	#home-slide .uk-slideshow-items .el-overlay {
		position:relative;
		left:15%;
	}
}
@media (max-width:780px) {
	#home-slide .uk-slideshow-items .el-content {
		padding: 0 80px;
	}
}
@media (max-width:580px) {
	#home-slide .uk-slideshow-items .el-content {
		padding: 0 40px;
	}
	#home-slide .uk-slideshow-items .el-content img {
		width: 70%;
		height: auto;
	}
	#home-slide .uk-slideshow-items .el-content h1,
	#home-slide .uk-slideshow-items .el-content h2 {
		font-size: 1.85rem;
	}
}
@media (max-width:480px) {
	#home-slide .el-overlay {
		top: -35px;
	}
	#home-slide .uk-slideshow-items .el-content {
		padding: 0 30px;
	}
	#home-slide .uk-slideshow-items .el-content img {
		width: 60%;
		height: auto;
	}
	#home-slide .uk-slideshow-items .el-content h1,
	#home-slide .uk-slideshow-items .el-content h2 {
		font-size: 1.75rem;
	}
}

#home-overlay .uk-container {
	padding: 0;
}

#home-solutions {
	padding-top: 30px !important;
}
@media (max-width:480px) {
	#home-solutions .el-item,
	#pres-lienssolutions .el-item
	{
		padding-bottom: 30px !important;
	}
}



#home-content {
}

.home-h2titles {
	font-size: 1.75rem;
	font-weight:normal;
}
.home-h2titles strong {
	font-weight: bold;
}


#home-chiffres .uk-h3.uk-margin {
	margin-top: 0 !important;
}

#home-qsse .uk-card-default {
    color: #333;
    box-shadow: none;
}
#home-chiffres .uk-container > div:nth-child(2) div > div {
	text-align: center;
}

#home-actus .wk-grid-width-1-1  .wk-panel {
	min-height: auto !important;
	height: auto;
}
#home-actus h3 {
	font-size: 1.25rem;
	margin-bottom: 10px !important;
}
#home-actus .wk-article-meta {
	font-size: 0.75rem;
	color:rgba(176,176,176,1.00);
	margin-top: 10px !important;
}


/* Composants */


#tm-main.uk-section {
    padding-top: 30px;
}

#tm-main .phone {
	background-color: #004280;
	color: #d7dbde;
	padding: 0px 12px 1px 8px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 0.925rem;
}
#tm-main .uk-icon > * {
    transform: translate(0,-2px);
}

/* Typo */
.badge {
	background-color: #d7dbde;
	color: #004280;
	padding: 0px 12px 1px 8px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 0.925rem;
}



/* Recherche */

.search #searchForm {}
.search #searchForm fieldset.uk-fieldset legend {
	display: none;
}
.search #searchForm .uk-fieldset legend {
	display: none;
}
.search #searchForm .uk-fieldset .uk-margin .controls label.radio input {
	margin-right: 10px;
}
@media (min-width:980px) {
	.search #searchForm .uk-search-default,
	.search #searchForm .uk-search-default .uk-search-input {
		width: 400px;
	}
}
@media (min-width:480px) {
	.search #searchForm .uk-fieldset:nth-child(2) {
		display: flex;
	}
}
.search #searchForm .uk-fieldset:nth-child(2) > div {
	padding: 0 30px 0 0;
}

.search #searchForm .uk-fieldset:nth-child(3) {
	display: none;
}
@media (max-width:980px) {
	.search #searchForm .controls label {
		width: 100%;
		display: block;
	}
}
@media (max-width:479px) {
	.search #searchForm .uk-search-default,
	.search #searchForm .uk-search-default .uk-search-input {
		width: 100%;
	}
	.search #searchForm .uk-button {
		width: 100%;
		margin: 5px 0 -10px 0;
	}
}


/* Pages */
.tm-main > .uk-container > .uk-margin-medium-bottom:first-of-type {
    margin-bottom: 0 !important;
}

.breadcrumb, .uk-breadcrumb {
	margin: 12px 0 !important;
}

/* Actus */
body.page-actus .uk-breadcrumb > li:nth-child(3) {
	display: none;
}
body.page-actus .uk-margin-medium-bottom {
	margin: 20px 0 0 !important;
	padding: 0;
}
body.page-actus .uk-margin-medium-bottom ul {
	margin-bottom: 0 !important;
}
body.page-actus .tm-top {
	height: 229px!important;
	min-height: 229px!important;
}
body.page-actus h1 {
	margin-top: 0px!important;
}
body.page-actus .uk-article-meta {
	text-align: right;
	padding-bottom: 10px !important;
	font-size: .875rem;
	color:#E41E13;
}

#actus-wk .wk-grid .wk-panel {
	min-height: 350px !important;
}
#actus-wk .wk-grid .wk-panel h3 {
	font-size: 20px !important;
}

#actus-wk .wk-grid .wk-panel h3 {
	font-size: 1.25rem;
	margin-bottom: 10px !important;
}
#actus-wk .wk-grid .wk-panel .wk-article-meta {
	font-size: 0.75rem;
	color:rgba(176,176,176,1.00);
	margin-top: 10px !important;
}




/* Mediatheque */
.pweb-subscribe-wrapper {
	display: none;
}
.pwebbox-container {
    padding: 0px !important;
    background: none !important;
    box-shadow: none !important;
}
.pwebbox-youtube-gallery-items {
	margin-right: -20px;
}
.pwebbox-youtube-gallery-item {
    margin: 20px 20px 0 0;
}


/* Pages ********************************************************************************/


/* Articles ****************************/

.tm-top {
	padding: 0;
}
.tm-top .uk-container {
	padding: 0;
}
.tm-main {
	background-color: #F8F8F8;
	padding-top: 0 !important;
}

article .uk-article-title {
    color: #E41E13;
    text-align: center !important;
    font-size: 2.625rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	background-color: #fff;
	padding: 40px;
}
@media (min-width:480px) {
	article .uk-article-title {
		margin: 0 -650px;
		padding: 40px 650px;
	}
}




.uk-section p,
.uk-section li
{
	font-size: 18px;
}

.chzn-results li {
	font-size: 14px;
}


/* TOP POSITION ***/

.tm-top .uk-grid {
	display: block !important;
}

/* Photos Top pages */
.page-topimage img {
	width: 100%;
}

.page-titreh1 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
}
.page-titreh1 p {
	margin: 0 !important;
}




/* Maquer la section Réserve */
#reserve {
	display: none !important;
}

/* Société   ***/
#pres-chiffres h3.uk-margin {
	margin-top: 0 !important;
}
#pres-implantations .leaflet-control-zoom-in, 
#pres-implantations .leaflet-control-zoom-out {
	color:#111;
}
#pres-implantations .leaflet-popup-content a {
	color: #e41e13 !important;
}
#pres-implantations .leaflet-popup-content p {
    font-size: 16px;
}

/* Contact */
.contact-miscinfo .dl-horizontal dt {
    display: none;
}
.contact-miscinfo .dl-horizontal dd {
    margin-left: 0px;
}



/* Contacts ****************************************/
#contact-contacts .wk-grid .uk-button {
	max-width: 320px;
	font-size: 18px;
	margin-bottom: 15px;
}
.contacts-grid h3,
.contacts-grid p {
	text-align: center;
}
.uk-button.fullwidth {
	width: 100%;
}

.contacts-plan h3,
.contacts-plan p {
	color:#222 !important;
}
.contacts-plan .uk-button.uk-button-primary {
	background-color: #cc1b11 !important;
	color: #fff !important;
	border-color: transparent !important;
}
.contacts-plan .uk-button.uk-button-secondary {
	background-color: #262626 !important;
	color: #fff !important;
	border-color: transparent !important;
}
@media (max-width:479px) {
	#contact-formbf #bfSubmitButton {
		width: 100% !important;
		float: none !important;
	}
}

/* Emploi ***********************************************/

.emploi {
}
.emploi .tm-page .tm-main .uk-container .uk-grid .uk-first-column .uk-margin-medium-bottom {
	margin:15px 0 0 !important;
}

.emploi .page-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: none;
}

.emploi h1 {
    color: #E41E13;
    text-align: center !important;
    font-size: 2.625rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	background-color: #fff;
	padding: 40px;
}
@media (min-width:480px) {
	.emploi h1 {
		margin: 0 -650px;
		padding: 40px 650px;
	}
}


.emploi h2 a {
	color:#E41E13;
}

.emploi table tbody tr:not(:first-of-type) {
	color:#111;
	background: #fff;
}
.emploi table thead {
	font-weight: bold;
}
.emploi table a {
	color:#E41E13;
}

.emploi table tbody tr td { 
	padding:6px 10px; 
	border: 1px solid #d2d2d2;
	height: 62px;
	vertical-align: middle;
}
.emploi table thead tr td { 
	border: 0px; 
	display: none;
}

.emploi table tr:nth-child(odd):not(:first-of-type) { background-color:#eee; }
.emploi table tr td:nth-of-type(0n+1) { min-width: 180px; max-width: 10%; }
.emploi table tr td:nth-of-type(0n+2) { max-width: 10%; }
.emploi table tr td:nth-of-type(0n+3) { max-width: 10%; }
.emploi table tr td:nth-of-type(0n+4) { max-width: 10%; }
.emploi table tr td:nth-of-type(0n+5) { min-width: 90px; max-width: 8%; }
.emploi table tr td:nth-of-type(0n+6) { min-width: 180px; max-width: 10%; }
.emploi table tr td:nth-of-type(0n+7) { min-width: 90px; max-width: 8%; }

.emploi table tr td p { margin:0 0 10px; }
.emploi table tr td h3 { margin:5px 0 10px; }




.emploi .dl-vertical {
	height: auto !important;
}
.emploi .dl-vertical dt {
	width: 20% !important;
	display: inline-block;
}
.emploi .dl-vertical dd {
	width: 78% !important;
	display: inline-block;
	clear: right;
}
.emploi .dl-vertical dd strong {
	font-weight: normal !important;
}
.emploi .article_seperator {
	padding: 20px 0;
	display: block;
}
.emploi #application-form {
	margin-top: 35px;
}
.emploi #application-form .application legend {
	color: #555;
	text-transform: uppercase;
	font-size: 26px;
}

.emploi .social {
	height : 30px;
	display: flex;
	justify-content: flex-start;
	clear: both;
	padding-top: 0px;
}
.emploi .social li {
	height : 30px;
	float: none;
	align-self: flex-start;
}


.emploi .social .twitter-button {
	position: relative;
	top: 0;
}
.emploi .social .twitter-button {
	position: relative;
	top: 0;
}
.emploi .social .google-button {
	position: relative;
	top: -2px;
}
.emploi .social .linkedin-button {
	position: relative;
	top: 6px;
}

.emploi .form-consent {
	margin: 0px !important;
}
.emploi .form-consent label {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	max-width: 600px;
}
.emploi .form-consent input {
	position: absolute;
	left:5px;
	top: 15px;
}

/* Formulaire de postulation */

.control-group label.invalid {
    color: red;
	font-weight: bold;
}
.confirmationneorec {
    font-weight: 600;
    color: green;
    border: 2px solid;
    padding: 10px 25px;
}

@media (min-width:480px) {
	.emploi .form-consent {
		margin-left: 180px !important;
	}
}

.emploi .msgoblig {
    padding: 15px 0;
    color: #666;
}


/* BF Forms */

.bfQuickMode .controls .control-label {
	font-size: 18px;
}

.bfQuickMode input[type="checkbox"] {
	border: 2px solid #aaa;
}

.bfQuickMode .bfRequired {
    color: #555 !important;
}
.bfQuickMode .icon-asterisk {
    font-size: 9px;
    vertical-align: text-top;
    color: #555 !important;
}
.bfQuickMode .icon-asterisk::before {
    content: "*";
	font-family: inherit;
	font-size: 18px;
}

#bfElemWrap67 {
	padding: 15px 0;
}
#ff_elem67 {
	display: none;
}


.bfQuickMode .bfSubmitButton.button {
    background-color: #e41e13;
    color: #fff;
    border: 1px solid transparent;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out all;
    text-transform: uppercase;
    background-origin: border-box;
	float: none !important;
	min-width: 280px;
}
.bfQuickMode .form-actions div {
	text-align: center;
}




/* Résultats de recherche */

@media (max-width:475px) {
	.searchhomepage fieldset.uk-margin:nth-child(2) > legend:nth-child(1) {
		display: none;
	}
	.searchhomepage fieldset.uk-margin:nth-child(2) > div:nth-child(2) {
		margin: 0 !important;
	}
	.searchhomepage .controls .radio#searchphraseall-lbl {
		padding-left: 0px;
	}
	.searchhomepage fieldset.uk-margin:nth-child(3) {
		display: none;
	}
	.searchhomepage div.uk-flex:nth-child(2) > div:nth-child(1) {
		width: 75%;
	}
	.searchhomepage div.uk-flex:nth-child(2) > div:nth-child(2) {
		text-align: right;
	}
	.searchhomepage .uk-form-width-medium {
		width: 240px;
	}
}
@media (max-width:365px) {
	.searchhomepage .uk-search-default {
		width: 100%;
	}
	.searchhomepage .uk-button {
		width: 100%;
		margin-top: 10px;
	}
}


/* Plan de site ***********************************************/

.sitemap {
}

.sitemap #jmap_sitemap {
    overflow:visible;
}
.sitemap .tm-page .tm-main .uk-container .uk-grid .uk-first-column .uk-margin-medium-bottom {
	display: none;
}

.sitemap h1 {
    color: #E41E13;
    text-align: center !important;
    font-size: 2.625rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	background-color: #fff;
	padding: 40px;
	margin-bottom: 40px;
}
@media (min-width:480px) {
	.sitemap h1 {
		margin: 0 -650px 40px;
		padding: 40px 650px;
	}
}



/* Footer **************************************************************************/



@media (min-width:960px) {
	.contacts-plan-mobile {
		display: none !important;
	}
}



.nefooter-top {
	text-shadow: 0px 1px 2px rgba(0,0,0,0.85);
	color: #fff;
}
.nefooter-top .uk-button {
	text-shadow: none;
	width: 212px;
}
@media (max-width:600px) {
	.nefooter-top,
	.nefooter-bottom * {
		text-align: center !important;
	}
	.nefooter-top .uk-button {
		width: 80%;
	}
	.nefooter-top .uk-width-1-2\@s:nth-child(2) > div h4 {
		display: none;
	}
	.nefooter-top  .uk-width-1-2\@s:nth-child(2) div p:nth-child(2) {
		margin-bottom: -25px;
	}
	.footerbrands > p:nth-child(2) > a:nth-child(1) > img:nth-child(1){
		margin-right: -35px;
	}
	.footerbrands > p:nth-child(4) > a:nth-child(1) > img:nth-child(1){
		margin-right: -105px;
	}
	.footerbrands > p:nth-child(5) > a:nth-child(1) > img:nth-child(1) {
		margin-right: -115px;
	}
	.footercertif p {
		margin-left: 15px;
	}
	.nefooter-middle > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
		text-align: center;
	}
	.nefooter-middle .uk-subnav li {
		display: block;
		text-align: center;
		width: 100%;
		padding-left: 10px;
	}

}


.nefooter-middle {
}
.nefooter-middle .uk-subnav .el-link {
	color:#ccc !important;
}
.nefooter-middle > div > div > div:nth-child(2) > div {
	text-align: right;
}


.footerbrands h4:nth-of-type(2) {
	margin-top: 22px;
}
.footerbrands p {
	margin: 8px 0;
}
.footercertif img {
	width:46%;
	float:left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.nefooter-bottom{
}
.nefooter-bottom p{
	margin: 0;
	padding: 10px 0;
}

.uk-totop {
	padding: 15px;
	background-color: #eee !important;
	color:#333333 !important;
	transition: ease-in 0.5s all;

}
.uk-totop:hover {
	padding: 15px;
	background-color: #E41E13 !important;
	color:#fff !important;
	transition: ease-in 0.5s all;
}

/* Responsive --------------------------------*/
@media (max-width:1450px) {
}
@media (max-width:1150px) {
}

@media (max-width:850px) {
}
@media (max-width:650px) {
}
@media (max-width:390px) {
}


/* Correction Editeur **************************/

p.uk-button a, p.uk-button a:hover {
	text-decoration: none;
}

.uk-button-tertiary {
	color:#eee;
	background-color: #e41e13;
}




