g721
/************************************************************************************
http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

strong,
b {
	font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;
	padding: 0;*/
	margin: 0;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************END RESET CSS********************************/

/**************************************START FONT************************************/
@font-face {
    font-family: 'gibsonbold';
    src: url('../../global/font/gibson-bold-webfont.eot');
    src: url('../../global/font/gibson-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../global/font/gibson-bold-webfont.woff') format('woff'),
         url('../../global/font/gibson-bold-webfont.ttf') format('truetype'),
         url('../../global/font/gibson-bold-webfont.svg#gibsonbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gibsonregular';
    src: url('../../global/font/gibson-regular-webfont.eot');
    src: url('../../global/font/gibson-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../global/font/gibson-regular-webfont.woff') format('woff'),
         url('../../global/font/gibson-regular-webfont.ttf') format('truetype'),
         url('../../global/font/gibson-regular-webfont.svg#gibsonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*****************************END FONT**************************************************/

/*****************************START BACK TO TOP**************************************************/
#back-top {
	/*text-align: right;
	width: 0;
	font-size: 0;
	height: 0;
	display: block;*/
	position: fixed;
	bottom: 0px;
	right: 10px;
	margin-left: 970px;
	font-size: 1em;
	height: 126px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;

}
.fa-arrow-circle-up {
	font-size: 7em;
	margin: 0 auto;
	clear: both;
}
/*****************************END BACK TO TOP**************************************************/

a.anchor-link {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em;
}

.imgFullWidthMobile {
	margin: 0 0 20px 0;
}
.smallText { font-size: 12px; }
.centered { text-align: center; }
.noBold { font-weight: normal; }
.noPadding { padding: 0; }
.noPaddingTop { padding-top: 0; }
.noMarginTop { padding-top: 0; }
.noPaddingBottom { padding-bottom: 0; }
.noMarginBottom { margin-bottom: 0;}     
.noMarginRight { margin-right: 0;}
.column img.floatLeft { float:left; margin: 0 15px 15px 0; }
.dark-blue { color: #00759c; }
.medium-blue { color: #00c2ff; }
.pale-blue { color: #99f7ff; }
.purple { color: #521587; }
.white { color: #ffffff; }
.bold { font-weight:bold; }
.hide { display: none; } 
.block { display: block; }
body {
	background: #ffffff;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: normal;
}
.section{
	max-width: 972px;
	width: 100%;
	margin: 0 auto;
	float: none;
	display: block;
	padding-left: 15px!important;
	padding-right: 15px!important;
}

h2 { font-size: 1.6em; line-height: 1.2em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	margin: 0;
	margin: 0.5em 0;
}
h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #2e6fb3;
}
#page_content_row h1, .home h2 {
	font-size: 1.7em;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}
#page_content_row h1 span {
	font-weight: normal;
	display: block;
	font-size: 1em;
	text-transform: initial;
	line-height: 28px;
}
h2 span.smallText {
	font-size: 0.8em;
    font-weight: normal;
    font-style:italic;
}
.documentation h2 { font-size: 17px; margin-bottom: 0; }

a {
	color: #2caeff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2e6fb3;
}

p {
	font-size: 1em;
	line-height: 1.6em;
	padding: 0.5em 0;
}
.smallerText { font-size: 0.8em; }

ul, ol { 
	line-height: 1.6em; 
	padding-bottom: 0.5em; 
	padding-top: 0.5em;
}

.full_line {
	border-top: 1px solid #222c66;
}
.specialInfosWrapper {
	background-color: #e3e3e3;
	border: 1px solid #000000;
	padding: 15px;
}

hr {
    border-bottom: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.9em 0;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	text-transform: lowercase;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

.toggleContent {
    display: none;
}

.bottomPageNotes tr {
	display: block;
    margin: 0 0 1em 0;
}
.bottomPageNotes sup {
    margin: 0 1em 0 0;
}

blockquote {
    padding: 0 40px;
}
.fa { font-size: 2em; }
a.backTo { color: #000000; display: block; padding: 1em 0 0 0; }
a.backTo:hover { color: #222c66; }

/******************** START RESPONSIVE FRAMEWORK RESET *************************/
.row,
.section_column,
.section,
.column,
.full {
	padding: 0;
}
/******************** END RESPONSIVE FRAMEWORK RESET *************************/


/******************** START COLUMNS *************************/
.col-50percent {
	display: inline-block;
	margin-right: 1.4%;
	width: 48.57143%;
}
.col-50percent:last-child { margin-right: 0; }
.col-50percent:nth-child(2n) { margin-right: 0; }
.col-50percent:nth-child(2n+1) { clear: left; }
/******************** END COLUMNS *************************/


/******************** START TOP PAGE NAVIGATION *************************/
#top_crha_logo {
    display: inline-block;
    height:auto;
    width:300px;
    padding-left: 15px;
}
#secondary_menu_row {
    width: 100%;
    margin: 0.938em 0;
}
#secondary_menu_row ul {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 1em 1em 0 0;
}
#secondary_menu_row li {
	border-left: 1px solid #000;
	float: left;
	list-style: none;
	padding: 0 0.938em;
}
#secondary_menu_row li:first-child {
	border: none;
}
#secondary_menu_row li:last-child {
	padding-right: 0;
}
#secondary_menu_row ul a {
	color: #0074be;
	text-decoration: none;
}
#secondary_menu_row ul a:hover {
	color: #000;
}
#secondary_menu_row.stick {
    display: none;
    height: 0;
}
/******************** END TOP PAGE NAVIGATION *************************/


/******************** START HEADER *************************/


/* -----------------------------
 * Video
 * ----------------------------- */

/*
http://thenewcode.com/777/Create-Fullscreen-HTML5-Page-Background-Video
https://codepen.io/dudleystorey/pen/knqyK
*/
.wrap {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5em 0;
    box-sizing: border-box;
    background-color: transparent;
}
.wrap:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.wrap:after {
    content: "";
    /* display: block; */
    /* clear: both; */
}
.section-video {
	background-image: url(../images/header-landing-ND.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;

}
.section_inside {
    display: inline-block;
    text-align: center;
    width: 100%;
}
#videoHeader, .overflow-hidden {
    overflow: hidden;
}
#videoHeader {
	position: relative;
	z-index: -1;
	overflow: hidden;
	height: auto;
	/* min-height: 400px; */
}
.videoHeader #objectif_video {
    /*position: relative;*/
}
.videoHeader .full_height {
    min-height: 400px;
    height: 400px;
    max-height: 400px;
}
.videoHeader .wrap {
    max-width: 100%;
    padding: 0;
}
.videoHeader video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}

/* Extra wrapper, to accomodate ie11 bug with overflow proppery in table and absolute positionning */
#objectif_video_wrapper {
      max-width: 100%;
      width: auto;
      min-height: 400px;
      height: 400px;
      max-height: 400px;
      background-image: url(../images/2023/entete/RDVRT24_Header.jpg);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
#objectif_video_wrapper, #portrait_video_wrapper, .mejs-container, .mejs-shim {
    overflow: hidden;
    min-width: 100%;
    box-sizing: border-box;
}
#portrait_video_wrapper {
  position: relative;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    width: auto;
    overflow: hidden;
}
.videoHeader video {
    z-index: -100;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    width: auto;
    max-width: none;
}
.page-etudes video,
.page-ordre video,
.page-portraits video {
  z-index: -100;
}
#portrait-play {
cursor: pointer;
  background-image: url('../images/icons/icon-play-blanc.png');
}
#portrait-play:hover {
    background-image: url('../images/icons/icon-play-fonce.png');
}
.z-index-100 {
  z-index: 100!important;

}
#portrait-video-over {
      background-color: rgba( 25, 109, 182, 0.5 );
      height: 100%;
}
.full_height {
  min-height: 400px;
  max-height: none;
  height: 400px;
}
.boxed {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
    box-sizing: border-box;
    height: 100%;
}
.video_content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.video_content img {
    width: 31%;
}

/**************** NO VIDEO *************************/

/*#header_row .banner {
    background: #471c83 url(../images/2021/entete/BG.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    height: 400px;
    display: inline-block;
    width: 100%;
    transition: all 350ms;
}
#header_row  .banner > a {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}
#header_row .section.full { z-index: 0; }
#menu_mobile:before { z-index: 1; }
.eventNameWrapper {text-align: center;position: relative;top: 50px;}
.stick .eventNameWrapper {top: 0}
.column .eventNameWrapper img {
	width: 700px;
    height: auto;
    margin-top: 60px;
}
.banner .eventName {
	padding: 0;
	margin: 39px 0 0 0;
}
.banner .eventName .first, .banner .description {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.banner .eventName .second {
	font-family: proxima-nova, sans-serif;
	font-weight: 900;
	font-style: normal;
}
.banner .eventName .first, .banner .description, .banner .eventName .second {
	display:inline-block;
	text-transform: uppercase;
}
.banner .eventName .first, .banner .description {
	background: #ffffff;
	color: #000000;
	font-size: 24px;
	padding: 13px 36px 11px 36px;
}
.banner .eventName .second {
	background: #000000;
	color: #ffffff;
	font-size:  52px;
	padding: 40px 0 34px 0;
	text-align: center;
	width: 100%;
}
.banner .description { float: none; padding-left: 0; padding-right: 0; text-align: center; }
.banner .eventName, .banner .description {
	width: 350px;
}


#header_row.stick {
	position: fixed;
	width: 100%;
	z-index: 1;
    background: #000;
	height: auto;
	top: 0;
}
#header_row.stick .banner {
	padding: 20px 0 20px 0;
	height: auto;
}
#header_row.stick .banner .eventName {
	margin: 0;
	padding: 0;
}
#header_row.stick .banner .description {
	font-size: 17px;
	padding: 5px 25px 3px 25px;
}
#header_row.stick .banner .eventName .first, #header_row.stick .banner .eventName .second {
	font-size: 25px;
	padding: 10px 25px 8px 25px;
}
#header_row.stick .banner .eventName .second {
	text-align:left;
}
#header_row.stick .banner .description { margin: 0; float: left; }
#header_row.stick .banner .eventName, #header_row.stick .banner .description { width: 200px; }



#header_row.stick .banner .eventNameWrapper {
    padding: 0;
}
#header_row.stick .banner .eventNameWrapper img {
    width: 300px;
}
.eventNameWrapper img.sticky-logo {
	display: none;
}

.stick .eventNameWrapper img.logo-full {
	display: none;
}
.stick .eventNameWrapper img.sticky-logo {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 980px) {
	.eventNameWrapper img.sticky-logo {
		display: block;
		margin: 0 auto;
	}
	.eventNameWrapper img.logo-full {
	    display: none;
    }
}
*/

/******************** END HEADER *************************/


/******************** START MENU *************************/
#menu_row {
	background-color: #2e6fb3;
}
#menu ul {
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 2em;
	display: block;
	width: 100%;
}
#menu > ul {
	padding: 0;
}
#menu li {
	display: inline-block;
	color: #fff;
	padding: 0;
}
#menu_row.stick {
	position: fixed;
	width: 100%;
	z-index: 9999;
}
#menu li:first-child {
	padding-left: 0;
}
#menu a {
	padding: 0.5em 2.2em;
	display: block;
	color:#ffffff;
	font-size: 18px;
	font-weight: bold;
	transition: all 250ms;
}
#menu a:hover {
	background-color: #a8e4fc;
	color: #10224d;
	transition: all 250ms;
}
#menu a.active {
	background-color: #115499;
	color:#fff;
}
#menu .sous-menu,
#menu ul ul {
	font-size: 0.85em;
}
a.menu_highlighted {
	background-color: #115499;
	padding: 0 0.5em;
	text-align: center;
}
#menu .menu_highlighted:hover {
	color: #fff;
}
/******************** END MENU *************************/


/******************** START MAIN CONTENT *************************/
#main_content_row {
	min-height: 485px;
	background-image: url('');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#main_content_row .column {
	text-align: center;
}
#main_content_row h1 {
	padding-bottom: 0;
}
.main_content_button {
	display: inline-block;
	padding: 0.75em 1em;
	background-color: #222c66;
	font-size: 20px;
	color: #ffffff;
}
.main_content_button:hover{
	background-color: #ffffff;
	color: #222c66;
}
/******************** END MAIN CONTENT *************************/

/******************** START HOME FEATURED SPONSORS *************************/

.home #feat-sponsors_content_row {
    background: #f1f3f2;
    color: #000;
    padding: 2em 0;
}
.home #feat-sponsors_content_row .section .contentWrapper {
    display: inline-block;
    padding: 0;
    width: 100%;
}
.home #feat-sponsors_content_row .two_columns_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
    text-align: center;
	max-width: 990px;
	margin: 0 auto;
}
.home #feat-sponsors_content_row .two_columns_flex .box {
	padding: 0;
	margin: 0;
}
.home #feat-sponsors_content_row .two_columns_flex .box.orginized-by {
	width: 35%;
}
.home #feat-sponsors_content_row .two_columns_flex .box.presented-by {
	width: 55%;
}
.home #feat-sponsors_content_row .two_columns_flex .box .feat-sponsor-heading {
    vertical-align: top;
    font-size: 15px;
    padding-right: 2em;
    font-style: italic;
    font-weight: 300;
}
.home #feat-sponsors_content_row .two_columns_flex .box .feat-sponsor-heading,
.home #feat-sponsors_content_row .two_columns_flex .box a {
	display: inline-block;
    vertical-align: middle;
}
.home #feat-sponsors_content_row .two_columns_flex .box .logo-ordre,
.home #feat-sponsors_content_row .two_columns_flex .box.orginized-by {
	height: 80px;
}
.home #feat-sponsors_content_row .two_columns_flex .box .logo-mb {
	height: auto;
	width: 180px;
}
.home #feat-sponsors_content_row .two_columns_flex .box .logo-soquij {
	height: auto;
	width: 120px;
	margin-right: 30px;
}
/******************** END HOME FEATURED SPONSORS *************************/

/******************** START HOME INTRODUCTION *************************/
#intro_content_row {
	background: #fff;
	color: #000000;
	padding: 2em 0 2em 0;
	font-size: 15px;
}
#columns_2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type:circle;
  list-style-position: inside;
}
#intro_content_row h1 {
	/* text-transform: none; */
}
#intro_content_row h2 {
	font-size: 1.37em;
	line-height: 1.3em;
	display: inline-block;
	margin-bottom: 10px;
	color: #2e6fb3;
}
#intro_content_row h3 { font-weight: bold; }
#intro_content_row .speakerLeft { float:left; width:630px; }
#intro_content_row .speaker, #intro_content_row .float-right {
	float: right;
	margin: 18px 0 0 40px;
	width: 300px;
}
#intro_content_row .speaker p {
	font-size: 0.9em;
}
#intro_content_row .speaker a {
	font-weight: bold;
}
#intro_content_row .sponsors {
	margin: 2em 0 0 0;
}
#intro_content_row .sponsors h2 {
	display: block;
	margin-bottom: 20px;
}
#intro_content_row .sponsors .column {
	margin: 0 3.7em 0 0;
	float: none;
}
#intro_content_row .sponsors .column.last {
	margin-right: 0;
}
#intro_content_row .sponsors .column img { width: auto; height: 60px; }
#intro_content_row .sponsors .column.crha img { height: 75px; }

.two_columns_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}
.two_columns_flex .box_3 {
	width: 54%;
}
.two_columns_flex .box_1_1 {
	width: 20%;
}
.two_columns_flex .box_4 {
	width: 75%;
}
.two_columns_flex .box_1 {
	width: 40%;
}
.two_columns_flex .box_1 img {
	transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
	#intro_content_row .float-right {
		float: none;
		margin: 0;
		width: 100%;
	}
	.two_columns_flex .box_3 {
	    width: 100%;
    }
    .two_columns_flex .box_1 {
	    width: 100%;
	    max-width: 400px;
	    margin: 20px auto;
    }
    .two_columns_flex .box_1_1 {
	    width: 100%;
	    text-align: center;
	}
	.two_columns_flex .box_4 {
		width: 100%;
	    text-align: center;
	}
}

a.button {
    color: #2e6fb3;
    display: inline-block;
    padding: .5em 1em;
    margin-top: 20px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #c7e3ee 0%, #68badb 51%, #a8e4fc 100%);
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 5px #fff3f3;
}
a.button:hover {
  background-position: right center; /* change the direction of the change here */
}
/******************** END HOME INTRODUCTION *************************/

/******************** START RH TIPS *************************/
.rhTips {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.rhTips li {
	display: inline-block;
	margin: 0 0 1em 0;
}
.rhTips .colLeft {
	float: left;
	width: 27.777%;
}
.rhTips .colRight {
	float: left;
	width: 72.223%;
}
.rhTips .title {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
.lettrine {
    color: #222c66;
    float: left;
    font-size: 3.3em;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 5px -.1em -.15em;
}

.specialInfo {
    background: #f1f1f1;
    padding: 20px 30px 15px 30px;
    margin: 20px 0 20px 0;
}

/******************** END RH TIPS *************************/

/******************** START BONUS CONTENT *************************/
#bonus_content_row {
	background: #efeeee;
	color: #000;
	padding: 3em 0;
	text-align: center;
}
#bonus_content_row h2 {
	color: #2e6fb3;
}

/******************** END BONUS CONTENT *************************/

/******************** START THEMES *************************/
.conferenceTheme {
	display: block;
	padding-bottom: 1em;
}
.themes_content_row {
	background-color: #ffffff;
	color: #000000;
	padding: 0 0 3em 0;
}
.themes_content_row .themes {
	list-style-type: none;
	width:100%;
	margin: 40px 0 30px 0;
	padding: 0;
	text-align: center;
}
.themes_content_row .themes li {
	display: inline-block;
	margin:0 40px;
	padding:0 0 20px 0;
	text-align:center;
}
.themes_content_row .themes li a {
	color: #ffffff;
	font-weight:normal;
	display:block;
	margin: 0;
	padding: 20px 15px;
	background-color: #000000;
	height: 170px;
	-moz-border-radius: 115px;
	-webkit-border-radius: 115px;
	width: 180px;
}
.themes_content_row .themes li a:hover {
	color: #fff;
	background:#222c66;
}
.themes_content_row .themes li i {
	margin: 30px 0 0 0;
	font-size: 50px;
}
.themes_content_row .themes li span {
	display: block;
	font-size: 18px;
	margin: 20px 0 0 0;
	line-height:21px;
}

/******************** END THEMES *************************/


/******************** END SLIDESHOW SPEAKERS *************************/
.home .customNavigation {
	float: right;
	margin: -0.9em 0 0 0;
}
.home .customNavigation a {
	background: none;
    width: 50px;
    height: 50px;
    line-height: 1;
    text-align: center;
    padding: 0;
    font-size: 30px;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    border: 2px solid #000000;
    color: #000000;
    outline: none;
    float: left;
    margin-left: 15px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.home .customNavigation a:hover {
	border: 2px solid #222c66;
	color: #222c66;
}
.home .customNavigation a i {
	margin: 9px 0 0 0;
}
.owl-carousel {
    margin: 1em 0 2em 0;
}
.owl-wrapper .slide {
    margin: 0 15px 0 0;
}
.owl-item.even .slide > a { background-color: #222c66; display: block; }
.owl-item.even .slide > a img { opacity: 0.6; }
.owl-item a:hover img { opacity: 0.6; }
.owl-item.even .slide > a:hover img { opacity: 0.4; }
.owl-theme .owl-controls .owl-buttons div {
    color: #222c66;
    background: none;
}
/******************** END SLIDESHOW SPEAKERS *************************/


/******************** START INSCRIPTION *************************/

#inscription_content_row {
	background: #2e6fb3;
	color: #ffffff;
	padding: 3em 0;
	text-align: center;
}
#inscription_content_row .section .contentWrapper {
	display: inline-block;
	padding: 0;
	width: 100%;
}
#inscription_content_row h2 {color: #ffffff;margin-bottom: 15px;}
#inscription_content_row p { font-size: 15px; }
.home #inscription_content_row .two_columns_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
    text-align: center;
	max-width: 990px;
	margin: 0 auto;
}
.home #inscription_content_row .two_columns_flex .box {
    width: 33.8%;
    padding: 0;
    margin: 19px;
    border-radius: 25px;
}
.home #inscription_content_row .two_columns_flex .box.crha {transition: 0.5s;background-size: 200% auto;background-image: linear-gradient(to right, #c7e3ee 0%, #68badb 51%, #a8e4fc 100%);}
.home #inscription_content_row .two_columns_flex .box.grand-public {background-image: linear-gradient(to right, #96ffa2 0%, #6afff7 51%, #96ffa2 100%);transition: 0.5s;background-size: 200% auto;background-image: linear-gradient(to right, #b1fca3 0%, #87e3ae 51%, #b1fca3 100%);}
.home #inscription_content_row .two_columns_flex .box div {
	background: #fff;
	border-radius: 0 0 20px 20px;
	padding: 0 0 24px;
}
.home #inscription_content_row .box h3 {
	border-radius: 20px 20px 0 0;
	color: #2e6fb3;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 15px 0;
}
.home #contact_content_row .two_columns_flex .box.partenariat h3 {
	color: #ffffff;
}
.home #inscription_content_row .box.grand-public h3 {
	color:#2e6fb3;
}
.home #inscription_content_row .box .price {
	color: #2e6fb3;
	font-size: 1.3em;
	font-weight: bold;
	padding: 1em 0 .5em;
}
.home #inscription_content_row .box .futur-price {
	font-size: .7em;
    font-weight: normal;
    text-decoration: line-through;
}

.home #inscription_content_row .toggleLink i {
	position: relative;
	top: 5px;
}

#inscription_content_row p.smallText { font-size: 12px; }
#inscription_content_row a, #inscription_content_row a:hover {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}
#inscription_content_row a:hover { color: #fff; }
#inscription_content_row a.button {
    color: #2e6fb3;
    padding: 0.7em 1.5em;
    text-transform: uppercase;
    margin-top: 0;
}
.home #inscription_content_row .box.grand-public  a.button {
	background: #2e6fb3;
}
.home #inscription_content_row .box.grand-public  a.button:hover {
	background: #56575f;
}
.cancellationPolicy ul {
	list-style-type: none;
    width: 60%;
    margin: 0 auto;
}
.cancellationPolicy ul li { margin: 0 0 10px 0; }
.cancellationPolicy a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.cancellationPolicy a:hover { color: #000; }
/******************** END INSCRIPTION *************************/


/******************** START KEY SPEAKERS *************************/
.speakers_content_row {
	background-color: #471c83;
    color: #fff;
    padding: 3em 0;
    text-align: center;
}
.speakers_content_row h2.speakers {
	text-align: center;
}
.speakersWrapper {
	margin: 30px 0;
	text-align: center;
}
.speakersWrapper .speaker { display:inline-block; margin: 0 2% 0 0; padding: 0; max-width:23%; vertical-align: top; }
.speakersWrapper .speaker:last-child, .speakersWrapper .speaker.noMarginRight { margin-right: 0; }
.speakersWrapper .speaker .speakerInfos {
	padding: 15px 0;
	vertical-align: middle;
}
.speakersWrapper .speaker a { display:inline-block;  }
.speakersWrapper .speaker a img { opacity: 0.8; }
.speakersWrapper .speaker a:hover img { opacity: 1; -webkit-filter: contrast(110%); }

.speakersWrapper .speaker h3, .speakersWrapper .speaker h3 a {
    margin: 0;
    color: #b8f7ff;
    font-weight: normal;
    line-height: 1.3em;
}
.speakersWrapper .speaker h3 span {display:block; font-weight: bold;}

.speakersWrapper .speaker h3 a:hover { color: #fff; }
.speakersWrapper .speaker p { padding: 0; font-size: 1em; line-height: 1.3em; }
.speakersWrapper .speaker p.date { margin: 8px 0 0 0; font-weight: bold; text-transform: uppercase; color: #fff; }
.speakersWrapper .speaker p.time { margin: 0 0 0 0; color: #fff; }


.speakers_content_row .button {
	background: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1.5em 3em;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    border: 3px solid #fff;
    transition: all 350ms;
}
.speakers_content_row .button:hover {
	background: #b8f7ff;
	color: #471c83;
	border-color: #b8f7ff;
}
/******************** END SLIDESHOW SPEAKERS *************************/


/******************** START HOME CONTACT *************************/

.home #contact_content_row {
    background: #fff;
    color: #000;
    padding: 3em 0;
    text-align: center;
}
.home #contact_content_row * {
    color: #000;
}
.home #contact_content_row h2 {
	color: #2e6fb3;
}
.home #contact_content_row .two_columns_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
    text-align: center;
	max-width: 990px;
	margin: 0 auto;
}
.home #contact_content_row .two_columns_flex .box {
	width: 38.8%;
	padding: 0;
	margin: 19px;
	border-radius: 25px;
	transition: 0.5s;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #c7e3ee 0%, #68badb 51%, #a8e4fc 100%);
}
.home #contact_content_row .two_columns_flex .box.partenariat {
    background-image: linear-gradient(to right, #2f71b2 0%, #21baac 51%, #2f71b2 100%);
    transition: 0.5s;
    background-size: 200% auto;
}
.home #contact_content_row .two_columns_flex .box div {
	background: #f1f3f2;
	border-radius: 0 0 20px 20px;
	padding: 15px 0;
}
.home #contact_content_row .box h3 {
	border-radius: 20px 20px 0 0;
	color: #2e6fb3;
	font-weight: bold;
	text-transform: uppercase;
	/* background: #2e6fb3; */
	margin: 0 0 10px 0;
	padding: 20px 0 13px 0;
}
.home #contact_content_row .box.partenariat h3 {
	/* background: #115499; */
}
.home #contact_content_row a { color: #2e6fb3; }
.home #contact_content_row a:hover { color: #000; }
/******************** END HOME CONTACT *************************/



/******************** START SPONSORS *************************/
#secondary-sponsers_content_row {
	background-color: #ebebeb;
	color: #000000;
	padding: 20px 0 10px 0;
	margin:0;
	text-align:center;
	font-size: 11px;
	vertical-align:middle;
}
#sponsers_content_row {
	background-color: #f1f3f2;
	color: #1e212e;
	padding: 2em 0 3em;
}
#sponsers_content_row.outsideFooter { padding: 0; }
#sponsers_content_row .section_column {
	display: block;
	padding: 0;
	margin-bottom: 30px;
	/* overflow: hidden; */
	height: 100%;
	margin-top: 0;
	/* top: 0; */
}
#sponsers_content_row .section.full {
   min-height: 130px; 
}
#sponsers_content_row .column {
	margin: 0 3.5em 0 0;
}
#sponsers_content_row .column.noMarginRight {
	margin-right:0;
}
#sponsers_content_row .column.last {
	margin-right: 0;
	/* float: right; */
	position: absolute;
	right: 41px;
}
#sponsers_content_row .column.fc {
	margin-left: 290px;
}
#sponsers_content_row h4 {
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    color: #1e212e;
}
#sponsers_content_row .column.noTitle {
	margin-top: 30px;
}
#sponsers_content_row .column.crha img {
	width: 138px;
	height: auto;
	margin-top: 10px;
}
#sponsers_content_row .column.mb img {
	width: 210px;
    height: auto;
    margin-top: 10px;
}
#sponsers_content_row .column.soquij img {
    max-width: 145px;
    height: auto;
}
.sponsers_logo {
	width: 100%;
	display: block;
	text-align: center;
}
.sponsers_logo img {
	width: auto;
	max-height: 75px;
	margin: 0 auto;
}
#sponsers_content_row.outsideFooter {
    padding: 0;
}
/******************** END SPONSORS *************************/

/******************** STARD THANKS SPONSORS *************************/
#thanks_sponsors_content_row {
	background-color: #471c83;
	color: #fff;
	padding: 3em 0;
	text-align:center;
}
#thanks_sponsors_content_row h2 {
	color: #fff;
}
#thanks_sponsors_content_row .two_columns_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 990px;
    margin: 0 auto;
}
#thanks_sponsors_content_row .box {
    margin: 0 20px;
    width: 20%;
}
#thanks_sponsors_content_row .box img.ezsign {
    width: 80%;
}
#thanks_sponsors_content_row .box img.inpowr {
    width: 90%;
}
#thanks_sponsors_content_row .box img.langlois {
    width: 70%;
}

/******************** END THANKS SPONSORS *************************/


/******************** START CONTINUOUS TRAINING *************************/
.continuousTraining {
	margin: 0 0 0 0;
    text-align: center;
}
.continuousTraining .fcLogo {
	margin: 0;
	width: 90px;
}
.continuousTraining .fcText {
	color: #1e212e;
    font-size: 12px;
    font-weight: normal;
    margin: 0.8em 0 0 0;
    vertical-align: top;
    
}
/******************** END CONTINUOUS TRAINING *************************/

/******************** START SOCIAL MENU *************************/
.social_menu {
    font-family: 'FontAwesome';
	float: right;
    margin: 0;
    display: inline-block;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social_menu span {
    display: none;
}
.social_menu li {
	text-align: center;
    padding: 0 1em;
    display: inline-block;
    position: relative;
    color: #ffffff;
    margin: 0;
    text-decoration: none;
}
.social_menu li a {
	color: #ffffff;
	display: block;
	padding: 0.3em 0.4em;
	font-size: 20px;
}
.social_menu li a:hover {
    color: #cccccc;
}
.social_menu li a:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    line-height: 45px;
}
/******************** END SOCIAL MENU *************************/


/***************** START PAGE *****************/
#page_content_row {
	background-color: #ffffff;
	color: #000000;
	padding: 2em 0 3em 0;
	font-weight: normal;
}
/***************** END PAGE *****************/


/***************** START BLOGUE **************************/
#blogue_content_row {
	color: #000000;
	padding: 3em 0;
	height: auto;
	background: #ffffff;
}
#blogue_content_row .rhTips .title, #blogue_content_row .rhTips .title a  {
	color: #521587;
}
#blogue_content_row .rhTips .title, #blogue_content_row .rhTips .title a:hover {
	color:#333;
}
.blogueArticle, .blogueArticleCenter {
	width:300px;
	float:left;
}
.blogueArticleCenter {
	padding:0 30px;
}
.blogueArticle img, .blogueArticleCenter img {
	 width:300px;
	 height:auto;
}
.blogueTitre {
	color:#ffffff;
	text-align:left;
	font-size:25px;
	margin: 0;
	padding-bottom:25px;
}
.articleTitre, .articleTitre strong a  {
	text-transform:uppercase;
	margin: 0;
	padding:10px 0;
	font-size:17px;
	text-align:left;
}
.articleTitre strong a {
	color:#000000;
}
.articleResume {
	color:#ffffff;
	font-size:15px;
	text-align:left;
}
img.imgArticle {
	 float:right;
	 width:500px;
	 padding:0 15px 15px 25px;
}
img.imgBlogue {
	float:left;
	width:300px;
	padding:0 25px 30px 0px;
}
p.linkConference {
	padding:15px;
	border:thin #000000 solid;
}
/*#blogue_content_row a.button:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
}*/
#blogue_content_row .button {
	background: #fff;
    color: #00759c;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1em 3em;
    text-transform: uppercase;
    margin: 0.5em 0 0 0;
    border: 3px solid #521587;
    transition: all 350ms;
}
#blogue_content_row .button:hover {
	background: #521587;
	color: #fff;
	border-color: #521587;
}
/***************** END BLOGUE *****************/


/***************** START SCHEDULE *****************/
.subTitleLevel3 {
	font-size: 1.2em;
    line-height: 1em;
    font-weight: normal;
    margin: 0 0 0.5em 0;
    padding: 0;
}
#agenda {
	width: 100%;
	float: left;
}
#agenda .inner-wrap {
	border: 1px solid #000000;
	display: inline-block;
	margin: 0 0 2em 0;
	overflow: hidden;
	width: 100%;
}
#agenda .inner-wrap.noMarginBottom { margin-bottom: 0;}
#agenda .inner-wrap.special {
	border: 1px solid #000000;
}
#agenda .agenda-row.row-head {
	background-color: #a8e4fc;
	border-bottom: 1px solid #a8e4fc;
	padding: 1.5%;
	width: 97.1%;
}
#agenda .inner-wrap.special .agenda-row.row-head {
	background: #000000;
}
#agenda .agenda-row.row-head h3, #agenda .agenda-row.row-head h2, #agenda .agenda-row .row-right h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000000;
}
#agenda .inner-wrap.special .agenda-row.row-head h2 {
	color: #ffffff;
}
#agenda .agenda-row .row-right h2 { margin-bottom: 0.5em; }
#agenda .agenda-row .row-right p { margin-top: 0; padding-top: 0; }

#agenda .choiceIndication {
	background: #ececec;
	border-bottom: 1px #ffffff solid;
	float: left;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0.7em 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#agenda .choiceIndication.noBckg {
	background: #fff;
}
#agenda .agenda-row {
	width: 100%;
	float: left;
	text-align: left;
	border-bottom: 1px #ececec solid;
}
#agenda .agenda-row.noBorder {
	border-bottom: 0 none;
}
#agenda .agenda-row:last-child {
	border: none;
}
/*, #agenda h2*/
#agenda .agenda-row > div {
	padding: 0.7em;
}
#agenda .agenda-row .photo {
	margin: 0 0 1em 0;
	min-height: 75px;
	padding: 0;
	max-width: 700px;
}
#agenda .agenda-row ul {
	padding-top: 0;
}
#agenda .agenda-row h3, #agenda .agenda-row h2.small {
	font-size: 1.3em;
	font-weight: normal;
	color: #000;
	margin: 0 0 0.5em 0;
}
#agenda .agenda-row h3.noMarginBottom{ margin-bottom: 0; }
#agenda .agenda-row h4 {
	line-height: 1.3em;
	margin-top: 0;
    padding: 0 1.5em 0 0;
	font-weight: bold;
}
#agenda .agenda-row p.photo img {
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	width: 75px;
}
#agenda .agenda-row .row-left {
	width: 10%;
	float: left;
	text-align: center;
}
#agenda .agenda-row .row-left p {
	line-height: 1.1em;
	padding-top: 5px;
}
#agenda .agenda-row .row-right {
	width: 85%;
	float: left;
	position: relative;
	border-left: 1px solid #000000;
}
#agenda .inner-wrap.special .agenda-row .row-right {
	border-left: 1px solid #000000;
}
#agenda .agenda-row .row-right .toggleLink {
	cursor: pointer;
	position: absolute;
    right: 5px;
    top: 5px;
}
#agenda .toggleContent {
	margin: 0;
}
i.fa.fa-plus-circle.fa-2x::before , .fa-minus-circle:before {
    color: #000000;
}
.open-popup-link {
	color: #000000;
	font-weight: bold;
}
.open-popup-link:hover {
	color: #2caeff;
}
#agenda a.button {
    /* background: #2e6fb3; */
    /* border: 3px solid #2e6fb3; */
    /* color: #eca27f; */
    /* display: inline-block; */
    margin: 0px 0 30px;
    padding: 1em 3em;
    text-transform: uppercase;
}
#agenda a.button.noMarginBottom {
    margin-bottom: 0;
}
#agenda a.button:hover {

}
table.choiceHelp {
	border-collapse: collapse;
	display: inline-block;
	margin: 0 0 1em 0;
	vertical-align: top;
	width: 100%;
}
table.choiceHelp.first {
	margin-right: 0.5em;
}
table.choiceHelp.last {
	margin-right: 0;
	padding: 0;
}
table.choiceHelp a {
	display: block;
	font-weight: bold;
}
table.choiceHelp td, table.choiceHelp th {
	border:1px solid #ececec;
	padding: 0.4em;
	text-align: left;
	vertical-align: middle;
}
table.choiceHelp td.choice, table.choiceHelp th.choice {
	background: #ececec;
	border:1px solid #ffffff;
}
.white-popup img {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 150px;
    height: auto;
}
.icon-wrapper {
  display:inline-block;
  margin: 1em 0 0 0;
}
.custom-icon {
	font-size:37px;
	background:#222c66;
	background:rgba(0,118,192,1);
	padding:20px;
	-webkit-border-radius:1100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	border:3px solid #fff;
	color:#fff;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.46);
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:30px;
	height:30px;
	behavior: url(/rdvdo/css/PIE.htc);
}
h2#sante::before {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
    content: "";
    display: block;
    background: url(https://evenements.ordrecrha.org/printemps/images/2022/icones/programme/Icone_santeorg.png) top left no-repeat;
    width: 60px;
    height: 60px;
    background-size: cover;
}
h2#travail::before {
	transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
    content: "";
    display: block;
    background: url(https://evenements.ordrecrha.org/printemps/images/2022/icones/programme/Icone_adistance.png) top left no-repeat;
    width: 60px;
    height: 60px;
    background-size: cover;
}
h2.realite::before {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
    content: "";
    display: block;
    background: url(https://evenements.ordrecrha.org/printemps/images/2022/icones/programme/Icone_attraction.png) top left no-repeat;
    width: 60px;
    height: 60px;
    background-size: cover;
}
h2.talents::before {
	transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
    content: "";
    display: block;
    background: url(https://evenements.ordrecrha.org/printemps/images/2022/icones/programme/Icone_competence.png) top left no-repeat;
    width: 60px;
    height: 60px;
    background-size: cover;
}
.blockRow {
    display: block;
}

.two_columns_flex.prog {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
    text-align: center;
	max-width: 990px;
	margin: 0 auto;
}
.two_columns_flex.prog .box {
    width: 33.8%;
    padding: 0;
    margin: 19px;
    border-radius: 25px;
}
.two_columns_flex.prog .box.crha {transition: 0.5s;background-size: 200% auto;background-image: linear-gradient(to right, #87e3ae 0%, #b1fca3 51%, #87e3ae 100%);}
.home #inscription_content_row .two_columns_flex .box.grand-public {background-image: linear-gradient(to right, #96ffa2 0%, #6afff7 51%, #96ffa2 100%);transition: 0.5s;background-size: 200% auto;background-image: linear-gradient(to right, #b1fca3 0%, #87e3ae 51%, #b1fca3 100%);}
.two_columns_flex.prog .box div {
	background: #f1f3f2;
	border-radius: 0 0 20px 20px;
	padding: 0 0 24px;
}
.two_columns_flex.prog .box h3 {
	border-radius: 20px 20px 0 0;
	color: #2e6fb3;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 15px 0;
}
.two_columns_flex.prog .box .price {
    color: #2e6fb3;
    font-size: 1.3em;
    font-weight: bold;
    padding: 1em 0 .5em;
}
.two_columns_flex.prog .box .button {
    margin-bottom: 0!important;
}
/***************** END SCHEDULE *****************/


/***************** START CONTACT *****************/
.contact {
	list-style-type:none;
	margin:0;
	padding:0;
}
.contact li {
	display: inline-block;
	margin: 0 0 2em 0;
	vertical-align: top;
	width:45%;
}
.contact li i {
	margin: 0 5px 0 0;
}
.mapWithInfos { margin: 1em 0 0 0; }
.mapWithInfos ul { padding: 0 0 0 0.5em; }
.mapWithInfos li { padding: 0 0 0.5em 0; }
/***************** END CONTACT *****************/


/******************** START MENU FOOTER *************************/
#menufooter_content_row {
	background-color: #2e6fb3;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 1em 0;
	font-size: 1em;
}
.footer_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu li {
	float: left;
	margin: 0 0.5em 0 0;
}
.footer_menu li a {
	color: #ffffff;
	display: block;
	padding: 0.5em 2.5em;
}
.footer_menu li a:first-of-type {
	padding-left: 0;
}
.footer_menu li a:hover {
	color: #87e3ae;
}
/******************** END MENU FOOTER *************************/
/******************** START CTA *************************/
.cta{
	font-size: 24px;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center }
.center .button {
  margin: 0;
  padding: 20px 40px;
}
/******************** END CTA *************************/
/******************** START Speaker *************************/
.speakers2ColsWrapper {
	margin: 1.5em 0;
}
/******************** END Speaker  *************************/

/******************** Accordion tabs ********************/
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav>li {
    position: relative;
    display: block;
}
.nav-tabs {
    border-bottom: 1px solid #337ab7;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li.active>a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active>a:focus {
    text-decoration: none;
    color: #337ab7;
    border-top: 1px solid #337ab7;
    text-transform: uppercase;
    font-weight: bold;
    border-right: 1px solid #337ab7;
    border-left: 1px solid #337ab7;
}
.nav-tabs > li:hover, .nav-tabs > li > a:hover {
	background: #fff;
	color: #337ab7;
}
.article__wrapper .article__content .nav-tabs > li > a {
	text-decoration: none;
    font-weight: bold;
    margin-right: 0;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
@media(max-width:767px){
	.tab-content>.tab-pane {
		display: block;
	}
}
@media(min-width:768px){
  .tab-pane.active .collapse {
	display: block;
}
  .panel-heading{
    display:none;
  }
  .panel{
    border:none;
    box-shadow:none;
  }
  .panel-collapse{
    height:auto;
    &.collapse{
      display:block;
    }
  }
}

@media(max-width:767px){

.accordionRow .panel-default>.panel-heading {
    color: #fff;
    background-color: #222c66;
    border-color: #ddd;
    margin-bottom: 15px;
}

  .tab-content{
    .tab-pane{
       display:block;
    }
  }
   .nav-tabs{
      display:none;
  }
  .panel-title a{
    display:block;
    text-decoration: none!important;
  }
  .panel{
    margin:0;
    box-shadow:none;
    border-radius:0;
     margin-top:-2px;
  }
  .tab-pane{
     &:first-child{
      .panel{
        border-radius:5px 5px 0 0;
      }
    }
    &:last-child{
      .panel{
        border-radius:0 0 5px 5px;
      }
    }
  }
}

/*END Accordion tabs */


#exit_sondage {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	z-index: 999;
	background-color: rgba( 0, 0, 0, 0.5 );

}

#exit_sondage_close {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 40px;
	height: 40px;
	right: -10px;
	top: -10px;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	z-index: 999;
	border: 3px solid #000;
}

#exit_sondage_close:hover {
	background-color: #000;
	color: #fff;
}

#exit_sondage_close .fa:before {
line-height: 40px;
}

#exit_sondage_surveymonkey {
position: relative;
max-width: 700px;
margin: 0 auto;
height: 100%;
}

#exit_sondage_surveymonkey  .smcx-embed>.smcx-iframe-container,
#exit_sondage_surveymonkey  .smcx-embed {
	margin: 0 auto;
	max-height: 100%;
	height: 100%;
	z-index: 100;
}
.tabs_tab_container {
    display: table;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 25px;
    margin: 10px auto 0;
}
.tabs_tab_container .tabs_width {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 1em;
    text-align: center;
    color: #00759c;
    border: 3px solid #00759c;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 350ms;
}

.tabs_tab_container .tabs_width:hover {
    background-color: #fff;
}
#inscription_content_row .text .tabs_width:hover span.small::after {
    background-color: #00759c;
}

iframe a.survey-submit-actions {
display: none;
}


/******************** START VIDEO DOCUMENTATION *************************/

.documentation #videos_content_row {
    background: #fff;
    color: #fff;
    padding: 3em 0;
    text-align: center;
}
.documentation #videos_content_row * {
    color: #000;
}
.documentation #videos_content_row h2 {
	color: #00c2ff;
}
.documentation #videos_content_row h1 {
	color: #521587;
}
.documentation #video_content_row .two_columns_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
    text-align: center;
	max-width: 990px;
	margin: 0 auto;
}

.liensVideos .col-50percent { vertical-align: top; }

#videos_content_row .button {
	background: #fff;
    color: #00759c;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1.5em 3em;
    text-transform: uppercase;
    margin: 20px 0 50px 0;
    border: 3px solid #521587;
    transition: all 350ms;
}
#videos_content_row .button:hover {
	background: #521587;
	color: #fff;
	border-color: #521587;
}

/******************** END HOME CONTACT *************************/