/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }

body {background: #fff; color: #2a3642;}
h1, .uk-h1{color: #2a3642;}

.tm-article-title,
.uk-h1{
	letter-spacing:3px;
	text-shadow: 2px 2px #b5b6bc;
	}
h1.tm-article-title::after,
.uk-h1::after {
 content:"";
 display:block;
 width:80px;
 max-width:100%;
 border-top:5px solid #a9004d;
 vertical-align:top;
}


strong {font-weight: 600;}
.uk-overlay-background h3{ text-shadow: 1px 1px 2px #000000;}
p{text-align:justify;}
.uk-block-default {background: transparent;}
.accueil {background: #fff;}

.tm-navbar-transparent .tm-logo img:not(.tm-logo-sticky) {display: block;}
.uk-navbar-nav > li > a{color: rgba(255, 255, 255, 0.7);}
.uk-navbar-nav > li.uk-active > a{color: rgba(255, 255, 255, 1);}

.uk-overlay-background {
	background:rgba(169,0,77,1) ;
    color: #ffffff;
}

.tm-block-top-a .uk-overlay-background {
	background:url(courbe-fushia.png) center center / cover ;
    color: #ffffff;
}

.tm-block-top-b{
	position:absolute;
	top:0;
	z-index:0;
	}
.tm-navbar-container {
    height: 120px;
}

.tm-block-main {
    padding-top: 200px;
}

.uk-block-default + .uk-block-default{border-top: none;}

.uk-animation-slide-top {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9004d+0,d6336c+100 */
background: #a9004d; /* Old browsers */
background: -moz-linear-gradient(45deg,  #a9004d 0%, #d6336c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #a9004d 0%,#d6336c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #a9004d 0%,#d6336c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9004d', endColorstr='#d6336c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.uk-block-secondary {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6336c+0,a9004d+100 */
background: #d6336c; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #d6336c 0%, #a9004d 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #d6336c 0%,#a9004d 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #d6336c 0%,#a9004d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6336c', endColorstr='#a9004d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.uk-block-secondary {color: #000000;}
.tm-block-footer{background:#F5F6FA;}
.tm-block-footer p{color:#3c3a3e;}
.secteur .uk-width-medium-1-2 {
    padding: 10px;
}
.contact-name{display:none;}

.tm-top-a .uk-overlay-panel .uk-h2{text-shadow: 1px 1px 2px #000000; color: #ffffff;}