.uk-h1, h1 {
	font-size: 50px;
  line-height: 1.2;
  font-family: Jura;
  font-weight: 500;
  font-style: normal;
	color: #29295A;
}

.uk-h3, h3 {
    font-size: 22px;
    line-height: 1.4;
    font-family: Jura;
    font-weight: bolder;
    font-style: normal;
}

html {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
  	line-height: 1.75;align-content
}

.tm-page{
	max-width: 1600px; !important;
	margin-left: auto !important;
  margin-right: auto !important;
}

.uk-navbar-left {
    z-index: 1;
}

.uk-navbar-container{
    padding-top: 20px;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    display: flex;
	  bottom: 10px; /* use `@navbar-nav-item-line-margin-vertical` if you want to have the same value as for the navbar nav item line */
    justify-content: space-evenly;
    align-items: flex-start;  
    box-sizing: border-box;
    min-height: 0px;
    font-size: 14px;
    font-family: Poppins;    
}

.uk-navbar-container:not(.uk-navbar-transparent) 
.uk-navbar-nav>li>a::before,  
.uk-navbar-nav>li>a::before, 
.uk-navbar-nav>li>a::before {
    background-color: #92277f;
}

/*La altura del fondo azul del menu*/
.uk-navbar-container{
	height:65px;
}

/*Icono de menu mobile*/
.uk-navbar-right .uk-navbar-toggle{
	/*height:51px;
	color: red;
	background-color: red;*/
	position: relative;
	top: -20px;
}


/*Color del # de fono en el menu para mobiles y margen del divisor*/
.phone {

	color: #29295A !important;
}

.phone-divider{
	border-top: 1px solid	!important;
  border-color:	rgba(255,255,255,.2);
	margin-bottom: 15px !important;
	margin-top: -25px !important;
}

/*A propos*/

.title {
	font-size: 60px;
  letter-spacing: 1px;
	color: #29295A;
  margin: 0 0 6px 0;
}

.uk-hr, hr.apropo-devider {
  border-top: 6px solid #92277F;	
	width: 100px;
}

.txt-color{
	color: #92277F;
	font-weight: bold;
}

.txt-apropos{
    padding: 20px 10px 0px 40px;
}

/*Services*/


.services .uk-container {
	padding: 0px; !important;
	
}

.service-title {
	font-size: 60px;
  letter-spacing: 1px;
	color: #29295A;
  margin: 0 0 6px 0;
}

.btn-services{
	margin-left: 15px;	
}

@media (max-width: 640px) {
	.service-title {
		font-size: 45px;       
        }
}

.tm-child-list>ul>*>ul, .tm-child-list>ul>:nth-child(n+2), .uk-list>*>ul, .uk-list>:nth-child(n+2) {
    margin-top: 17px;
}

/*Vision et Mision*/

.vision-pics{
	width: 400px;
}

.txt-vision{
	margin-bottom: 70px !important;
}

.uk-container .columna-mission{
	padding-top: 40px;
}

.uk-container .columna-pics{
	/*margin-bottom: 20px;*/
}

.uk-grid .columna{
	margin: 20px 0px;
}

/*Bon a savoir*/


.bon-title {
    font-size: 50px!important;
}

@media (min-width: 960px){
	.bon-title {
		font-size: 47px!important;
	}
}

.bon-txt{
	font-size: 16px!important;
}

/*Contact*/

.liens .uk-link, a {
	color: #29295A;
  text-decoration: none;
  cursor: pointer;
	font-size: 15px;
}

.pcmacro .pcmacrostudio {
	font-size: 14px;
	font-weight: bold;
}

.liens .el-item {
	/*margin-top: 10px !important;*/
}

.liens {
	column-gap: 5px;
}

.tm-child-list>ul>*>ul, .tm-child-list>ul>:nth-child(n+2), .uk-list>*>ul, .uk-list>:nth-child(n+2) {
    margin-top: 5px;
}

.txt-contact {
	font-size: 15px!important;
	color: #29295A !important;
}

.contact {
	padding-bottom: 5px !important;
}

.contact .uk-grid-margin {
	margin-top: 20px;
}

.opsq, img {
	vertical-align: top !important; 
}








