
body, html {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: #222222;
	background-color: #FFF;
	font-weight: 400;
	min-height: 100%;
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 overflow-x: hidden;
}



 * {
	padding: 0px;
	margin: 0px;
/*	
	-webkit-animation: fadein 1s; 
	-moz-animation: fadein 1s; 
	-ms-animation: fadein 1s; 
	-o-animation: fadein 1s; 
	animation: fadein 1s;	*/
	
}

a {
	color: #003a5c;
	transition: color 0.5s;
	text-decoration:none;
}

a:hover{
  color: #003a5c;
 text-decoration: underline;
}


p {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 20px;
}

p.intro {
	font-size: 16px;
}

.intro p{
	font-size: 16px;
}
.intro strong{
color: #003a5c;
}

h1 {
	font-size: 30px;
	color: #7D7D7D;
	font-weight:400;
	line-height: 34px;
	margin-bottom: 30px;
}

h1 span {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.26em;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	font-size: 30px;
	font-weight:400;
	line-height: 34px;
	margin-bottom: 30px;
	color: #003a5c;
}

.intro.particuliers h2{
	color: #003A5D;
}


h3 {
	font-size: 24px;
	font-weight:400;
	line-height: 30px;
	color: #003a5c;
	margin-bottom: 30px;
}

h4 {
	font-size: 20px;
	font-weight:500;
	line-height: 26px;
	color: #003a5c;
	margin-bottom: 30px;
}

.kravmaga h3{
	color: #FFFFFF;
}

.entreprises h4 {
	color: #FFFFFF;
}


img {
	border: 0px;
	max-width:100%;
}

.img_bgcover{
	background-position:center center;
	background-size: cover;
	background-repeat:no-repeat;
}

table , iframe{
	width: 100%;
}

/* Lists */

.container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.container ul li {
	/*padding: 0 0 20px 60px;*/
	padding: 0 0 16px 60px;
	background: transparent url(../img/icon-arrow-long-blue.svg) 0px 8px no-repeat;
	font-size: 14px;
	line-height: 24px;
	background-size: 35px 10px;
}

.container .background-purple ul li,
.container .dark-purple-background ul li,
.container .background-yellow ul li,
.container .yellow-background ul li,
.container .dark-yellow-background ul li,
.container .background-blue ul li,
.container .dark-blue-background ul li {
	background: transparent url(../img/icon-arrow-long-white.svg) 0px 8px no-repeat;
	background-size: 35px 10px;
}

.container .square-purple ul li {
	background: transparent url(../img/icon-arrow-long-purple.svg) 0px 8px no-repeat;
	background-size: 35px 10px;
}

.container .square-blue ul li {
	background: transparent url(../img/icon-arrow-long-blue.svg) 0px 8px no-repeat;
	background-size: 35px 10px;
}

.container .square-yellow ul li {
	background: transparent url(../img/icon-arrow-long-yellow.svg) 0px 8px no-repeat;
	background-size: 35px 10px;
}

.container dl {
}

.container dl dt {
	padding: 0 0 16px 60px;
	background: transparent url(../img/icon-arrow-long-blue.svg) 0px 8px no-repeat;
	background-size: 35px 10px;
	color: #003a5d;
	font-size: 20px;
	line-height: 26px;
}

.container dl dd {
	padding: 0 0 35px 60px;
	font-size: 16px;
	line-height: 24px;
}

/* Utilities */


.center, .all-center *
{
	text-align: center;
}

.centered
{
	margin-right: auto !important;
	margin-left: auto !important;
}

.clear {
	clear: both;
}

*:focus {
    outline: 0;
}

#mobile_menu:not( .mm-menu ) {
   display: none;
}

.pushed-down {
	margin-top: 50px;
}

.mobile {
	display: none;
}


/*/////////////CONTAINER INSIDE /////////*/

.container{
	min-height:200px;
}


.inside{
	box-sizing:border-box;
	position: relative;
	margin: auto;
	width:100%;
	max-width: 1196px;
	padding: 0px 20px;
}



/*/////////////HEADER/////////*/

#header {
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;

    height: 94px;
	z-index:99999;
}
.button_header {
    padding: 13px 30px !important;
	margin-top:1px !important;
	
  
}


.headroom--pinned {
    transform: translateY(0%);
    transition: all 0.5s ease-in-out 0s;
}


.headroom--unpinned {
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out 0s;
}
.headroom--not-top {
    background-color: rgba(255, 255, 255, 0.9);
}

.headroom--not-top  #nav li a {
    color: #003a5c;
}
.headroom--not-top  #nav li a:hover {
    color: #63666a;
}

.headroom--not-top .button_header {
	
	background-color: transparent; 
    border: 1px solid #003a5c;
   
    color: #003a5c !important;
	}
	
.headroom--not-top	.button_header:hover {
     
	 color: #FFF !important;
	  background-color: #003a5c;
}
.headroom--not-top #logo{
	background-image:url(/img/TC_logo.svg);

}
	
	

.headroom--not-top .button {
	    border: 1px solid #003a5c;
}
.headroom--not-top .hamburger-inner,.headroom--not-top .hamburger-inner::before,.headroom--not-top .hamburger-inner::after {
    background-color: #003a5c;
}

/* Subpages header */

header
{
	height: 430px;
	background-size: cover;
	background-position: center center;
}

header h1
{
	text-align: center;
	padding-top: 300px;
	font-size: 48px;
	font-weight:300;
	line-height: 50px;
}

header h1 span
{
	letter-spacing: 6px;
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
}

/* Logo */

#logo{
	float:left;
	display:inline-block;
	z-index: 400;
}

#logo{
	width:370px;
	height: 84px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-image:url(/img/TC_logo_1.svg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
    background-size: 56%;
}




.header_langue{
	position:absolute;
	display:inline-block;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	right:40px;
	top:5px;
	
}

body.lan_fr .header_langue {
    right: 52px ;
}
body.lan_en .header_langue {
    right: 40px ;
}

.header_langue strong {
    margin-left: 5px;
}

.headroom--not-top  .header_langue, .headroom--not-top  .header_langue *{
    color: #003a5c !important;
}


.main_nav{
	opacity: 1;
    pointer-events: all;
    position: relative;
    z-index: 500;
	float:right;
}


#nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    margin: 26px 0;
}
#nav li {
    float: left;
    position: relative;
}
#nav li a {
    color: #FFF;
    float: left;
    font-size: 16px;
	font-weight:400;
    margin-right: 25px;
    position: relative;
    text-decoration: none;
	z-index:999;
	margin-top: 10px;
}

/* Contact button*/
#nav li:last-child a {
    margin-right: 0px;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: 5px;
    padding-left: 25px !important;
    padding-right: 25px !important;

}
#nav a:hover {
    color: #003a5c;
}


#menumobile {
	display: none;
    color: #4e4e4e;
    position: absolute;
    right: 10px;
    top: 28px;
    z-index: 999;
	width:40px;
	height:40px;
}

.mm-menu {
    background-color: #003a5c;
}

.mm-listview>li {
	padding: 10px 0;
	font-size: 16px;
}

.mm-listview>li:not(.mm-divider):after {
	border-color: #809dae;
	right: 20px;
}

.mm-listview li a {
    color: #FFF;
}

#mm-1{
	margin-top:20px;	
}

/*/////////////CONTAINER INSIDE /////////*/



.container_carousel_home{
   height:90vh;
   width:100%;
   position:relative;
   
}
#carousel_home_full{
	width:100%;
	overflow:hidden;	
	z-index: 2;
	
}

#carousel_home_full .myslide{
   height:70vh;
   width:100%;
}

#carousel_home_full .myslide p{
	font-size: 48px;
	font-weight:400;
	line-height: 50px;
	color: #FFF; 
	padding-top: 35vh;  
	font-weight: 200;
	width: 450px;
}

.owl-dots {
	position:absolute;
	left:20px;
    bottom: 16vh;
	z-index: 99999;
}

.owl-dots .owl-dot
{
float: left;
}
.owl-dots .owl-dot span
{
	display: inline-block;
	margin-right: 10px;
	width: 7px;
	height: 7px;
	border: 1px solid #FFF;
	border-radius: 10px;

}

.owl-dots .owl-dot.active span
{
	background-color: #FFF;
}

.container_carousel #scroll
{
	bottom: 10vh;
	background-image: url("../img/icon-scroll.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
    position: absolute;
	left:25px;
    width: 10px;
    z-index: 99999;
    animation: 2s ease 0s normal none infinite running pulse;
}




@media all and (max-height:700px){
	
	.container_carousel #scroll
{
	bottom: 10px;
	
}
.owl-dots {

    bottom: 55px;
	
}	
	
}

@keyframes pulse {
0% {
    transform: translate( -50%, 0%);
}
50% {
    transform: translate(-50%, 10%);
}
100% {
    transform: translate(-50%, 0% );
}
}




/*///////////// COLUMNS /////////*/


.col-1-3rd
{
	width: calc( 100%  / 3);
	float: left;
}

.col-1-3rd.highlight
{
	padding: 67px 80px 37px 80px;
	box-sizing: border-box;
}



.col-1-3rd .contain
{
	width: 350px;
}

.col-2-3rd
{
	width: calc( 100%  / 3 * 2);
	float: left;
}

.col-2-3rd .contain
{
	float: left;
	box-sizing:border-box;
	width: 510px;
	margin-left: calc((100vw - 1156px)/2);
	/*margin-left: calc(100% - 810px);*/
	padding: 80px 0px 80px 0px;	
}

.col-half {
	float: left;
	width: 50%;
	
	position:relative;
}

.col-half .contain{
	width: 470px;
	margin: 0px 110px;
	/*padding: 90px 0;*/
	padding: 47px 0;
}
.contain.intro h2{
	padding-top:30px;
}

.contain.intro.boxblanc h2{
	padding-top:30px;
	
}

.col-half:first-child .contain{
	float: right;
}


blockquote {
	background-image : url('../img/quote.svg');
	background-position: -20px 45px;
	background-repeat: no-repeat;
	padding: 225px 0 0 50px;
	font-size: 24px;
	color: #003a5c;
	font-weight:400;
	line-height: 30px;
}


/*///////////// Colors /////////*/

.white { 
	color: #FFF !important; 
}

.blue { 
	color: #003a5c; 
}

.blue-background { 
	background-color: #003a5d;
	color: #FFF;
}

.light-blue { 
	color: #02456c; 
}

.light-blue-background { 
	background-color: #02456c;
	color: #FFF;
}

.yellow, .all-yellow *{ 
	color: #b98d2b; 
}

.violet, .all-violet *{ 
	color: #28008a; 
}

.yellow-background { 
	background-color: #b98d2b;
	color: #FFF;
}

.violet-clair-background { 
	background-color: #6145ba;
	color: #FFF;
}

.dark-yellow { 
	color: #a57e26; 
}

.dark-yellow-background { 
	background-color: #a57e26;
	color: #FFF;
}


.entreprise{
	color: #DEEBE4;
}

.entreprise-background { 
	background-color: #275681;
	color: #FFF;
}

.entreprise_clair-background { 
	background-color: #428499;
	color: #FFF;
}


.square_entreprise{ 
	border: 1px solid  #275681  !important;
}

.square_entreprise .number {
  background-color: #275681 !important;
}





.particuliers-background { 
	background-color: #428499;
	color: #FFF;
}

.particuliers_clair-background { 
	background-color: #75AABB;
	color: #FFF;
}

.square_particuliers{ 
	border: 1px solid  #428499  !important;
}

.square_particuliers .number {
  background-color: #428499 !important;
}




.krav-background { 
	background-color: #6A8F34;
	color: #FFF;
}
.krav_clair-background { 
	background-color: #2E5524;
	color: #FFF;
}




.orange-background { 
	background-color: #ed7623;
	color: #FFF;
}

.orange_clair-background { 
	background-color: #fe9148;
	color: #FFF;
}

.orange, .all-orange *{ 
	color: #ed7623; 
}

.violet-fonce-background { 
	background-color: #28008a;
	color: #FFF;
}






.purple, .all-purple *{ 
	color: #4c0d39; 
}

.purple-background { 
	background-color: #4c0d39;
	color: #FFF;
}



.dark-purple-background { 
	background-color: #3a0a2b;
	color: #FFF;
}

.grey-background { 
	background-color: #eeeeee;
}

.dark-grey-background { 
	background-color: #e9e7e7;
}

.shadow{
  text-shadow: 0.656px 0.755px 16px rgba(0, 0, 0, 0.55);
}

.purple-background h2,
.purple-background h3,
.purple-background h4,
.dark-purple-background h2,
.dark-purple-background h3,
.dark-purple-background h4,
.yellow-background h2,
.yellow-background h3,
.yellow-background h4,
.dark-yellow-background h2,
.dark-yellow-background h3,
.dark-yellow-background h4,
.blue-background h2,
.blue-background h3,
.blue-background h4,
.light-blue-background h2,
.light-blue-background h3,
.light-blue-background h4 {
	color: #FFF;
}



/*///////////// Buttons /////////*/

.button {
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 30px;
	border: 1px solid #FFF;
	color: #FFF;
}

.button:hover {
	background-color: #FFF;
	color: #003a5c;
	border: 1px solid #FFF;
	text-decoration: none !important;
}

.button-blue {
	border: 1px solid #003a5c;
	background-color: #003a5c;
	color: #FFF;
}

.button-blue:hover {
	color: #003a5c;
	background-color: #FFF;
	border: 1px solid #003a5c;

}

.yellow-background .button:hover{
	color: #b98d2b; 
}

.purple-background .button:hover{
	color: #4c0d39; 
}



/*///////////// Icons /////////*/



.icon {

	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 0 0;	
}

.icon-circles {
	width: 125px;
	height: 63px;
	margin-bottom: calc( 130px - 63px);
	background-image : url('../img/icon-circles.svg');
}

.icon-circles-purple  {
    background-color: #4c0d39;
    -webkit-mask:  url('../img/icon-circles.svg') no-repeat 50% 50%;
    mask: url('../img/icon-circles.svg') no-repeat 50% 50%;
	width: 125px;
	height: 63px;
}

.icon-circles-blue  {
    background-color: #003a5c;
    -webkit-mask:  url('../img/icon-circles.svg') no-repeat 50% 50%;
    mask: url('../img/icon-circles.svg') no-repeat 50% 50%;
	width: 125px;
	height: 63px;
}

.icon-circles-yellow  {
/*    background-color: #b98d2b;
    -webkit-mask:  url('../img/icon-circles.svg') no-repeat 50% 50%;
    mask: url('../img/icon-circles.svg') no-repeat 50% 50%;*/
	
	background-image: url('/img/icon-circles-yellow.svg') ;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	width: 125px;
	height: 63px;
}
.icon-circles-violet {
/*    background-color: #b98d2b;
    -webkit-mask:  url('../img/icon-circles.svg') no-repeat 50% 50%;
    mask: url('../img/icon-circles.svg') no-repeat 50% 50%;*/
	
	background-image: url('/img/icon-circles-violet.svg') ;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	width: 125px;
	height: 63px;
}

.icon-lines {
	width: 89px;
	height: 86px;
	margin-bottom: calc( 130px - 86px);	
	background-image : url('../img/icon-lines.svg');
}

.icon-lines-purple  {
    background-color: #4c0d39;
    -webkit-mask:  url('../img/icon-lines.svg') no-repeat 50% 50%;
    mask: url('../img/icon-lines.svg') no-repeat 50% 50%;
	width: 89px;
	height: 86px;
}

.icon-lines-blue  {
/*    background-color: #003a5c;
    -webkit-mask:  url('../img/icon-lines-blue.svg') no-repeat 50% 50%;
    mask: url('../img/icon-lines.svg') no-repeat 50% 50%;*/
	
	background-image: url('/img/icon-lines-blue.svg') ;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	width: 89px;
	height: 86px;
}

.icon-lines-yellow  {
    background-color: #b98d2b;
    -webkit-mask:  url('../img/icon-lines.svg') no-repeat 50% 50%;
    mask: url('../img/icon-lines.svg') no-repeat 50% 50%;
	width: 89px;
	height: 86px;
}

.icon-squares {
    width: 85px;
    height: 85px;	
	margin-bottom: calc( 130px - 85px);    
	background-image : url('../img/icon-squares.svg');
}

.icon-squares-purple  {
/*    background-color: #4c0d39;
    -webkit-mask:  url('../img/icon-squares.svg') no-repeat 50% 50%;
    mask: url('../img/icon-squares.svg') no-repeat 50% 50%;
	*/
	background-image: url('/img/icon-squares-purple.svg') ;
	background-repeat:no-repeat;
	background-size: 100% 100%;
    width: 85px;
    height: 85px;
}


.icon-squares-orange  {
/*    background-color: #4c0d39;
    -webkit-mask:  url('../img/icon-squares.svg') no-repeat 50% 50%;
    mask: url('../img/icon-squares.svg') no-repeat 50% 50%;
	*/
	background-image: url('/img/icon-squares-orange.svg') ;
	background-repeat:no-repeat;
	background-size: 100% 100%;
    width: 85px;
    height: 85px;
}

.icon-squares-blue  {
    background-color: #003a5c;
    -webkit-mask:  url('../img/icon-squares.svg') no-repeat 50% 50%;
    mask: url('../img/icon-squares.svg') no-repeat 50% 50%;
    width: 85px;
    height: 85px;
}

.icon-squares-yellow  {
    background-color: #b98d2b;
    -webkit-mask:  url('../img/icon-squares.svg') no-repeat 50% 50%;
    mask: url('../img/icon-squares.svg') no-repeat 50% 50%;
    width: 85px;
    height: 85px;
}





.introduction
{
	padding: 70px 150px;
}

.section{
	display: block;
	position: relative;
}

.squares_plus_center {

	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 100%;
	z-index:99;
}
.icon_plus{
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	background: transparent url(../img/icon-plus.svg) center center;
	background-size: 48px 48px;
}


/*///////////// Squares & tiles /////////*/


.section.squares,
.section.tiles
{
	padding: 60px;
}

.section.squares .icon,
.section.tiles .icon
{
	margin-bottom: 45px;
}

.section.squares h2,
.section.tiles h2
{
	margin-bottom: 50px;
}

/* Squares */

.square
{
	box-sizing: border-box;
	width: 46%;
	padding: 10% 7% 3% 3%;
	margin: 0 2% 4% 2%;
	float: left;
	border: 1px solid #02456c;
	position: relative;
}

.square-orange
{
	box-sizing: border-box;
	width: 46%;
	padding: 10% 7% 3% 3%;
	margin: 0 2% 4% 2%;
	float: left;
	border: 1px solid #ed7623;
	position: relative;
}

.square-orange h3
{
	color: #ed7623;
}

.square .number
{
	display: inline-block;
	position: absolute;
	top: 0px;
	width: 84px;
	height: 84px;
	background-color: #02456c;
	color: #FFF;
	font-size: 50px;
	line-height: 80px;
	text-align: center;
	font-weight: 300;
}

.square h3 {
	text-transform: uppercase;
}

.square.square-purple {
	border: 1px solid #4c0d39;
}

.square.square-purple .number {
	background-color: #4c0d39;
}

.square.square-orange .number {
	background-color: #ed7623;
}


.square.square-purple h3 {
	color: #4c0d39;
}

.square.square-yellow {
	border: 1px solid #b98d2b;
}

.square.square-yellow .number {
	background-color: #b98d2b;
}

.square.square-violet .number {
	background-color: #28008a;
}

.square.square-yellow h3 {
	color: #b98d2b;
}

/* Tiles */

.tile {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 5%;	
	min-height: 200px;
}

.tile.photo-tile {
	background-size: cover;
	background-position: center center;
}

.tile  h3 {
	text-transform: uppercase;
	margin-top:20px;
}

/*///////////// resume_coaching /////////*/

.home_resume_coaching *{
	color: #FFF;
}

.home_resume_coaching h2{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	
}
.home_resume_coaching h3{
	font-size: 24px;
}

/*///////////// Temoignages /////////*/


#carousel_temoignages
{
	margin: 60px auto;
}

#carousel_temoignages h3
{
	margin-bottom: 0px;
}

#carousel_temoignages h4 {
	font-size: 16px;
	font-weight:500;
	line-height: 26px;
	color: #003a5d;
	margin-bottom: 0;
}



#carousel_temoignages .myslide .image {
	float: left;
	width: 459px;
	min-height: 400px;
	overflow: hidden;
	background-size: cover;
}
		
		
		
#carousel_temoignages .myslide .image img{
	min-height: 469px;
}

#carousel_temoignages .myslide .description {

	float: left;
	width: calc( 696px);
	padding: 40px 50px 0px 50px;
	background-color: #eeeeee;
	box-sizing: border-box;
	min-height: 469px;
	padding-bottom:60px;
}


.owl-prev{
	position:absolute;
	background-image:url(../img/icon-arrow-left.svg);
	background-position:center center;
	background-repeat:no-repeat;
	height:50px;
	width:50px;
	right:52px;
	bottom:0px;
	font-size:0px;
	background-color: #003a5c;
	
}

.owl-next{
	position:absolute;
	background-image:url(../img/icon-arrow-right.svg);
	background-position:center center;
	background-repeat:no-repeat;
	height:50px;
	width:50px;
	right:0px;
	bottom:0px;
	font-size:0px;
	background-color: #003a5c;
}

.owl-prev:hover,
.owl-next:hover {
	background-color: #ACA29A;
	transition: color 0.5s;
}

/*///////////// Pre footer /////////*/

input, select, textarea {
  
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	border-radius:0px;
  
}

.elastic-column
{
	width: calc( (100% - 660px) / 2);
	float: left;
}

.elastic-column.photo
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.form
{
	box-sizing: border-box;
	width: 660px;
	float: left;
	padding: 60px 70px;
	font-size: 12px;
}

.form h2
{
	text-align: center;
}

.form .checkbox
{
	display: inline;
	margin-right: 15px;
}

.form .checkbox:last-child
{
	margin-right: 0px;
}


.form .checkbox input[type="checkbox"] {
    display:none;
}

.form .checkbox input[type="checkbox"] + label {
    color:#f2f2f2;
	font-size:13px;
	letter-spacing:0.1em;
	letter-spacing: 0.008em;
}

.form .checkbox input[type="checkbox"] + label span {
    display:inline-block;
    width:15px;
    height:15px;
    margin:-2px 7px 0 0;
    vertical-align:middle;
    background:url(../img/checkbox-off.svg) left top no-repeat;
    cursor:pointer;
}

.form .checkbox input[type="checkbox"]:checked + label span {
    background:url(../img/checkbox-on.svg) left top no-repeat;
}


.form .column
{
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 30px 20px 40px 0;
}

.form .column:last-child
{
	padding-right: 0px;
}

.form .column input[type="text"]
{
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #809dae;
	background-color: transparent;
	color: #FFF;
	font-weight: 200;
	margin-top: 20px;
}

.form .column textarea
{
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	font-style:italic;
	box-sizing: border-box;	
	margin: 0;
	padding: 5px;
	width: 100%;
	border: 1px solid #809dae;
	background-color: transparent;
	color: #FFF;
	font-weight: 200;
	margin-top: 20px;
	height: 155px;

}


::-webkit-input-placeholder{ 
font-family: 'Ubuntu', sans-serif;
  color: #FFF;
  font-size:12px;
}

::-ms-input-placeholder{ 
font-family: 'Ubuntu', sans-serif;
  color: #FFF;
  font-size:12px;
}

::-moz-placeholder{ 
font-family: 'Ubuntu', sans-serif;
  color: #FFF;
  font-size:12px;
}

:-moz-placeholder{ 
font-family: 'Ubuntu', sans-serif;
  color: #FFF;
  font-size:12px;
}


.errormsg{
	color:#b98d2b;
	font-weight:bold;
}

input.errormsg, textarea.errormsg{
border-bottom:1px solid #b98d2b !important;
}


input.errormsg:-moz-placeholder {
	color:#b98d2b !important;
	font-weight:bold;
}
input.errormsg::-moz-placeholder {
	color:#b98d2b !important;
	font-weight:bold;
}

input.errormsg::-webkit-input-placeholder {
	color:#b98d2b !important;
	font-weight:bold;
}

input.errormsg:-ms-input-placeholder {
	color:#b98d2b !important;
	font-weight:bold;
}


.form input[type="submit"]
{
	float: right;
	background-color: transparent;
}

.form input[type="submit"]:hover
{
	background-color: #fff;
	color: #003a5c; 

}

.form .links
{
	line-height: 25px;
}

.form .links a,
.form .links a:link,
.form .links a:active,
.form .links a:visited
{
	color: #FFF;
	margin-right: 15px;
}


.form .links a:hover
{
	color: #FFF;
}

.form .links i
{
	margin-right: 5px;
}

#map
{
	width: 100%;
	height: 50%;
}

#legend
{
	/*padding: 30px 40px;*/
	padding: 42px 40px 0px 40px;
	font-weight: 300;
	white-space:nowrap !important;
}

#legend ol
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#legend ol li
{
	padding : 0 0 30px 75px;
	background: transparent url(../img/marker-2.svg) 0px 3px no-repeat;
}

#legend ol li h3
{
	margin-bottom: 0px;
}

#legend ol li:first-child
{
	background: transparent url(../img/marker-1.svg) 0px 3px no-repeat;
}


/*///////////// Contact page /////////*/

.section.contact .fa {
	margin-right: 15px;
}

.section.contact .contain {
	padding: 50px 0 30px 0;
}

.section.contact #legend {
	padding: 0;
	font-size: 16px;
}

.section.contact #legend h3{
	font-size: 20px;
}


.section.contact #legend ol li
{
	padding : 0 0 0px 51px;
	background: transparent url(../img/marker-2.png) 0px 3px no-repeat;
	background-size: 26px 31px;
	float: left;
	margin-right : 50px;
}

.section.contact #legend ol li:first-child
{
	background: transparent url(../img/marker-1.png) 0px 3px no-repeat;
	background-size: 26px 31px;
	margin-right : 0px;
}

.section.contact .mapcontainer {
	height: 430px !important;
	min-height: 430px !important;
}

.section.contact .mapcontainer #map{
	height: 100%;
}

.section.contact .form .column {
	float: none;
	width: 100%;
	padding: 0 0 30px 0;
}

.section.contact .form h2 {
	text-align: left;
	margin-bottom: 50px;
}

.section.contact .form .checkbox {
	display:block;
	margin-bottom: 30px;
}

.section.contact .form .checkbox input[type="checkbox"] + label span {

    margin:0px 20px 0 0;
}

.section.contact .form input[type="submit"]
{
	float: none; 
}

.section.contact .form .column textarea
{
	height: 212px;

}
/*///////////// Footer /////////*/


.footer{
	background-color: #ACA29A;
	padding: 45px 0px;
	color: #003a5c; 
	line-height: 25px;
	font-size: 14px;
	    width: 100%;
    bottom: 0px;

}

.footer .left{
	float: left;
	width: 350px;
}


.footer .contact{
	padding-left: 134px;
}

.footer .right{
	float: right;
}

.footer .logo{
	float:left;
	display:inline-block;
	z-index: 400;
}

.footer .logo{
	width:94px;
	height: 130px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-image:url(../img/logo_rounded.svg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px 40px 0px 0px;
}

.footer .left strong{
	font-size: 16px;
}

.footer .left i{
	margin-right: 7px;
}

.footer ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer .nav.nav_footer_mobile {
		display: none;
	}

.footer ul.nav li {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	margin-left: 40px;
}


.footer #lang {
	display: inline-block;
	text-align: right;
	float: right;
	line-height: 30px;
	text-transform:uppercase;
	margin-right:20px;

}

.footer #lang strong {
	margin-left: 5px

}

.footer #social {
	text-align: right;
	display: inline-block;
	float: right;
	line-height: 30px;
	/*margin-right: 15px;*/
	margin-bottom: 30px;

}

.footer #social a.button-rounded{
	display: inline-block;
	box-sizing:border-box;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #003a5c;
	border-radius: 100px;
	margin-left: 10px;
/*	padding-top: 7px;*/
}

.footer #social a.button-rounded:hover{
	color: #FFF;
	background-color: #003a5c;
}


/*///////////// 1280px /////////*/



@media all and (max-width:1280px){
	
	.column-custum{
	/*	width:100%;*/
		
	}
	
	
	.form
	{
		width: 550px;
		padding: 60px 20px;
	}

	.elastic-column
	{
		width: calc( (100% - 550px) / 2);
	}	


	#legend h3 {
		font-size: 18px !important;
		line-height: 24px;
	}
	
	.section.contact #legend ol li:first-child
	{
		margin-bottom : 15px;
	}
	
}

/*///////////// 1240px /////////*/



@media all and (max-width:1240px){

	.col-half .contain{
		width: 70%;
		margin: 0 15%;
		/*padding: 90px 0;*/
		padding: 47px 0;
	}

	.col-1-3rd.highlight
	{
		padding: 60px 40px 30px 40px;
	}

	#carousel_temoignages .myslide .image {
		float: left;
		width: 25%;
		min-height: 400px;
		overflow: hidden;
		background-size: cover;
	}

	#carousel_temoignages .myslide .image img{
	/*	min-height: 25%;*/
	}

	#carousel_temoignages .myslide .description {
		width: 75%;
		padding-left:109px;
		padding-right:109px;
	}	

	

	.col-1-3rd .contain
	{
		width: 80%;
	}

		

	blockquote {
		padding-top: 180px;
	}	


	
	
	
	


}

@media all and (max-width:1196px){
	
	
		.col-2-3rd .contain
{
	float: left;
	box-sizing:border-box;
	width: 80%;
	margin-left: 20px;
	/*margin-left: calc(100% - 810px);*/
	padding: 80px 0px 80px 0px;	
}
}


/*///////////// 1080px /////////*/

@media all and (max-width:1180px){
	
	.column-custum{
		width:100%;
		
	}
	
}

@media all and (max-width:1130px){

#header {

    height: 60px;

}

.header_langue {
    right: 60px !important;
    top: 22px !important;
}

	#legend
	{
	/*	padding: 20px 30px;*/
		    padding: 30px 30px 20px 30px;
	}

	#legend ol li
	{
		padding : 0 0 10px 55px;
	}


	

	.nomobile {
		display: none;
	}

	.mobile {
		display: block;
	}
	
	
	
	
	#logo{
        width: 260px;
        height: 60px;
        background-position: left center;
        background-size: 50%;
	}
	
	
	
	
	
	.introduction
	{
		padding: 70px ;
	}	

	h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	#mm-blocker{
		z-index:99999;
	}
	#menumobile {
		display: block;
	    color: #4e4e4e;
	    position: absolute;
	    right: 30px;
	    top: 10px;
	    z-index: 999;
		width:40px;
		height:40px;
	}	
	#carousel_temoignages .myslide .description {
		width: 88%;
		padding-left:6%;
		padding-right:6%;
	}
	

	#carousel_home_full .myslide p{
		width: auto;
		padding-left:109px;
		padding-right:109px;
	}	

	.col-1-3rd.highlight
	{
		/*padding: 40px 20px 20px 20px;*/
		
     width: 100%;
       padding: 40px 10% 10px 10%;
    box-sizing: border-box;
	}

	.square {
		padding: 100px 7% 3% 3%;
	}


	.icon-circles {
		width: 75px;
		height: 38px;
		margin-bottom: 50px;
	}

	.icon-lines {
		width: 53px;
		height: 38px;
		margin-bottom: 50px;	
	}

	.icon-squares {
	    width: 51px;
	    height: 38px;	
		margin-bottom: 50px;    
	}	

	#carousel_temoignages  {
		padding: 0px;
		margin: 20px 0;
		background-color: #eeeeee;
	}

	#carousel_temoignages .myslide .image {
		width: 100%;
		height: auto;
		float: none;
	}

	#carousel_temoignages .myslide .image img{
		min-height: 300px;
	}

	#carousel_temoignages .myslide .description {

		float: none;
		width: 100%;
	}

	.section.squares,
	.section.tiles {
		padding: 60px 0px;
		margin:0px -15px;
	}

	.tile {
		width: 100%;
		float: none;
		padding: 5%;	
		/*min-height: 575px;*/
		min-height: 200px;
	}
	.photo-tile{
		min-height: 560px;
	}

	.form
	{
		width: 100%;
	}

	.elastic-column:first-child
	{
		display: none;
	}	

	.elastic-column
	{
		width: 100%;
	}		

	#map
	{
		height: 300px;
	}
	
	.tile * {
		text-align:center;
}

}
@media all and (max-width:940px){
	
	
	.footer .nav {
		display: none;
	}
	.footer .nav.nav_footer_mobile {
		display: block !important;
	}
	
header {
    background-position: left center;
}	


}
@media all and (max-width:890px){
	
	
	
	#carousel_home_full .myslide {
    height: 50vh;
  
}
#carousel_home_full .myslide p {
  
    padding-top: 17vh;
 
}

}

/*///////////// 640px /////////*/


@media all and (max-width:640px){


	header h1
	{
		padding-top: 250px;
	}

	.introduction
	{
		padding: 70px 22px ;
	}	
		
	.col-half{
		width: 100%;

	}
	.col-half .contain{
		width: 80%;
		margin: 0 10%;
		padding: 40px 0;
	}

	.squares_plus_center {
	
	top: 100%;
	left: 50%;
}



	.square
	{
		width: 100%;
		float: none;
	}
		.square {
		margin:20px 0px;
		
	}

	.square .number
	{
		display: inline-block;
		position: absolute;
		top: 0px;
		width: 84px;
		height: 84px;
		background-color: #02456c;
		color: #FFF;
		font-size: 50px;
		line-height: 80px;
		text-align: center;
		font-weight: 300;
	}
    .section.squares, .section.tiles {
		padding: 60px 0px;
		margin:0px 0px;
	}


	
	
	#carousel_home_full .myslide p{
		font-size: 32px;
		line-height: 38px;
		width: 90%;
		padding-left:20px;
		padding-right:20px;
		margin:auto;
		
	}	
	
	

	.col-1-3rd,
	.col-2-3rd {
		width: 100% !important;
		float: none !important;
		display: block;
	}

	.col-1-3rd .contain
	{
		width: 100%;
		float: none !important;
	}	

	.col-2-3rd .contain
	{
		width: 100%;
		margin-left: 0px;
		padding: 40px 20px;	
		float: none !important;
	}	

	blockquote {
		padding: 100px 15% ;
		margin:auto;
	}	

	.icon-circles {
		margin-bottom: 25px;
	}

	.icon-lines {
		margin-bottom: 25px;	
	}

	.icon-squares {
		margin-bottom: 25px;    
	}		

	.form {
		font-size: 13px !important;
	}

	.form .column {
		width: 100%;
		float: none;
	}

	.form h2 {
		margin-bottom: 50px;
	}


	.form .column:first-child {
		padding-bottom: 0;
		padding-top: 0;
	}

	.form .checkbox {
		display: block;
		margin-bottom: 30px;
	}

	.form .links span {
		display: block;
	}

	#legend ol li:last-child
	{
		padding-bottom: 0;
	}

	.footer .right,
	.footer .left
	{
		width: 100%;
		float: none;
		text-align: left;
	}

	.footer #lang {
		margin-top: 15px;
		float: left;
		margin-left: 134px;
		margin-top: 15px;
		margin-bottom: 0px;
	}


	.footer #social {
		text-align: left;
		float: left;
		margin-left: 134px;
		margin-top: 15px;
		margin-bottom: 0px;

	}

	.footer #social a.button-rounded{

		margin-left: 0px;
		margin-right: 10px;
	}
	
	.footer ul.nav_footer_mobile li {
			margin-left: 132px;
            margin-top: 10px;
	}

#carousel_home_full .myslide p {
    font-size: 28px;
}

}
@media all and (max-width:450px){
	
	
	
#carousel_home_full .myslide p {
  
    padding-top: 10vh;
 
}

}