/* MODIF TEMPLATE ATTENTION LES YEUX */



@font-face {

    font-family: 'rockwell';

    src: url('../fonts/ufonts.com_rockwell-light-webfont.eot');

    src: url('../fonts/ufonts.com_rockwell-light-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/ufonts.com_rockwell-light-webfont.woff') format('woff'),

         url('../fonts/ufonts.com_rockwell-light-webfont.ttf') format('truetype'),

         url('../fonts/ufonts.com_rockwell-light-webfont.svg#rockwell_lightregular') format('svg');

    font-weight: bold !important;

    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**/

.nav-child li{
	border-bottom: 0px !important;
}

/**/

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #004964;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #004964;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #004964;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #004964;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #004964;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #004964;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #004964;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #004964;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #004964;
}

/**/

h1,h2,h3,h4,h5,p,span,div,label,input,a{
	font-family: 'latolight' !important;
}

body {
    background: none repeat scroll 0 0 white !important;
}

#rt-logo{
	background: url("/images/logo.svg") no-repeat scroll 100% 0 rgba(0, 0, 0, 0) !important;
	margin: 0px auto !important;
    background-size: 100% !important;
    width: 350px !important;
    height: 90px !important;
}

#rt-drawer{
	left: 0 !important;
    position: absolute !important;
    top: 100px !important;
    width: 100% !important;
    z-index: 500 !important;
}

#rt-drawer .rt-container, #rt-drawer .rt-grid-12{
	width: 100% !important;
}

#rt-drawer #system-message{
	margin: 0px !important;
	padding: 0px !important;
}

#rt-drawer #system-message .alert{
	border-radius: 0px !important;
	padding: 8px 35px 8px 14px !important;
	box-shadow: 0px !important;
	border: 0px !important;
	margin: 0px !important;
}

#rt-drawer #system-message .alert h4{
    float: left;
}

#rt-drawer #system-message .alert h4:after {
    content: ":";
    padding: 0px 5px;
}

/**/

.btl-buttonsubmit input{
	background-color: #004964 !important;
	color: white !important;
}

.btl-buttonsubmit input:hover{
	background-color: #04ABD9 !important;
	color: white !important;
}

#user-registration{
	color: #004964 !important;
}

/**/

body{

	font-family: arial !important;

}

#rt-main .rt-block{
	margin: 0px !important;
	padding: 0px !important;
}


#rt-debug, #rt-debug .rt-container, #rt-debug .rt-grid-12.rt-alpha.rt-omega{
	width: 100px !important;
}

/* cookie stylisé */

.cookie{

  font-family: 'rockwell';

  text-align: center;

  padding: 7px 20px;

  color:#666;

  z-index: 1000;

  font-size: 0.9em;

  background-color:#f2f2f2;

  border-top: 1px solid #e4e4e4;

}



.cookie a {

  text-decoration: underline;

}





.cookie a:hover{

  text-decoration: none;

}



.cookie_btn{

  cursor: pointer;

  display:inline;

  margin-left: 15px;

  padding: 4px 10px;

  color:#FFF;

  background-color: #55acee;

  border-radius: 3px;

}



/* HEADER */



#rt-header-surround{

	box-shadow: 0 0px 0px !important;

}



#rt-header{
	height: 100px !important;

	background-color: white !important;

    box-shadow: 0 0px 0px !important;

    border-bottom: 2px solid #04abd9 !important;

}



#rt-header .rt-container{

	width: 100% !important;

}



#rt-header .rt-container .rt-grid-2{

	width: 30%;

}



#rt-header .rt-container .rt-grid-8{

	width: 40%;

}



#rt-header .rt-grid-4{

	width: 430px;

}



#rt-header .menu a{

	font-family: Verdana !important;

}

/*ul#gn-menu li a
{
	width: 190px !important;
}*/

/** SousMenu **/
ul#gn-menu li > .nav-child.unstyled.small {
    display: none;
}
ul#gn-menu li:hover > .nav-child.unstyled.small {
    display: block;
    position: absolute;

    width: 190px !important;

    padding: 10px 0 !important;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 10px rgba(4, 171, 217, 0.15);
}
ul#gn-menu li:hover > .nav-child.unstyled.small li
{
	padding: 0 !important;
}
ul#gn-menu li:hover > .nav-child.unstyled.small a
{
	padding: 0 10px !important;
}





/* Connexion */



#btl-panel-login, .deco, .tel{

	background-color: #004964 !important;

	border: 0px !important;

	box-shadow: 0px 0px 0px !important;

	border-radius: 2px !important;

	line-height: 31px !important;

	padding: 0px !important;

	width: 35px !important;

	height: 31px !important;

	color: white !important;

	display: block !important;

}



#btl .btl-panel > #btl-panel-profile{

	background-image: none !important;

}



.action .styled-select select {

   background: #004964;

   color: white;

   width: 60px;

   padding: 2px;

   font-size: 16px;

   line-height: 1;

   border: 0;

   border-radius: 0;

   height: 34px;

   -webkit-appearance: none;

   }



.action .styled-select {

   width: 35px;

   height: 35px;

   overflow: hidden;

   border-radius: 2px !important;

   border: 0px;

   }



#btl-panel-login:hover, .deco:hover, .tel:hover, .action .styled-select select:hover{

	background-color: #04ABD9 !important;

	cursor: pointer;

}



.num_tel{

	display: none;

	height: 33px;

	width: auto;

	color: #004964;

	line-height: 33px;

	padding: 0px 5px;

	border-right: 0px !important;

	border: 1px solid #004964;

}



.action > .num_tel, .tel, .langue{

	float: right;

}



.action .langue{

	margin: 0px 5px;

}



/**/



/* MENU ACTIVE */



/*#rt-header .menu li.active a, #rt-header .menu a:hover{

	background-color: #EAEAEA !important;

	color: #004964 !important;

}*/


.lien_une a{
	color: #04ABD9 !important;
}

.lien_une a:hover{
	color: #004964 !important;
}


/* Menu */



.menu_resp{

	margin: 10px 25px !important

}



/* Recherche */





#img_search{

	height: 25px;

}



#k2ModuleBox93{

	position: absolute;

	left: -280px;

    top: -10px;

}



/*.recherche, .action{

	float: left;

	margin: 3px 0px !important;

}



.recherche{

	margin-left: 50px !important;

}*/



/**/





/* SLIDE */



#rt-showcase{

	background-color: white !important;

}



.slide{

	height: 440px !important;

	margin-top: 0px !important;

}



.slide .sprocket-features-img-container{

	width: 40% !important;

}



.slide .sprocket-features-img-container img{

	height: 600px !important;

}



.slide .sprocket-features-content{

	float: right !important;

	width: 60% !important;

	margin-top: 60px;

}



.layout-showcase .sprocket-features-pagination{

	bottom: 125px !important;

}



.slide .sprocket-features-content .bloc_blue_slide{

	background-color: #04abd9;

	width: 75% !important;

	font-size: 1.6em !important;

	color: white !important;

	border-radius: 5px;

	position: relative;

	padding: 20px;

}



.slide .sprocket-features-content .contenu_yellow{

	/*font-family: 'Rockwell' !important;*/
	margin: 20px 0px !important;

}



.slide .sprocket-features-content .contenu_yellow span{

	font-size: 1.5em !important;
	color: #004964 !important;

}

.slide .sprocket-features-content .contenu_yellow .readon span{
	color: white !important;
}



.slide .triangle{

	width: 0;

	height: 0;

	border-style: solid;

	position: absolute;

	left: -24px;

	top: 25%;

	border-width: 25px 25px 25px 0;

	border-color: transparent #04ABD9 transparent transparent;

}



.slide .sprocket-features-content h2{

	margin-top: 30px;

	font-size: 2em;

	font-family: 'Rockwell' !important;

	padding-bottom: 0px !important;

	margin-bottom: 0px !important;

}



.slide .sprocket-features-content h2:after{

	content: '®';

	vertical-align: 20px;

	font-size: 25px !important;

}



.readon{

	padding: 10px !important;

	border: 0px !important;

	box-shadow: 0px 0px 0px 0px !important;

	background-color: #ff503e !important;

}



.readon:after{

	content: none !important;

}



.layout-showcase .sprocket-features-content, .layout-showcase .sprocket-features-img-container{

	padding: 0px !important;

}



/* 100% independant */

#rt-main-surround{



}



#rt-maintop{

	background-color: #004964 !important;

}



.independant{

	z-index: 10;

    background-color: #004964;

    padding: 40px !important;

    margin: 0px !important;

}



.independant p{

	padding: 20px;

	color: white !important;

	font-weight: bold !important;

	font-size: 2.3em !important;

	font-family: 'rockwell';

}



#rt-main-surround{

	background-color: #04abd9 !important;

}



/**/





/* PACK */



.menu-home #rt-content-top h2{

	color: white;

	text-align: center;

	clear: both;

}



.gantry-width-spacer{

	background-color: white;

}



.gantry-width-spacer h3{

	border: 0px !important;

	padding: 20px 0px;

	color: #004964;

	font-size: 1.5em;

	margin: 0px !important;

	text-align: center;

}



.rt-pricing-table{

	border: 0px !important;

}



.rt-pricing-table .rt-table-item{

	display: table;

	border: 0px !important;

	padding: 5px 20px !important;

}



.rt-pricing-table li span{

	display: table-cell;

	color: #004964 !important;

	vertical-align: top;

}



.rt-pricing-table .yes{

	color: #004964;

}



.rt-pricing-table .yes span:nth-child(1){

	background: url("../images/dev/yes.png");

	background-repeat: no-repeat;

	background-position: center center;

	padding: 0px 15px !important;

	background-size: 20px;

	width: 5px;

	height: 20px;

}



.rt-pricing-table .no span:nth-child(1){

	background: url("../images/dev/no.png");

	background-repeat: no-repeat;

	background-position: center center;

	padding: 0px 15px !important;

	background-size: 12px;

	width: 5px;

	height: 20px;

}



.rt-table-cta-button{

	width: 100%;

	text-align: center;

	padding: 0px !important;

}



.rt-pricing-table .readon2{

	background-color: #ff503e !important;

	border: 0px !important;

	width: 60%;

}



.rt-pricing-table:hover{

	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;

}



.gantry-width-block .choix{

	position: relative;

	width: 150px !important;

	height: 150px !important;

}



.choix.I{

	background-color: #FF503E;

	margin: 0 auto;

	display: block;

	border-radius: 80px;

}

.choix.I .hover{
	display: block !important;

	border-radius: 80px;

	position: absolute;

	width: 100%;

	height: 100%;
}



.choix.O{

	background: url("../images/dev/consultation.png");

	background-repeat: no-repeat;

	background-position: center center;

	background-size: 70px;

	background-color: white;

	margin: 0 auto;

	display: block;

	border-radius: 80px;

}



.choix.D{

	background: url("../images/dev/dentaire.png");

	background-repeat: no-repeat;

	background-position: center center;

	background-size: 50px;

	background-color: white;

	margin: 0 auto;

	display: block;

	border-radius: 80px;

}



.choix.M{

	background: url("../images/dev/maternite.png");

	background-repeat: no-repeat;

	background-position: center center;

	background-size: 30px;

	background-color: white;

	margin: 0 auto;

	display: block;

	border-radius: 80px;

}



.gantry-width-block .choix .hover{

	display: none;

}

.gantry-width-block .choix .hover.active{

	background-color: #FF503E;

	display: block;

	border-radius: 80px;

	position: absolute;

	width: 100%;

	height: 100%;

}

.gantry-width-block .choix:hover .hover{

	background-color: #FF503E;

	display: block;

	border-radius: 80px;

	position: absolute;

	width: 100%;

	height: 100%;

}





.gantry-width-block .choix .hover span{

	color: white;

    display: block;

    font-size: 1.1em;

    margin-top: 40px;

    margin-bottom: 20px;

    text-align: center;

}



.gantry-width-block .choix .hover input[type=radio]{

	visibility: hidden;

}

/* ROUNDED ONE */

.roundedOne{
	display: block !important;
}

.roundedOne {

	width: 28px;

	height: 28px;

	background: #fcfff4;



	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);

	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);

	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);

	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);

	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );

	margin: 20px auto;



	-webkit-border-radius: 50px;

	-moz-border-radius: 50px;

	border-radius: 50px;



	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);

	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);

	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);

	position: relative;

}



.roundedOne label {

	cursor: pointer;

	position: absolute;

	width: 20px;

	height: 20px;



	-webkit-border-radius: 50px;

	-moz-border-radius: 50px;

	border-radius: 50px;

	left: 4px;

	top: 4px;



	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);



	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);

	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);

	background: -o-linear-gradient(top, #222 0%, #45484d 100%);

	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);

	background: linear-gradient(top, #222 0%, #45484d 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );

}



.roundedOne label:after {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	filter: alpha(opacity=0);

	opacity: 0;

	content: '';

	position: absolute;

	width: 16px;

	height: 16px;

	background: #00bf00;



	background: #FBB816;



	-webkit-border-radius: 50px;

	-moz-border-radius: 50px;

	border-radius: 50px;

	top: 2px;

	left: 2px;



	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);

	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);

	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);

}



.roundedOne label:hover::after {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

	filter: alpha(opacity=30);

	opacity: 0.3;

}



.roundedOne input[type=checkbox]:checked + label:after {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	filter: alpha(opacity=100);

	opacity: 1;

}

#result_choix_module{
	clear: both;
	text-align: center;
}

#result_choix_module input{
	background-color: #ff503e !important;
	margin-top: 50px;
	width: 15%;
}

/**/



.menu-home #rt-mainbody{

	display: none;

}



#rt-expandedbottom{

	background-color: white !important;

}



#rt-expandedbottom .rt-container:after{

	content: none !important;

}



#rt-mainbottom{

	background-color: #eeeeee !important;

}



#rt-mainbottom .title{

	text-align: center !important;

}



#rt-mainbottom .title span{

	color: 666666 !important;

	font-size: 1.4em !important;

}



/* A LA UNE */



#rt-extension{

	background: white;

	background-image: none !important;

	color: black !important;

}



#rt-extension .module-title{

	text-align: center !important;

}



#rt-extension .module-title h2{

	font-size: 2em !important;

	color: #004964 !important;

}



#rt-extension .bt-title{

	color: #45b8de !important;

}



#rt-extension .bt-date{

	color: #45b8de !important;

}



#rt-extension .lien_une a{

	float: right;

	color: #04ABD9 !important;

}

#rt-extension .lien_une a:hover{

	color: #004964 !important;

}



/**/



/* Suivez notre actualité */



#twitter-widget-0{

	width: 100% !important;

}



/*



<div class="actualite">

<div class="act_block">

<span class="sociaux facebook"></span>

<span class="sociaux twitter"></span>

<span class="sociaux gplus"></span>

<span class="sociaux link"></span>

</div>

<div class="act_block"></div>

</div>



*/



#rt-bottom{

	background-color: #04abd9 !important;

}



#rt-bottom .module-title{

	text-align: center;

	margin-bottom: 50px;

	font-size: 1.5em !important;

}



#rt-bottom .actualite{

	display: table;

	width: 100%;

}



#rt-bottom .act_block{

	display: table-cell;

	vertical-align: middle;

	width: 50%;

}



#rt-bottom .sociaux{

	width: 20%;

	height: 110px;

	float: left;

	display: block;

	margin: 0px 12px;

	border-radius: 100px;

	background-color: white;

	background-repeat: no-repeat;

	background-position: center;

}



#rt-bottom .facebook{

	background-image: url("../images/dev/facebook.png");

}



#rt-bottom .twitter{

	background-image: url("../images/dev/twitter.png");

}



#rt-bottom .gplus{

	background-image: url("../images/dev/gplus.png");

}



#rt-bottom .link{

	background-image: url("../images/dev/link.png");

}



/**/



/* FOOTER */



#rt-footer{

	background-color: #eeeeee !important;

}



#rt-footer .title span{

	color: black !important;

}



#rt-footer ul.menu li a{

	color: #606162;

	font-weight: normal !important;

}



/*

#rt-footer ul.menu li a:before{

	content: none !important;

}*/

/**/





/* COPYRIGHT */

a.mac2{
	color: #03ABD8 !important;
}

a.mac2:hover{
	color: #004964 !important;
}

#rt-copyright{

	color: #6b6a6a !important;

	background-color: white !important;

}

#rt-copyright .rt-grid-2{
	width: 100px;
}

#rt-copyright .rt-grid-5 {
    width: 550px;
}

#rt-copyright .rt-block{
	margin: 10px 0px !important;
	padding: 0px;
}

#rt-copyright ul.nav{
	clear: both;
	margin: 0px !important;
}

#rt-copyright ul.nav li{
	padding: 0px 5px;
	float: left;
}

#rt-copyright .rt-grid-6.rt-alpha{

	width: 100%;

}

#rt-copyright ul.nav li.divider{
	padding: 0px 5px !important;
}


#rt-copyright .rt-grid-6.rt-omega{

	bottom: 25px;

    position: absolute;

    right: 0;

    width: 50px;

    height: 50px;

}



#rt-copyright .rt-container{

	position: relative;

}

/** Eric Menu Case Studies **/
.item-205
{
	float: left !important;
	clear: both;
}
/** End Studies **/

@media screen and (max-width: 700px){

	#rt-header .rt-grid-2.rt-alpha{

		position: relative !important;

	}



	.rt-logo-block{

		text-align: center !important;

	}



	#rt-header .rt-grid-2.rt-omega, #rt-header .rt-grid-8{

		width: 100% !important;

		text-align: center !important;

	}



	.layout-showcase .sprocket-features-img-container{

		width: 40% !important;

	}



	.bloc_blue_slide{

		font-size: 0.5em !important;

	}



	.contenu_yellow > span {

		display: none !important;

	}



	#k2ModuleBox93{

		left: 0 !important;

	    position: absolute;

	    top: 27px !important;

	}



	.slide{

		height: 320px !important;

		margin: 0 !important;

		padding: 0px !important;

	}



	.slide .sprocket-features-img-container img {

	    height: 240px !important;

	    margin-left: -20px;

	}



	.layout-showcase .sprocket-features-pagination {

	    bottom: -29px !important;

	}



	.sprocket-features-content{

		margin-top: 0px !important;

	}



	.sprocket-features.layout-showcase, ul.sprocket-features-list{

		margin: 0px !important;

	}



	.independant p{

		font-size: 1.5em !important;

		line-height: 35px;

		padding: 0px !important;

	}



	.recherche {

	    margin-left: 0px !important;

	}



	.rt-grid-2.rt-omega{

		margin: 0 auto !important;

		width: 50% !important;

	}



	.hovereffect{

		height: auto !important;

	}



	.gantry-width-block{

		margin: 10px auto !important;

	}



	.actualite{

		display: block !important;

	}



	.act_block{

		width: 100% !important;

		margin: 0 auto !important;	

		text-align: center !important;

		display: block !important;

	}



	.sociaux{

		margin: 10px auto !important;

		float: none !important;		

		clear: both !important;

		width: 110px !important;

		height: 110px !important;

	}



	.rt-pricing-table .rt-table-item{

		padding: 5px 0px !important;

	}

}



@media screen and (max-width: 780px) and (min-width: 700px){



	#rt-logo{

		margin-top: 35px !important;

	}



	#rt-header .rt-grid-8{

		width: 100% !important;

	}



	#rt-header .rt-grid-2.rt-alpha{

		position: absolute;

		top: 0; left: 0;

	}



	#rt-header .rt-grid-2.rt-omega{

		width: 100% !important;

		text-align: center !important;

	}



.slide .sprocket-features-img-container img{

	height: auto !important;
	}



	.bloc_blue_slide{

		font-size: 0.5em !important;

	}



	.contenu_yellow > span{

		display: none !important;

	}



	#k2ModuleBox93{

		left: 0 !important;

	    position: absolute;

	    top: 27px !important;

	}



	.slide{

		height: 320px !important;

		margin: 0 !important;

		padding: 0px !important;

	}



	.slide .sprocket-features-img-container img {

	    height: 240px !important;

	    margin-left: -20px;

	}



	.layout-showcase .sprocket-features-pagination {

	    bottom: -29px !important;

	}



	.sprocket-features-content{

		margin-top: 0px !important;

	}



	.sprocket-features.layout-showcase, ul.sprocket-features-list{

		margin: 0px !important;

	}



	.independant p{

		font-size: 1.5em !important;

		line-height: 35px;

		padding: 0px !important;

	}



	.recherche {

	    margin-left: 0px !important;

	}



	.rt-grid-2.rt-omega{

		margin: 0 auto !important;

		width: 50% !important;

	}



	.hovereffect{

		height: auto !important;

	}



	.gantry-width-block{

		margin: 10px auto !important;

	}



	.actualite{

		display: block !important;

	}



	.act_block{

		width: 100% !important;

		margin: 0 auto !important;	

		text-align: center !important;

		display: block !important;

	}



	.sociaux{

		margin: 10px auto !important;

		float: none !important;		

		clear: both !important;

		width: 110px !important;

		height: 110px !important;

	}



	.rt-pricing-table .rt-table-item{

		padding: 5px 0px !important;

	}



}



/* TABLETTE */



@media screen and (max-width: 1200px) and (min-width: 780px){



	.sociaux{

		height: 90px !important;

    	margin: 0 5px !important;

	}



	.contenu_yellow{

		font-size: 60% !important;

	}



	.independant{

		font-size: 80% !important;

	}



}



/* MENU */





	[for="toggle-nav"] {

		display: block;

		position: absolute;

		padding: 10px !important;

		top: 1.5em; left: 1.5em;

		z-index: 1;

		height: 1.5rem; width: 2rem;

		background-color: #04abd9;

		border-radius: 2px;

		background-image: -webkit-gradient(linear, left top, right top, from(#004964), to(#004964)), -webkit-gradient(linear, left top, right top, from(#004964), to(#004964)), -webkit-gradient(linear, left top, right top, from(#004964), to(#004964));

		background-image: -webkit-linear-gradient(left, #004964, #004964), -webkit-linear-gradient(left, #004964, #004964), -webkit-linear-gradient(left, #004964, #004964);

		background-image: linear-gradient(to right, #004964, #004964),

			linear-gradient(to right, #004964, #004964),

			linear-gradient(to right, #004964, #004964);

		background-position: center 15%, center, center 85%;

		background-repeat: no-repeat;

		-webkit-background-size: 2rem .4rem;

		        background-size: 2rem .4rem;

		padding: 0;

		outline: 0;

		border: 0;

		cursor: pointer;

		-webkit-tap-highlight-color:rgba(0,0,0,0);

		-webkit-transition: .2s;

		        transition: .2s;

	}



.test{

	padding-top: 10px !important;

}



.test li:hover{

	color: #004964 !important;

}



#navigation label{

	line-height: 1.5;

}



.menu_responsive {padding-left: 1em; list-style-position: inside}







#rt-footer-surround #navigation label{

	display: none;

}



/**/



/* CONTACT */



#b2jcontainer_c141 h2{

	background-color: #004964 !important;

}



/*

#b2jcontainer_c141 label,#b2jcontainer_c141  p,#b2jcontainer_c141  span{

	color: white !important;

}

*/

#b2jcontainer_c141{

	background-color: white !important;

}



/*.option-com-b2jcontact .component-content{

	background-color: transparent;

	border: 1px solid white;

}*/



/**/



/* ONLINE */



.rt-footer-surround-pattern:before{

	position: relative !important;

}



/**/



/* CONTENU */



#rt-main{

	color: white !important;

}



#rt-main .itemListCategory{

	border: 0px !important;

	background-color: #34445B !important;

}



#rt-main .catItemReadMore{

	background-color: #FF503E !important;

	padding: 10px !important;

	float: right !important;

}



#rt-main .catItemReadMore a{

	color: white !important

}

#k2Container.catPartenaires .catitemPartenaires .catItemReadMore {

	float: right !important;

}



.lang-inline li{

	margin-right: 0px !important;

}



.lang-inline li a{

	border-radius: 3px;

	background-color: #004964;

	padding: 7px;

	color: white !important;

}

.bt-title{
	text-align: center !important;
}

.bt-introtext{
	text-align: justify;
}

.lang-inline li.lang-active a{

	border-radius: 3px !important;

	background-color: #04ABD9 !important;

	padding: 7px;

	color: white !important;

}



.lang-inline li:hover a{

	border-radius: 3px !important;

	background-color: #04ABD9 !important;

	padding: 7px !important;

	color: white !important;

}



.icon-phone:before {

    padding: 0px 10px !important;

}



.mod-languages{

	display: table;

	width: 100%;

}



.mod-languages .pretext{

	vertical-align: top;

	display: table-cell;

	width: 50%;

}



.mod-languages .lang-inline{

	vertical-align: middle;

	display: table-cell;

	width: 16%;

}

#btl-panel-login{
	height: 33px !important;
}

#btl-panel-login span{
	font-size: 17px !important;
}

.rt-grid-2.rt-omega .blocklogin.jmoddiv{

	float: right;

	padding-top: 13px !important;

	padding-left: 0px !important;

	margin-left: 5px !important;

	/*margin-top: 21px !important;*/

	margin-right: 50px;

}



.rt-grid-2.rt-omega .rt-block.langueblock.jmoddiv{

	float: right;

	width: 83px !important;

	padding: 15px 0px !important;

	margin: 25px 0px !important;

}



.fsf_highlight:hover{

	color: #004964 !important;

}



.fsf_highlight{

	color: white !important;

}



.fsf_faq{

	border-top: 0px !important;

}


#k2Container .itemImageBlock{

	clear: none !important;

    float: left !important;

    width: 25%;

}

span.catItemImage img {
    border: none !important;
    padding: 0 !important;
}



#k2Container .itemFullText{

	clear: none !important;

    float: left !important;

    margin-left: 30px;

    width: 70%;

}

a.jmodedit, .btn.jfedit-menu, .popover.bottom{
	display: none !important;
}

#rt-header-surround{
	/*position: fixed;*/
	width: 100%;
	z-index: 1000;
}

/*#rt-showcase-surround{
	margin-top: 100px;
}*/

/* MENU */

.rt-block.menu{
	padding: 0px !important;
	padding-top: 37px !important;
	margin: 0px !important;
}

.gn-menu-wrapper [class^="icon-"]:before, .gn-menu-wrapper [class*=" icon-"]:before, ul.menu li a:before, ul.menu li .item:before, ul.menu li .separator:before{
	content: none !important;
}

/*.icon-home:before{
	content: "" !important;
}

.icon-question:before {
    content: "" !important;
}

.icon-shield:before {
    content: "" !important;
}

.icon-archive:before {
    content: "" !important;
}

.icon-envelope:before {
    content: "" !important;
}

.icon-briefcase:before {
    content: "" !important;
}

.icon-inbox:before {
    content: "" !important;
}*/

.bt-image-link img{
	width: 60% !important;
	height: auto !important;
}

.bt-inner .bt-center{
	height: 240px !important;
}

ul.menu li{
	margin: 0px !important;
}

ul.menu li a{
	padding: 0px 0px;
	color: #004964;
}

ul.menu li.active a, ul.menu li a:hover{
	color: #04ABD9 !important;
	background-color: transparent !important;
}

ul.menu li.active a:before, ul.menu li:hover a:before{
	color: white !important;
}

ul.menu li a:before{
	color: #004964;
	font-size: 1.8em !important;
	padding: 0 20px !important;
}

.gn-icon-menu span{
	border-radius: 5px;
	background-color: #004964;
	font-weight: normal;
	color: white;
	padding: 5px 10px;
	font-size: 1.8em;
}

.alert-heading{
	display: none;
}

#rt-debug{
	position: fixed;
    top: 250px;
    z-index: 50000;
    right: 0;
}

#rt-debug a{
	display: block;
	padding: 5px 10px;
	margin: 5px 0;
	color: white;
	text-align: center;
	border: 1px solid white;
	background-color: #004964;
}

#rt-debug a:hover{
	opacity: 0.8 !important;
}

#rt-debug a.facebook{
	background-color: #3B5998 !important;
}

#rt-debug a.twitter{
	background-color: #5EA9DD !important;
}
#rt-debug a.google-plus{
	background-color: #E84A44 !important;
}
#rt-debug a.linkedin{
	background-color: #007BB6 !important;
}

#rt-debug a:hover{
	background-color: #04ABD9;
}

#rt-debug .rt-block {
    margin: 25px 0 !important;
}

#rt-footer h2.title {
    text-align: center;
}

#rt-footer .rt-block{
	padding: 0px 5px !important;
	margin: 0px !important;
}

#btl .btl-panel > span{
	height: 31px !important;
	margin: 0px !important;
}

.icon-angle-up{
	display: block;
    margin-top: 20px !important;
}

.rt-copyright-content{
	padding-left: 50px !important;
}

#geotrust a{
	bottom: 25px;
    left: 465px;
    margin: 0 auto;
    position: absolute;
}

#geotrust a img{
	height: 30px !important;
	width: auto !important
}

.gn-icon-menu span{
	padding-top: 8px !important;
}

#rt-footer .slide {
    height: 150px !important;
}

#rt-footer .bt_handles .current{
	clear: none !important;
}

#rt-footer .bt-title{
	text-transform: none !important;
	color: #004964 !important;
}

#rt-footer .bt-title:hover{
	color: #0AABDA !important;
}

nav.gn-menu-wrapper{
	z-index: 5000 !important;
}

.item-162 ul li{
	border-bottom: 0px !important;
	display: block !important;
	width: 100% !important;
}

/**/

@media screen and (max-width:1100px){

	.rt-copyright-content{
		text-align: center !important;
		padding: 0px !important;
	}

	#rt-drawer{
		display: none !important;
	}
	
	#geotrust{
		width: 100% !important;
	    display: block;
	    text-align: center;
	    margin: 10px 0px;
	}

	#geotrust a{
		position: inherit !important;
	}

	#rt-copyright div{
		display: block !important;
		width: 100% !important;
	}

	#rt-copyright div li{
		width: 100% !important;
		text-align: center !important;
		clear: both !important;
	}

	nav.gn-menu-wrapper{
		height: auto !important;
		overflow-x: scroll !important;
		z-index: 50000 !important;
		padding: 0px !important;
	}

	#gn-menu li{
		display: block !important;
	}

	.slide .sprocket-features-content .bloc_blue_slide{
		padding: 10px !important;
	}
}

/**/

@media screen and (max-width:950px){

	.tbox{
		left: 0 !important;
		width: 100% !important;
	}

	.tbox .tinner{
		width: 100% !important
	}

	.bt-csa_la_une .bt-row{
		display: block !important;
		width: 100% !important;
	}

	#rt-main-surround{
		margin-top: -110px !important;
	}

	#rt-header .rt-container [class*="rt-grid"]{
		clear: both !important;
		float: none !important;
	}

	.colonne_offers{
		display: block !important;
		width: 100% !important;
	}

	#rt-debug{
		top: 180px !important;
	}

	#rt-logo{
		margin-top: 20px !important;
	}

	#rt-header{
		height: auto !important;
		padding-bottom: 20px !important;
	}

	#rt-logo{
		width: 300px !important;
	}

	#rt-showcase-surround{
		background-color: white !important;
		/*margin-top: 200px !important;*/
		padding-top: 30px !important;
	}

	#rt-showcase-surround .sprocket-features-content p{
		font-size: 0.8em !important;
	}

	#rt-header .rt-container{
		display: table !important;
	}

	#rt-header .rt-grid-2.rt-alpha{
		display: table-footer-group !important;
	    width: 100% !important;
	}

	#rt-header .rt-grid-2.rt-alpha li{
		text-align: center;
	}

	#rt-header .rt-grid-8{
		width: 100% !important;
		/*display: table-caption !important;
		margin-top: 20px;*/
	}

	/*#rt-header .rt-grid-2.rt-omega{
		display: none !important
	}*/

	nav.gn-menu-wrapper{
		height: auto !important;
		overflow-x: scroll !important;
		z-index: 50000 !important;
		top: 220px !important;
		padding: 0px !important;
	}

	#gn-menu li{
		display: block !important;
	}

	/*.rt-grid-2.rt-omega{
		float: right !important;    	
		display: table !important;
		height: 40px !important;
		margin: 0 auto !important;
		margin: 20px 0px !important;
	}*/

	#rt-copyright div{
		display: block !important;
		width: 100% !important;
	}

	#rt-copyright div li{
		width: 100% !important;
		text-align: center !important;
		clear: both !important;
	}

	.rt-copyright-content{
		padding: 0px !important;
	}

	#rt-header .rt-grid-2.rt-omega{
		position: inherit !important;
	}

	#rt-header .rt-grid-2.rt-omega .blocklogin{
		vertical-align: middle !important;
		display: inline-block !important;
		position: absolute !important;
		top: 10px; right: 10px;
		height: 40px !important;
		margin: 0px !important;
		padding: 0px !important;
		width: 35px !important;
	}

	#rt-header .rt-grid-2.rt-omega .blocklogin div{
		width: 40px !important;
		height: 39px !important;
	}

	#rt-header .rt-grid-2.rt-omega .langueblock{
		display: block !important;
		position: absolute !important;
		margin: 0px !important;
		top: 5px !important;
		left: 0px !important;
	}

	#rt-header .rt-grid-2.rt-omega .langueblock li{
		display: inline !important;
	}

	#rt-header .rt-grid-2{
		background-color: transparent !important;
		z-index: 5000 !important;
	}

	.slide .sprocket-features-content .bloc_blue_slide{
		font-size: 1.1em !important;
	}

	.bt-inner .bt-center{
		height: auto !important;
	}

	/*#rt-header .rt-grid-2.rt-omega{
		position: absolute;
		width: 40px !important;
		top: 0;
		right: 0;
	}*/

	#rt-header #gn-menu{
		background-color: transparent !important;
	}

	.gn-menu-main > li > a{
		padding: 0px !important;
	}

	.rt-grid-2.rt-omega .blocklogin.jmoddiv{
		float: none !important;
		margin: 0px !important;
		padding: 0px !important;
	}

	.rt-grid-2.rt-omega .langueblock.jmoddiv {
	    float: none !important;
		margin: 0px !important;
		padding: 0px !important;
	}

	.lang-inline li{
		margin-bottom: 5px !important;
		display: block !important;
	}

}

@media screen and (max-width:950px){
	
	.slide .sprocket-features-img-container img
	{
		height: 240px !important;
	}
	#rt-showcase
	{
		height: 375px;
	}
	.responsive-table-line tr td 
	{
    	height: 40px;
	}
}

/*Page listing article*/

/* Gwen MODAL FAQ */
.modal-body
{
	background: #FFF;
}
.boxModal {
    width: 70%;
    margin: 100px auto;
}
.modal
{
	position: fixed;
}
.modal-open .modal
{
	overflow-x: hidden;
	overflow-y:auto;
}
.modal.fade {
    background-color: rgba(0, 0, 0, 0.6);
    top: 0 !important;
    width:100%;
    
}
#fsf_faqs a.btn
{
	background-color: #FF503E;
	border-radius: 3px;
    color: #ffffff !important;
    text-transform: uppercase;
    background-image: none;
    border: none;
    padding: 10px;

    text-shadow: none;
}
.modal.fade.in
{
	top: 100px;
}
.modal
{
	width: 65%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.modal-header
{
	background: #04ABD9;
	border: none;
	color: #fff;
}

.modal-body
{
	padding: 0 !important;
	max-height: 600px;
}

.modal #myTab
{
	background: #04ABD9;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.modal-header{
	border-bottom: 0px !important;
}

.modal #myTab .tab-content
{
	padding: 15px;
}
.modal .nav-tabs
{
	border: none;
}
.modal .nav-tabs li
{
	float: none;
	display: inline-block;
	opacity: 0.5;
}
.modal .nav-tabs > li:not(.active) > a
{
	background-color: #fff;
	border-radius: 0;
	color: #000;
}
#myTab .nav-tabs > .active > a, #myTab .nav-tabs > .active > a:hover, #myTab a:hover
{
	border: none !important;
	color: #04ABD9 !important;
	background-color: #fff !important;
	border-radius: 0;
}
.modal .nav-tabs > .active
{
	opacity: 1;	
}

/* */

.modal-body .tab-content
{
	padding: 20px;
	padding-top: 0;
}

.responsive-table-line tr td
{
	height: 30px;
}

.responsive-table-line tr.title
{
	width: 100%;
}
.responsive-table-line tr.title td
{
	border: 1px solid #1a222e;
	background: #314056;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	width: 240px;
	font-size: 1em;
}
.responsive-table-line tr.title td:first-child
{
	background: transparent;
	border: none; 
}
.responsive-table-line tr.title td span
{
	text-transform: none;
	font-weight: lighter;
	display: block;
	font-size: 0.8em;
}
.responsive-table-line tr.data td
{
	text-align: center;
	border: 1px solid #c1c1c1;
}
.responsive-table-line tr.data td.pays
{
	font-weight: bold;
	color: #656464;
}

.modal-body .copyright
{
	font-size: 	0.750em;
	padding: 15px;
}
.boxModal .modal-body
{
	overflow: auto !important;
}

/* =====================================================================================
TABLEAU
====================================================================================== */
@media screen and (max-width: 1000px){
​
  .responsive-table-line, .responsive-table-block{
    max-width: 700px;
  }
  
  .responsive-table-line td:before { content: attr(data-title); }
  
  .responsive-table-line table, 
  .responsive-table-line thead, 
  .responsive-table-line tbody, 
  .responsive-table-line th, 
  .responsive-table-line td, 
  .responsive-table-line tr { 
  display: block; 
  }
​
  .table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: white;
  }
   
  .responsive-table-line thead th { 
  display:none;
  }
​
  #table_formations tr, #table_categorie_formations tr, .responsive-table-block tr{
    display: block;
  }
​
  .responsive-table-line tr td:last-child{
    margin-bottom: 30px;
    /*border-bottom: 4px solid black;*/
  }
​
  .table-bordered{
    border: 0px !important;
  }
  
  .responsive-table-line td { 
    position: relative;
    border: 0px solid transparent;
    padding-left: 22% !important; 
    white-space: normal;
    text-align:left !important; 
  }
​
  .responsive-table-block td{
    display: block;
    width: 100%;
  }
​
  .responsive-table-line td ul{
    margin-left: 0px;
  }
   
  .responsive-table-line td:before { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20%; 
    padding-right: 15px; 
    height:100%;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis !important;
    overflow:hidden !important;
    text-align:left;
    background-color:#f8f8f8;
    padding: 0 5px;
  }
  
  .col-md-6 .contenu, .col-md-12 .contenu{
    margin-top: 88px;
  }
​
}
​
@media screen and (max-width: 450px){
​
  .responsive-table-line td { 
    position: relative;
    border: 0px solid transparent;
    padding-left: 50% !important; 
    white-space: normal;
    text-align:left !important; 
  }
​
  .responsive-table-line td:before { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45%; 
    padding-right: 15px; 
    height:100%;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis !important;
    overflow:hidden !important;
    text-align:left;
    background-color:#f8f8f8;
    padding: 10px 5px;
  }
​
}

@media screen and (max-width:1000px){

	.modal-body tr.title
	{
		display: none;
	}
	.responsive-table-line td::before
	{
		width: 55% !important;
	}
	.responsive-table-line td
	{
		padding-left: 55% !important;
	}
	.copyright p:first-child
	{
		margin-bottom: 0px !important;
	}
	.copyright p:last-child
	{
		float: left !important;
	}
	.modal
	{
		z-index: 300000;
	}
	

}

 /* ========================================================================================== */

/* fin Gwen MODAL FAQ */