/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

body {
	margin:0; padding:0;
	font-size: 12px;
	font-family: Arial;
	color:#555;
    background: #f0f0f0 !important;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

/**
*
* GLOBAL
*
*/
.conteneurCookie{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px -1px 8px 5px rgba(0,0,0,0.25);
  background: white;
  color: black;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  padding: 22px 32px;
  width: 64%;
  flex-direction: column;
  overflow: auto;  
  z-index: 999999999;
  text-align: initial;
}
.conteneurCookie p{
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.conteneurCookie p:not(:last-child){
  margin-bottom: 0.5em;
}
.conteneurCookie a{
  color:#0F273A;
  text-decoration: underline;
  font-style: italic;
}
.conteneurCookie a:hover {
  color: #0F273A !important;
  opacity: 0.6;
}

@media screen and (min-width: 2100px) {
  .conteneurCookie {
    width: 50%;
  }
}
@media screen and (max-width: 1500px) {
  .conteneurCookie{
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .conteneurCookie{
    width: 100%;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .cookieOpen.politiquePage .conteneurCookie {
      display:none;
  }
}
@media screen and (max-width: 500px) {
  .conteneurCookie{/*OK*/
    padding: 22px;
  }
}

/**
*
* PRINCIPAL
*
*/
.conteneurCookie .flex-cont{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.conteneurCookie .titre{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  color: #0F273A;
}
.conteneurCookie .flex-cont .flex-texte{
  padding-right: 40px;
  width: 70%;
}
.conteneurCookie .flex-cont .divBoutonCookie{
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}
.conteneurCookie .flex-cont .divBoutonCookie .boutonCookie{
  white-space: nowrap;
  display: inline-block;
  border: 2px solid black;
  text-decoration: none;
  transition: all 0.4s ease;
  color:#0F273A;
  cursor: pointer;
  background: #D9D9D9;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 64px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.conteneurCookie .flex-cont .divBoutonCookie .boutonCookie:hover {
  background: transparent !important;
  color: #0F273A !important;
}
.conteneurCookie .flex-cont .divBoutonCookie .boutonCookie:nth-child(2){
  background: #0F273A;
  color: white;
}
.conteneurCookie .flex-cont .divBoutonCookie .boutonCookie:nth-child(3){
  margin: 0;
}
@media screen and (max-width: 960px) {
  .conteneurCookie .flex-cont {
    flex-direction: column;
  }
  .conteneurCookie .flex-cont .flex-texte {
    padding-right: 0px;
    width: 100%;
  }
  .conteneurCookie .flex-cont .divBoutonCookie {
    margin-top: 10px;
  }
  .conteneurCookie.principal{
    overflow-x: hidden;
    height: auto;
    max-height: 440px;
  }
  .conteneurCookie .titre{
    padding-bottom:0;
  }
  .conteneurCookie .flex-cont .divBoutonCookie .boutonCookie{
    padding-inline: 20px;
  }
}
/**
*
* PREFERENCE
*
*/
.conteneurCookie.preference{
  max-height: 70%;
  overflow-x: hidden;
}
.conteneurCookie.preference .logo-entreprise {
    display: none;
}
.conteneurCookie.preference .logo-entreprise::after{
  content: '';
  border-bottom: 4px solid #D9D9D9;
  width: 100%;
  display: flex;
  margin-left: -32px;
  padding-right: 72px;
}
.conteneurCookie.preference .logo-entreprise img{
  height: 64px;
  margin-bottom: 20px;
}
.conteneurCookie.preference h4{
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 0.6em;
  color: #0F273A;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc{
  border: 2px solid #D9D9D9;
  padding: 20px;
  border-top: none;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc:first-of-type {
  border-top: 2px solid #d9d9d9;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn{
  display: flex;
  justify-content: space-between;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn .menu-cookie-preference-cross-titre{
  position: relative;
  cursor: pointer;
}

/*CROSS DEBUT*/
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn .menu-cookie-preference-cross-titre .menu-cookie-cross{
  height: 32px;
  width: 32px;
  position: absolute;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn .menu-cookie-preference-cross-titre.open .menu-cookie-cross{
  transition: all 0.4s ease;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn .menu-cookie-preference-cross-titre .menu-cookie-cross::before,  .conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn .menu-cookie-preference-cross-titre .menu-cookie-cross::after{
  position: absolute;
  content: "";
  background-color: #0F273A;
  width: 14px;
  height: 2px;
  border: solid 1px #0F273A;
  border-bottom: solid 1px #0F273A;
  transition: all 0.4s ease;
  top: 10px;
  left: 0px;
  border-radius: 10px;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn .menu-cookie-preference-cross-titre .menu-cookie-cross::before{
  transform: rotate(90deg);
  left: 0;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn .menu-cookie-preference-cross-titre.open .menu-cookie-cross::before{
  transition: all 0.4s ease;
  transform: rotate(0deg);
}
/*CROSS FIN*/

.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn .menu-cookie-titre{
  font-weight: bold;
  font-size: 16px;
  color: #0F273A;
  margin: 0;
  cursor: pointer;
  padding-left: 32px;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn .menu-cookie-actif{
  color: #2552BB;
  font-weight: bold;
}
.conteneurCookie.preference .texte-preference .div-btn-preference{
  margin-top: 32px;
  display: flex;
  justify-content: end;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-desc p{
  margin-top: 12px;
}

/*SWITCH DEBUT*/
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .switch-content {
  --size: 50px;
  --inset: 8px;
  --switch-width: calc(var(--size));
  --switch-height: calc(var(--size) / 2);
  --slider-size: calc(var(--size) / 2 - var(--inset));
  --switch-color-active: #2552BB;
  display: block;
  width: var(--switch-width);
  height: var(--switch-height);
  position: relative;
  cursor: pointer;
  margin: 0;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .switch-content input[type="checkbox"] {
  appearance: none;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .switch-content .switch {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 999rem;
  background: #ddd;
  transition: all 0.2s ease-in-out;
  border: 2px solid #a1a1a1;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .switch-content input[type="checkbox"]:checked > .switch {
  border: 2px solid #00000024;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .switch-content .slider {
  position: absolute;
  top: calc(49% + var(--inset));
  left: var(--inset);
  transform: translate(0, calc(-50% - var(--inset)));
  width: var(--slider-size);
  height: var(--slider-size);
  background: #a1a1a1;
  border-radius: 999rem;
  box-shadow: 2px 0px 9px 10px #00000008, 1px 1px 3px 0px #00000024;
  transition: all 0.2s ease-in-out;
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .switch-content input[type="checkbox"]:checked + .switch {
  background: #2552BB7A;
  border: 2px solid var(--switch-color-active);
}
.conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .switch-content input[type="checkbox"]:checked + .switch .slider {
  left: calc(100% - var(--inset));
  transform: translate(-100%, calc(-50% - var(--inset)));
  background: var(--switch-color-active);
}
/*SWITCH FIN*/

.conteneurCookie.preference .texte-preference .div-btn-preference .boutonCookie{
  display: inline-block;
  border: 2px solid black;
  text-decoration: none;
  transition: all 0.4s ease;
  cursor: pointer;
  background: #0F273A;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 56px;
  text-align: center;
  text-transform: uppercase;
}
.conteneurCookie.preference .texte-preference .div-btn-preference .boutonCookie:hover {
  background: transparent !important;
  color: #0F273A !important;
}

@media screen and (max-width: 500px) {
  .conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn{
    flex-direction: column;
    position: relative;
  }
  .conteneurCookie.preference{
    padding-inline: 22px;
  }
  .conteneurCookie.preference p{
    overflow-wrap: break-word;
  }
  .conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn .menu-cookie-preference-cross-titre{
    margin-bottom: 30px;
  }
  .conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .switch-content{
    margin-top: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .conteneurCookie.preference .texte-preference .menu-cookie-preference .menu-cookie-preference-btn-desc .menu-cookie-preference-btn .menu-cookie-actif{
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/**** PAGE CONTAINERS ****/

.site-nav-transition { overflow: hidden;}

.Page {
    position: absolute;
    display: block;
    margin: auto;
    height: 100%;
    text-align: center;
    width: 100%;
}

header { 
    top: 0px;
    left: 0px;
    text-align: left;
    display: block;
    z-index: 999999 !important;
    position: absolute;
    margin: auto;
    width: 100%;
}  

.container { 
    width: 924px !important;
    margin: auto; 
    background-color: white;         
    padding: 50px 50px 0px 50px;
    display: block;
    position:relative;
    height:100%;
}

.Menu { width: 924px; border-bottom: 1px solid #f15922;  clear:both;  }

.Menu li { margin-right: 20px; top: -6px; position: relative; font-size: 14px; display: inline-block; }
.Task .Text p,
.Menu li a { display: block; z-index: 999; color: #f15922 !important; }
.Menu li p { display: inline; padding:0px; margin:0px; }


/**** GENERAL ****/
a, input, select, textarea {outline:none; text-decoration:none; }
a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
a, a:visited { text-decoration: none!important; }
:focus {outline: 0;}
ul {list-style-type:none; margin: 0px; padding: 0px; }
a:hover, a:active, a:focus { outline: 0!important;}
::-moz-selection{ color:#fff; background:#19C1C3; }
::selection { color:#fff; background:#19C1C3; }
p {margin-bottom:15px; }
span { font-weight:700; }
small { letter-spacing:0.2em; font-size:11px; }
.clear { clear: both; }
.normal { font-weight: normal; }
.pull-right { margin-left:12px; }
.pull-left { margin-right:12px; }
.center { text-align:center; margin: 0 auto; }
.right { text-align:right; margin: 0 auto; }
hr { border-top:1px solid #ccc; border-bottom:0; }
blockquote { border-left:3px solid #2BA6CB; }

.big {font-size: 100px; }

.floatL { float: left;}
.floatR {float: right; }
    
.FixedContent { position: fixed; top:235px; bottom:0px; width:100%; height:100%; z-index:99999; }

.BigFont { font-size: 1.6em; font-weight: bold; }

.well {
	background-color:#D3CDC4;
	border:0px none;
	margin-top:10px;
}
.icons{list-style-type:none;margin:0}
.icons li [class^="icon-"],.icons li [class*=" icon-"]
{
    display:inline-block;
    width:1.2857142857142858em;
    text-align:center;
    margin-left:-3px;
    margin-right:4px;
}

html, body, img, li, dt, dd, pre, form, fieldset, textarea, input, select, option, button {
    margin: 0px;
    padding: 0px;
}

.UpperFont {text-transform:uppercase;}

/* Padding */
.pad25 { padding-top:25px; }
.pad15 { padding:15px; }
.pad10 { padding:10px; }
.pad5 { padding-top:5px; }
.Textpad { padding: 30px 20px; }

/* Margins */
.M-10 { margin: 10px; }
.Mtop5 { margin-top: 5px; }
.Mbot10 { margin-bottom:10px; }
.marg-left5 { margin-left:5px; }
.marg-right5 { margin-right:5px; }
.but_marg { margin-left:3px; }

/**** LINKS ****/
a {
    text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
	font-weight: bold;
}

a,
.Textpad span,
.BlueText, span.BlueText, a.BlueText { color: #65BCC4 !important;}

a:hover {color: #555; text-decoration: none; }

a.BlueText { text-decoration: underline !important; }

.OrangeText { color: #F15922; text-align: left ;}

/**** BUTTONS ****/
.btn{ 
	border:0;
	-webkit-transition:background-color .4s ease-in;
    -moz-transition:background-color .4s ease-in;
    -o-transition:background-color .4s ease-in;
    transition:background-color .4s ease-in;
}

.label, .badge {text-shadow: none; }

/**** TYPOGRAPHY ****/
h1,h2,h3,h4,h5,h6 { font-weight:300; letter-spacing:-0.25px; }
h1.title {  font-size:40px; line-height:35px; font-weight:700; margin-bottom:35px; text-align:left;}
h1 { font-size: 24px; line-height:40px; font-weight: bold; }
h2 { font-size: 21px;  line-height:28px; }
h3 { font-size: 18px; line-height:25px; }
h4 { font-size: 16px; line-height:25px; margin-bottom:10px; }
h5 { font-size: 15px; line-height:22px; margin-bottom:10px; }
h6 { font-size: 14px; line-height:22px; margin-bottom:10px; }
h1.intro {  line-height:40px; font-weight:300;}
.lead { font-size:18px; line-height:24px; }
.font16 { font-size: 16px; font-weight: bold;text-align: left; }
.font24 { font-size: 24px; font-weight: bold; }

/*-----------------------------------------------------------------------------------*/
/*	HEADER Content
/*-----------------------------------------------------------------------------------*/
.welcome_index, .EvenementContent, .MTop .ContactContent{ width:33.333333%; line-height: 23px;}

.ContactContent, .EvenementContent  {
    z-index: 99999;
    bottom: 0px;
    left: 0px;
    top: 0px; 
    height: 100%;
    position: absolute;
    line-height: 23px;
}
.LeftSide .ContactContent { width: 100%; }

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

.ContactBlock {    z-index: 99999;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.EvenementContent { overflow:scroll  }
    
.LineHeight { line-height: 23px; }
.OrangeGradient {
    color: #ffffff;
    background: rgb(239,93,37); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNWQyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjRlMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(239,93,37,1) 0%, rgba(198,78,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,93,37,1)), color-stop(100%,rgba(198,78,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(239,93,37,1) 0%,rgba(198,78,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(239,93,37,1) 0%,rgba(198,78,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(239,93,37,1) 0%,rgba(198,78,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(239,93,37,1) 0%,rgba(198,78,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5d25', endColorstr='#c64e20',GradientType=0 ); /* IE6-8 */
}

/**** LOGO****/

.logo {  width: 278px !important; height:81px; float: left; display: inline-block; }
.logo img { width: 100%;  }

.logo a
{
	webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
    display: inline-block;
}


.logo img{ width: 100%; }

/*-----------------------------------------------------------------------------------*/
/*	MENU EVENEMENTS*/
.menu_affiche {
    position: relative;
    float: right;
    display: inline-block;
    width: 580px;
    height: 100%;
    right:10px;
    z-index: 999;
}

nav[role=navigation]{
	width: 100%;
	display: inline-block;
	position: relative;
	clear: both;
}
.nav {margin-top: 12px;}
.menu_wrap { float:right; margin-top: 0px; display: block;z-index: 999; }

.menu_wrap .nav li a {
	display: inline-block;
	text-align: center;
	width:100%;
    color: #65bcc4;
    font-size: 10px;
    font-weight:bold;
    z-index: 9999999;
}

.menu_wrap .nav > li .MenuIconText { 
	display: block; height:20px; margin: 2% auto;
}

.menu_wrap .nav > li  .MenuIconText img { height:100%; width: auto; }

.menu_wrap .nav > li .MenuIcon { 
	width: 35%;
	height: auto;
	display: inline-block;
	position: relative;
}
.menu_wrap .nav > li .MenuIcon img { width: 100%; }

.menu_wrap .nav > li .MenuText { display: block; vertical-align: top; margin: 0px 3%; }
#main_menu { width: 100%; }
#main_menu span  
{
    display: block; 
    font-size: 18px;
    font-weight: bold;
    color: #f15922;
    margin: 0px 0px 0px 40px;
}

.MenuBorder { border: 6px solid #ef5d25; }


.smallArrow { width: 11px; height: 14px; margin: 0 8px 0px 0px;  padding: 0px; position: relative; top: 1px; display: inline-block; }
.smallArrow img { width: 100%; }

.MenuBorder .Avenir { width: 130% ; position:absolute; left: -18px; top: -35%;  }

.Evenements .MenuIcon .Avenir { width: 100% ; position:absolute; left: -5%; /*left: 3px;*/ top: -2px; }

.Avenir img { width: 100%; }

/*-----------------------------------------------------------------------------------*/
/*	PAGES layout
/*-----------------------------------------------------------------------------------*/
.inner-block {
    width: 924px;
    position: relative;
    height: 100% !important;
    margin: auto;
    text-align: left;
    padding: 0px 50px;
    display: inline-block
}

.PageContainer {
    background:#ffffff;
}

.LeftSide, .RightSide {
        height: inherit;
        vertical-align: top;
        float: left;
        overflow: auto;
        position: relative;
        height: 100%;
        z-index: 99;
    }

.LeftSide { width: 33.33333%; }
.RightSide { width: 66.66666%; }

.BorderRight { border-right: 1px solid #f15922; }

.Orangeline  
{
    width: 1px;
    background-color: #f15922;
    position: absolute; 
    bottom:10px;
    top:10px;
    margin-left: 33.333%;
    z-index: 99;
    left: -1px;
}
    
.BorBot { border-top: 1px solid #f15922; border-bottom: 1px solid #f15922; padding: 0px 10px; display:block;  margin-bottom:-1px;}

.LeftSide .inner-Wrap {  padding: 0px 20px 0px 0px;}
.RightSide .inner-Wrap { padding: 20px 50px; }

.Box { display:inline-block; }

/*-----------------------------------------------------------------------------------*/
/* TASKS LIST */
/*-----------------------------------------------------------------------------------*/
.Task {
	background-color: #e3e1e1;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	position: relative;
	width:100%;
	margin-bottom:1px;
	display: table;
	border:1px solid white;

	background: rgb(250,250,250); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(219,219,219,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(219,219,219,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(219,219,219,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(219,219,219,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(219,219,219,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(219,219,219,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dbdbdb',GradientType=0 );
}

.TaskDone { background: #645e5e; color: #fff; border: none;}
.TaskDone:hover p { color: #fff; }

.Task .Text {
    display: table-cell;
    margin: 0px;
    padding: 0px 18px 0px 0px;
    text-align: left;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    font-size:10px;
}
    
.Task .Text p  {
    overflow: hidden;
    margin: 0px;
    padding:0px;
    vertical-align: middle;
}

.Checkbox { width: 26px; height: 25px; margin: 5px 2px 5px 8px; display: inline-block; float: left; top: -1px; position: relative; }
.Checkbox img { width: 100%;  }

.Arrow { width: 11px; height: 15px; position:absolute; right: 8px; top: 10px; }
.Arrow img { width:100% }

.Task_Done { background-color: #676362 }

.TaskDescrip_Wrap { font-size:12px; height:100%; }

.TaskDescrip_Wrap .Title  
{
    color: #f15922; 
    font-size: 22px; 
    font-weight: bold; 
    margin-right: 65px; 
    margin: 10px 10px 10px 0px;
    display: inline-block;
    float: left;
    padding-right: 80px;
}

.TaskDescrip_Wrap .Description { clear: both; margin-right: 20px; }
.TaskDescrip_Wrap .Description p img{ margin: 0px 5px 0px 0px; }

.Illustration { width: 218px; height: 160px; margin:10px auto 5px auto; }
.Illustration img { width: 100%; }

.PourCommencer 
{
    top: 48%;
    position: absolute;
    display: inline-block;
    text-align: center;
    width:100%;
    left:0px;
    }

.Termine-cochez  
{
    width: 54px; 
    height: 70px; 
    cursor: pointer; 
    display: inline;
    position: absolute;
    top: 10px;
    right: 10px;
    }

.Termine-cochez img { width: 100%; }


/* TaskList -------------------------------------------------------*/

.Wrap { display: inline-block; margin:auto; position: relative; text-align: center}

.TaskWrapper  
{
    position:relative; 
    display: block;
    font-size:12px; 
    text-align: center;
    padding-top: 20px;
    width: 265px;
    }
    
.TaskWrapper .ProgressBarWrapper  
{
    position: relative;
    margin-bottom: 30px;
    margin-left: 11%;
    /*margin-left: 30px;*/
    padding-bottom: 5%;
    display:block;
    font-size: 1em;
    }

.TaskWrapper .inner-progress-bar {
    position: absolute;
    width: 31%;
    left: 28.50%;
    text-align: left;
    padding-right: 10%;
    overflow: hidden;
    top: 37.8%;
    height:26%;
}
.inner-progress-bar .progress-bar  
{   
    background-color: #64BCC6;
    height: 100%;
    display: inline-block;
    position: relative;
}         
.TaskWrapper .ProgressBar  
{          
    display:inline-block;
    position: relative;
    margin-top: 13%;
    left: 3%;
    width: 100%;
}
 
.ProgressBar img.Bar { width:100%; }

.progress-barArrow { 
    width: 8.5%;
    margin-left: -1px;
    display: inline-block;
    position: absolute;
    height: 100%;
}
        
.TaskWrapper .MenuIcon { width:25%; top:-8%; left: -11%; position: absolute; }
.TaskWrapper .MenuIcon img { width: 100%; }

.TaskWrapper .MenuText 
{   
    position: absolute;
    top: 66%;
    font-weight: bold;
    color: #65BCC4;
    text-align: left;
    left: 17%;
    margin-right: 4%;
    font-size: 87%;
    display: block;
    }
    
.TaskWrapper .MenuText img{ width: 100%;}

.TaskWrapper .BlueArrow { width: 22px; height: 29px; position: absolute; top: 35px; right: 0px; }
.TaskWrapper .BlueArrow img{ width: 100%;}

.TaskWrapper .MenuIconText  
{
    width: auto;
   height: 28px;
    position: absolute;
    top: 0px;
    text-align: left;
    left: 15%;
}

.TaskWrapper .MenuIconText > img { height: 100%; max-width: auto !important; width: auto !important;}


.TaskWrapper .OrangeText { margin:0px 10px 20px 0px;}
.EtesVousSatisfait { width: auto; height: 28px; }

.TaskList { text-align:left; margin-right: -5px; clear: both}

.imgLink { height: 24px ;}

.WhiteText { color: white; font-size: 15px; font-weight: bold; }

.TaskWrapper .smallArrow { top: -3px; }

.Pourcentage,
.Afaire,
.TaskNo { position: absolute; top: 7%; text-align: center; }

.Pourcentage { left: 9%;width: 17%; }

.Afaire  {right: 20%; width:22%; text-align: right; }
    
.TaskNo { right: 3%; width: 12%;}


.TaskWrapper .ProgressBarWrapper:first-child { margin-top: 20px}
.TaskWrapper .ProgressBarWrapper:last-child { margin-bottom: 0px}

li .Select {
    -moz-transform: rotate(90deg);  /* FF3.5/3.6 */
    -o-transform: rotate(90deg);  /* Opera 10.5 */
    -webkit-transform: rotate(90deg);  /* Saf3.1+ */
    transform: rotate(90deg);  /* Newer browsers (incl IE9) */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*-----------------------------------------------------------------------------------*/
/*	CSS3 ANIMATIONS
/*-----------------------------------------------------------------------------------*/

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

/*------------------------------------------------------------------------------*/
/** SLIDER
/*------------------------------------------------------------------------------*/

#bxloader { top: 50px; width:100px; height:130px; display:inline-block; float:left;}

.bx-wrapper .bx-viewport {
	display: table; z-index:999999;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #a8a8a8;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #676363; }

.bx-pager { position:absolute; bottom: -20px; text-align:center; display: none;}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-controls  {
    text-align: center; 
    position: absolute;
    bottom: 0px;
    top: 0px;
    width: 580px;
}
    
.bx-controls-direction  {
    position: relative;
    height: 100%; display: inline-block; width: 100%; position: relative;
}

.bx-prev,
.Icon-ArrowOrangeBack { position: absolute; left: -20px; bottom: 50%; }

.bx-next,
.Icon-ArrowOrangeNext { position: absolute; right: -20px; bottom: 50%; }

.bx-prev, .bx-next,
.Icon-ArrowOrangeBack,
.Icon-ArrowOrangeNext { width: 21px; height: 28px; /*top: 45px;*/ }

.bx-prev img, .bx-next img,
.Icon-ArrowOrangeBack img,
.Icon-ArrowOrangeNext img { width: 100%; height: 100%; }

/*-----------------------------------------------------------------------------*/
/* Carousel */
/*-----------------------------------------------------------------------------*/

    .carouselPicture  
    {
        height: 77%;
        width: 100%;
    }

    .carouselPicture .carousel-inner { 
        height: 100%;
        bottom: 0px;
        width: 667px;
        left: 33.333333%;
       position: absolute;
        margin: 0px;
    }
      
    .carouselPicture .carousel-inner .item {
        width: 100%;
        height: 100%;
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -ms-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
    }

    .carouselPicture .active.left {
        left:0px;
        opacity:0;
        z-index:2;
      }

.image-fill /* --- responsive-images ---*/	{
    width: 100%;
    background-position: middle right;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-repeat: no-repeat;
}

/*-----------------------------------------------------------------------------*/
/*-- Questionnaire done - ColorBox ----------------- */
/*-----------------------------------------------------------------------------*/
.Cont-Block { display: inline-block; }

.Left,
.Right { width: 49% !important; border: 1px solid white; display: inline-block; float:left; }

.Left { border-right: 1px solid #ef5714;  }

.bckGray  {
    background-color: #676263; 
    padding: 20px 35px; 
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    }

.Commentaire  
{
    resize: none;
    width: 388px; min-width: 388px; max-width: 388px;
    height: 90px; min-height: 90px; max-height: 90px;
    border:1px solid #F15A22;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0px;
    font-family: Arial;
}

.ControlBTN  
{
    display: block;
    margin: 10px 45px 0px 45px;
}
.ControlBTN .Btn-Orange
{
    margin: 5px 0px;
    display: inline-block;
    width: 100%;
}

.Btn-Orange 
{
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform:uppercase;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 10px;
    border: none;

    background: rgb(199,74,26); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3NGExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTU5MjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(199,74,26,1) 0%, rgba(241,89,34,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(199,74,26,1)), color-stop(100%,rgba(241,89,34,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(199,74,26,1) 0%,rgba(241,89,34,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(199,74,26,1) 0%,rgba(241,89,34,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(199,74,26,1) 0%,rgba(241,89,34,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(199,74,26,1) 0%,rgba(241,89,34,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c74a1a', endColorstr='#f15922',GradientType=1 ); /* IE6-8 */}

.Btn-Orange:hover { color: white; }

.CheckBox
{
    width: 17px; 
    height: 17px; 
    text-align: center; 
    display: inline-block;
    background-image: url(../images/Checkbox.gif);
    cursor: pointer;
    position: relative;
    margin-top: 3px;
    background-position: -1px -1px;
    float: left;
    left: -15px;
 }

.checked { background-position: -1px -20px; }

.ItemList { margin-top: 30px;text-align: left;}
.ItemList li  {
    display: block;
    margin: 0px 0px 8px 0px;
    font-size: 13px;
    }
    
.CommentWrap { padding: 0px 15px; display: inline-block; clear:both; text-align:center; }

.CommentWrap .BlueText { text-align: left; padding-left: 10px; }

.SideMenu, .WelcomePhone { display: none; }

.hidden
{
    display: none;
}

.partenaires { margin-top: 20px;margin-right: 50px ;/*margin-left: 20px;margin-right: 20px;*/ }
.w50 { width: 60%; margin: auto; }
.w50 img { width: 100%; margin: 5px 0px; }