/*!
 * Css additionnels
 * Copyright Richard sangarne janvier 2019
 * http://www.sangarne.com
 */
 /*!
 * Bootstrap modifided by Richard Sangarne janvier 2019
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

body {
  margin: 0;
  font-family: 'Roboto', Roboto, Helvetica, Arial;
  font-size: 1em;
  line-height: 1.428571429em;
  color: #2C2C2C;
  background-color: #FFFFFF;
  
  
  
  
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a:link {
	text-decoration: none;
	/*color: #777777;*/
	color: #5a9ce7;
}
a:visited {
	text-decoration: none;
	color: #5a9ce7;
}
a:hover {
	text-decoration: none;
	color: #777777;
}
a:active {
	text-decoration: none;
	color: #5a9ce7;
	}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}
/*BTN LINK */
.btn-link {
  font-weight: 500;
  color: #777777;
  text-decoration: none;
}

.btn-link:hover {
  color: #777777;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #777777;
  pointer-events: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1, .h1 {
 font-family: 'Roboto', Roboto, Helvetica, Arial;
	font-size: 2.5em;
	line-height: 1.5em;
	font-weight:400;
	color: #333333; 
	letter-spacing: 0px;
	text-transform: none; 
	font-style: normal; 
	text-rendering: optimizelegibility;
	}
h2, .h2 {
  font-family: 'Raleway','Roboto', Roboto, Helvetica, Arial;
	font-size:  1.3em; 
	line-height: 1.2em; 
	font-weight:  500;
	color: #3C3C3C;  
	letter-spacing: 0px; 
	text-transform: uppercase; 
	font-style: normal; 
	text-rendering: optimizelegibility;
}
h3, .h3 {
  font-family: 'Roboto', Roboto, Helvetica, Arial;
	font-size:  1.55em; 
	line-height: 1em; 
	font-weight:  600;
	color: #9BBE2A;  
	letter-spacing: 0px; 
	text-transform: uppercase; 
	font-style: normal; 
	text-rendering: optimizelegibility;	
}
h4, .h4 {
  font-family: 'Roboto', Roboto, Helvetica, Arial;
	font-size:  1.45em; 
	line-height: 1.2em; 
	font-weight:  700;
	color: #4C77B2;  
	letter-spacing: 0px; 
	text-transform: uppercase; 
	font-style: normal; 
	text-rendering: optimizelegibility;	
}
h5, .h5 {
  font-family: 'Roboto', Roboto, Helvetica, Arial;
	font-size:  1.35em; 
	line-height: 1em; 
	font-weight:  400;
	color: #000D63;  
	letter-spacing: 0px; 
	text-transform: uppercase; 
	font-style: normal; 
	text-rendering: optimizelegibility;	
}
h6, .h6 {
  font-family: 'Roboto', Roboto, Helvetica, Arial;
	font-size:  1.25em; 
	line-height: 1.0em; 
	font-weight:  600;
	color: #F4A4D9;  
	letter-spacing: 0px;
	text-transform: none; 
	font-style: normal; 
	text-rendering: optimizelegibility;	
}

