@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/* ============= General Rules =========== */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


body {
    font-size: 13px;
    position: relative;
}

a:focus {
    outline: none;
}


html {
    -webkit-font-smoothing: antialiased;
}

*:focus, .btn:focus {
    outline: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

p {
    font-size: 1em;
}

p i {
    margin-right: 5px;
}

p.list {
    margin: 20px 0;
}

p.end-section {
    margin-bottom: 20px;
}

a {
    font-size: 1em;
    color: inherit;
}

a:hover {
    font-size: 1em;
    cursor: pointer;
    color: inherit;
    text-decoration:none;
}

a:focus {
    font-size: 1em;
    text-decoration: none;
}

.nav-tabs a,
.nav-tabs a:hover,
.nav-tabs a:focus {
    /* font-size: 0.9em; */
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 400;
}

ul, li { list-style: none;margin:0; padding: 0; }

i.fa, .fa:hover {
    text-decoration: none;
}

.c-border-top {
    margin-top: -1px;
}

.full-container {
    padding: 45px 30px;
}

header .full-container {
    padding: 0 30px;
}

.container {
    padding-top: 45px;
    padding-bottom: 45px;
}

.questionNumberContainer {
    text-align: center;
}
@media(min-width:768px) {
    .container,
    .container.questionContainer form .container-wrapper {
        width: 750px;
        margin: 0 auto;
    }
    .questionBody {
        margin:20px 50px !important;
    }
    .questionNumberContainer {
        text-align: right;
    }
}
@media(min-width:992px) {
    .container,
    .container.questionContainer form .container-wrapper {
        width: 970px;
    }
}
@media(min-width:1200px) {
    .container,
    .container.questionContainer form .container-wrapper {
        width: 1170px;
    }
}

.container.questionContainer {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}
.container.questionContainer img {
    width: initial;
}

.container.questionContainer img.logo {
    max-width: 200px;
}

.questionContainer .alert-success {
    background-color: #35feb2;
    border-color: #35feb2;
}
.container.no-space {
    padding-top: 0;
    padding-bottom: 0;
}

.container.no-space-bot {
    padding-bottom: 0;
}

.container > .row.no-space {
    padding-top: 0;
    padding-bottom: 0;
}

.container > .row.no-space-bot {
    padding-bottom: 0;
}

.container > .row {
    padding-top: 30px;
    padding-bottom: 30px;
}


.container > .row .main-el {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bold {
    font-weight: 700;
}

.semi-bold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.light {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.justify {
    text-align: justify;
}

h4.sep .line {
    height: 1px;
    background: grey;
    line-height: 20px;
    display: inline-block;
    width: 50px;
    margin-bottom: 5px;
}

.photo img, .image img {
    width: 100%;
}

.video-frame {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

.video-frame.box {
    padding-bottom: 56.3%;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.vis-1000 {
    display: none;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
}

*:first-child + html .clearfix {
}
/* IE7 */

.clear-left {
    clear: left;
}

section.contentwhite-part.nomargin-bottom,
section.contentwhite-part.nomargin-bottom .container div {
    margin-bottom: 0;
    padding-bottom: 0;
}

.clr { clear: both;visibility:hidden; }

/* ============== CUSTOM UI ================== */

.fle {
    display:inline-block;
    width:7px;height:10px;
}

.fle-right {
    background:transparent url('../../imgs/templates/fle.png') center center no-repeat;
}

.fle-down {
    background:transparent url('../../imgs/templates/fle.png') center center no-repeat;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.fle-left {
    background:transparent url('../../imgs/templates/fle.png') center center no-repeat;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.fle-up {
    background:transparent url('../../imgs/templates/fle.png') center center no-repeat;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}

.space-left { margin-left: 5px; }


/* ============== CUSTOM ================== */

#main {
    position:relative;
    font-weight:300;
}

#main .row {
    margin-left:0px;
    margin-right:0px;
}

section.head-part {
    position: absolute;
    border: 0;
    background-color: #fff;
    width:100%;
    top:0px;
    left:0px;
    z-index:10000;
}

section.head-part .container.line1 {
    padding: 25px 0px 25px 0px;
}

section.head-part .logo { display:inline-block;float: left; }

section.head-part .subli-label {
    float: left;
    display: inline-block;
    margin:30px 0px 0px 5%;
}

section.head-part .subli-label p {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #478bca;
}

section.head-part .subli-label img {
    display: inline-block;
    margin:-16px 0px 0px 12px;
}

.header-tools {
    margin:40px 0px 0px 0px;
    float:right;
    position: relative;
}

.header-tools a.help-center {
    color: #283848;
    font-weight: 700;
    float: left;
    margin-right: 50px;
}
.header-tools a.help-center:hover { color: #13a99d; }

.header-tools .nav-lang {
    cursor: pointer;
    float: right;
    position:absolute;
    top:-2px;
    right:0px;
    text-align:right;
    width:50px;
    z-index: 1000;
}

.header-tools .nav-lang ul li {
    margin-left: 0;padding-left: 0;
    text-transform: uppercase;
    font-size: 12px;
    display:block;
    text-align:right;
    margin:5px;
}
.header-tools .nav-lang ul {
    position:absolute;
    top:20px;
    left:-100px;
    display: none;
    width:150px;
    margin-top:5px;
    border-top:1px solid #e9ebec;
    padding:5px 0px 5px 0px;
    background-color: #fff;
}

.header-tools .nav-lang:hover ul {
    display: inline-block;
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
.nav-part .nav-gohome {
    display:block;
    float:left;
    width:50px;
    height:60px;
    margin:0 1px 0 0;
    padding:15px 0 0 15px;
    position:relative;
    border:0;
    border-radius: 0px;
    font-size:30px;
}
.nav-part .nav-gohome:hover {
    color: #13a99d;
}


.nav-part {
    background-color: #e9ebec;
    height: 60px;
}

.extranet .nav-part {
    background-color: #293948;
    color:#13a99d;
    height: 60px;
}

.nav-part .container {
    padding:0;height: 100%;
}

/* Niveau 1 */
ul.nav { padding:0;margin:0;height: 100%;float:left; }
ul.nav > li {
    float:left;
    margin:0;
    padding:0;
    height: 100%;
}
ul.nav > li a {
    margin:0;
    padding:16px 10px 16px 30px;
    /*font-size:14px;*/
    font-size:13px;
    font-weight:700;
    text-transform: uppercase;
    line-height: 16px;
    height: 100%;
}

ul.nav .open>a, ul.nav .open>a:active, ul.nav .open>a:focus,
ul.nav li.dropdown:hover > a,
ul.nav li a:hover,
ul.nav li a.on,
ul.nav li a.on:hover {
    background:#293948 url('../../imgs/templates/nav-plus.png') 5px center no-repeat;
    color:#13a99d;
}

.extranet ul.nav .open>a, ul.nav .open>a:active, ul.nav .open>a:focus,
.extranet ul.nav li.dropdown:hover > a,
.extranet ul.nav li a:hover,
.extranet ul.nav li a.on,
.extranet ul.nav li a.on:hover {
    background:#e9ebec url('../../imgs/templates/nav-plus.png') 5px center no-repeat;
    color:#000000;
}


ul.nav .dropdown-menu {
    border:0;
    box-shadow: 5px 10%;
}
/* Niveau 2 */
ul.nav ul {
    margin:0px 0px 0px 0px;
    padding:0;
}
ul.nav ul li {
    float:none;
}
ul.nav ul li a {
    float:none;
    display:block;
    margin:0;
    padding:15px 30px 15px 10px;
    /*font-size:14px;*/
    font-size:13px;
    background:#ffffff url('') calc(100% - 10px) 17px no-repeat;
    color:#283848;
}
ul.nav ul .open>a, ul.nav ul .open>a:active, ul.nav ul .open>a:focus,
ul.nav ul li.dropdown:hover > a,
ul.nav ul li a:hover,
ul.nav ul li a.on,
ul.nav ul li a.on:hover {
    background:#13a99d url('') calc(100% - 10px) 17px no-repeat;
    color:#ffffff;
}

.nav3 {

    border-color:#ff0000;
    background-color: #fff;
    padding:0;margin:7px auto;
    z-index:10000;
}

.nav3 button {
    position:absolute;
    top:0;
    left:0;
    z-index: 10000;
    width:100%;
    border-radius: 10px;
    background-color: #fff;
    border:1px solid #e9ebec;
    background:#ffffff url('../../imgs/templates/nav3.png') calc(100% - 10px) 11px no-repeat;
    color:#283848;
    font-size:15px;
    text-align:left;
    padding-right:20px;
    padding-left: 20px;
}

.nav3 button.active, .nav3 button.active:hover,
.nav3:hover button {
    background:#ffffff url('../../imgs/templates/nav3-active.png') calc(100% - 10px) 15px no-repeat;
}

.nav3 ul {
    position:absolute;
    display:none;
    z-index: 9999;
    width:100%;
    border-radius:0;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    background-color: #fff;
    box-shadow: none;
    top:25px;
    left:0px;
    padding-top:20px;
    list-style:none;
    border:1px solid #e9ebec;
}

.nav3 ul li {
    border-bottom: 1px solid #e9ebec;
    list-style:none;
    background:#fff url('');
    white-space: pre-wrap;
    padding:5px 5px 5px 20px;
    margin:0;
}
.nav3 ul li:last-child {
    border: 0;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}
.nav3 ul li a {
    text-decoration:none;
    font-weight: 100;
    white-space: normal;
    font-size:14px;
}
.nav3 ul li:hover,
.nav3 ul li a:active,
.nav3 ul li a:hover {
    background-color: transparent;
    color: #13a99d;
}
.nav3 ul li a:focus {
    background-color: transparent;
    color: #13a99d;
    font-weight: 400;
}

/* ============== CUSTOM ACCOUNT ================== */
.account{
   position: relative;
   float:right;
   margin-top:10px;
}
.account .connected,
.account a.login, .account a.signup {
    position:absolute;
    top:0px;
    left:0px;
    display:block;
    height:40px;
    padding:10px 8px 0px 36px;
    margin:0;
    border:0;
    border-radius: 22px;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 700;
    text-decoration:none;
}

.account a.login {
    z-index: 2;
    background: #2c3848 url('../../imgs/templates/account.png') 8px center no-repeat;
    color:#fff;
}
.account a.signup {
    position:relative;
    height:36px;
    margin-top:2px;
    padding:8px 8px 0px 96px;
    background-color: #6b717e;
    color: #2c3848;
    right:0px;
    text-align:right;
}
.mce-content-body div.account {
    float:none;
    display:table;
    margin:20px auto;
}
.mce-content-body div.account.extract {
    float:none;
    display:inline-block;
    margin-top:-10px;
}
.mce-content-body .account.extract a.login {
    position:relative;
    padding:11px 10px 0px 36px;
    white-space: nowrap;
    margin:0;
}
.mce-content-body .account.extract a.signup {
    position:relative;
    padding:8px 10px 0px 10px;
    white-space: nowrap;
    margin:0;
}
.account .connected {
    position:relative;
    background: #fff url('../../imgs/templates/account.png') 12px center no-repeat;
    color:#2c3848;
    font-weight:300;
    padding:12px 40px 10px 40px;
    cursor:pointer;
    border:1px solid #e9ebec;
    border-bottom:0;
    display:inline-block;
}
.account .connected:after {
    content: '';
    position:absolute;
    background: #fff url('../../imgs/templates/account-nav.png') center center no-repeat;
    display:inline-block;
    width:12px;
    height:12px;
    top:15px;
    right:12px;
}
.account ul {
    position:absolute;
    width:100%;
    display:none;
    margin:0px auto;
    background-color: #fff;
    border-radius:0;
    border-bottom-right-radius:22px;
    border-bottom-left-radius:22px;
    text-align:center;
    border:1px solid #e9ebec;
    border-top:0;
}
.account:hover ul {
    display:block;
}
.account ul li {
    margin-bottom:5px;
}
.account ul li a {
    font-weight:700;
}
.account ul li a:hover {
    color:#13a99d;
}
.account:hover .connected {
    display:block;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}
div.bloc-account {
    float:none;
}
.bloc-account .blocpicto {
    float:none;
}
/* ============== CUSTOM UI ================== */
a.button,
button {
    display:inline-block;
    padding:12px 40px;
    margin:0;
    background-color: #13a99d;
    border:0;
    border-radius: 22px;
    color:#fff;
    text-transform: uppercase;
    font-size:14px;
    font-size:13px;
    line-height:14px;
    line-height:13px;
    font-weight: 700;
    text-decoration:none;
}
a.button:hover, button:hover {
    background-color: #293948;
}
a.button.green, button.green { background-color: #13a99d;color:#fff; }
.button.green:hover, button.green:hover { background-color: #293948;color:#fff; }
a.button.green2, button.green2 { background-color: #13a99d;color:#283848; }
.button.green2:hover, button.green2:hover { background-color: #f9d353;color:#283848; }
.button.grey, button.grey { background-color: #e9ebec;color:#283848; }
.button.grey:hover, button.grey:hover { background-color: #293948;color:#f9d354; }
.button.blue, button.blue { background-color: #1b2630;color:#fff; }
.button.blue:hover, button.blue:hover { background-color: #1b2630;color:#13a99d; }

.button.blue > span {
    vertical-align: middle;
    margin-right: 5px;
}

.button.disabled, button.disabled,
.button.disabled:hover, button.disabled:hover { background-color: #cccccc;color:#999999; }

.button.download:after {
    content: '\f019';
    display:inline-block;
	font:normal normal normal 18px/1 FontAwesome;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
    margin-left:10px;
}

div.sep {
    display:inline-block;
    width: 40px;
    height:4px;
    line-height:4px;
    background-color: #ffd200;
    border-radius: 2px;
    margin:10px 0px;
}

span.info {
    font-size:1.2em;
    cursor: pointer;
}
span.info:hover {
    color:#13a99d;
}

span.boldGreen {
    font-weight: 700;
    color:#13a99d;
}

.bordered {
    border: 1px solid #cccccc;
}
.form-group.concatbtn * {
   display:block;
   float:left;
}

.form-group.concatbtn input {
    display:inline-block;
    padding:15px 40px 15px 15px;
    margin:0;
    background-color: #fff;
    border:0;
    height:44px;
    border:0;
    border-top-left-radius:10px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:10px;
    color:#333;
    font-size:14px;
    line-height:14px;
    font-weight: 400;
    font-style:italic;
    box-shadow:none;
}
.form-group.concatbtn button {
    display:inline-block;
    padding:15px 15px 15px 15px;
    margin:0;
    background-color: #1b2630;
    border:0;
    height:44px;
    border-top-left-radius:0px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:0px;
    color:#13a99d;
    text-transform: uppercase;
    font-size:18px;
    line-height:14px;
    font-weight: 700;
    text-decoration:none;
}
.form-group.concatbtn button:hover {
    background-color: #f9d354;
    color:#1b2630;
}

ul.nav-tabs {
    border-bottom:1px solid #283848;
    padding:0;
    margin:0;
}

ul.nav-tabs li,
ul.nav-tabs li:hover {
    padding:0;
    margin:0 1px 0px 0px;
    list-style: none;
    background:#fff url('');
    border-radius:0;
    text-align:center;
    border:1px solid #283848;
    border-bottom:0;
    border-top-right-radius:22px;
    border-top-left-radius:22px;
}

ul.nav-tabs li a {
    display:block;
    padding:10px 15px;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none;
    border:0;
}

ul.nav-tabs li.active {
    background-color:#13a99d;
    border-color:#13a99d;
}
ul.nav-tabs li.active a:focus,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a {
    background-color: transparent;
    color: #fff;
    border:0;
}

ul.nav-tabs li a:hover,
ul.nav-tabs li.active a:hover {
    background-color: transparent;
    border:0;
}

ul.nav-tabs li span.fa {
    margin-right:10px;
    font-size: 1.5em;
}

/* ==== CUSTOM / VIDEO PART === */

section.video-part {
    position:relative;
    width:100%;
    overflow:hidden;
    height: 500px;
}

section.video-part .container { margin:0 auto 0 auto;padding:0; }

section.video-part:before {
  content: '';
  position: absolute;
  width: 200%;
  height:100px;
  background-color: #283848;
  bottom: -30px;
  left:-20%;
  -webkit-transform: rotate(178deg);
  -moz-transform: rotate(178deg);
  transform: rotate(178deg);
}

section.video-part .hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    position: relative;
    opacity: 0;
    text-align:center;
}
section.video-part .hsContent {
    position:relative;
    margin: 0 auto 0 auto;
    vertical-align: middle;
    color: #ffffff;
    text-align: left;
    height: 500px;
    line-height: 500px;
}
section.video-part .bcg {
    overflow:hidden;
    background-color: #0d6995;
    background-position: center -120px;
    background-repeat: no-repeat;
    background-attachment:fixed!important;
    background-size: 115%;
    height: 100%;
    width: 100%;
}
section.video-part .bcg { background-image:url('../../imgs/templates/images/home-bg-video.jpg'); }
section.video-part .datas {
    display: inline-block;
    vertical-align: middle;
    /*opacity: 0;
    filter: alpha(opacity=0);
    *//* For IE8 and earlier */
}
section.video-part h1 {
    font-weight: 900;
    color: #fff;
    font-size:50px;
    letter-spacing:2px;
    text-shadow: 4px 4px #1b2630;
    opacity: 0;
    filter: alpha(opacity=0);
}
section.video-part p {
    font-size: 20px;
    line-height: 24px;
    margin:25px 0px 25px 0px;
    font-weight: 700;
    text-shadow: 2px 2px 5px #1b2630;
}

section.video-part a.play {
    display:block;
    font-size: 14px;
    line-height: initial;
    height:45px;
    font-weight: 100;
    background:transparent url('../../imgs/templates/play.png') left center no-repeat;
    padding: 3px 0px 0px 60px;
    text-shadow: 2px 2px 5px #1b2630;
}

/* ==== CUSTOM / NUMBER PART === */

section.numbers-part {
    position:relative;
    width:100%;
    background-color: #283848;
    text-align: center;
}

section.numbers-part .container { margin:0 auto 0 auto;padding:0; }

.number-block {
    display:inline-block;
    margin-bottom:20px;
    width:auto;
}

.number-block .number {
    position:relative;
    display:block;
    height:90px;
    overflow:hidden
}

.number-block .sep {
    display:inline-block;
    width: 40px;
    height:4px;
    line-height:4px;
    background-color: #ffd200;
    border-radius: 2px;
}

.number-block .text {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    margin-top: 5px;
}

/* ==== CUSTOM / INTRO PART === */

section.intro-part {
    position:relative;
    width:100%;
    background-color: #283848;
    text-align: center;
    overflow:hidden;
    padding:0px 0px 40px 0px;
}

section.intro-part .container { margin:0 auto 0 auto;padding:0;}

section.intro-part:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 200%;
  height:60px;
  background-color: #e9ebec;
  bottom: -40px;
  left:-20%;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  transform: rotate(1deg);
}

section.intro-part:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 200%;
  height:50px;
  background-color: #ccd0d4;
  bottom: -20px;
  left:-20%;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg);
}
section.intro-part .tweet_title {
    text-align:center;
    display:block;
}
section.intro-part .tweet_title h1 {
    display: inline-block;
    color: #fff;
    font-weight:700;
    font-size: 40px;
    padding:0px 5px;
}
section.intro-part .tweet_title h1 {
    width:80%;
}
section.intro-part .tweet_title a {
    display:block;
    color: #fff;
    font-weight:100;
    font-size: 12px;
    text-transform: uppercase;
}
section.intro-part .tweet_title a:hover { color: #13a99d; }

.box-custom .table {
   display: inline-block;
   width: 383px;
   background:#e9ebec url('../../imgs/templates/bordercran-right-bg.png') right top repeat-y;
   margin-top:60px;
}

.box-custom .table .rw {
   display: inline-block;
}
.box-custom .table .rw > div {
   display: table-cell;
   margin:0;
   vertical-align: top;
   height: 100%; line-height:100%;
}
.box-custom .table .rw .col1 { width: 366px; }
.box-custom .table .rw .col2 { width: 17px; }
.box-custom .table .row1 .col2 { background:transparent url('../../imgs/templates/bordercran-right-bg.png') left top repeat-y; }
.box-custom .table .row2 { height: 10px;line-height: 10px; }
.box-custom .table .row2 div { text-align:left; }
.box-custom .table .row2 .col1 { background:transparent url('../../imgs/templates/bordercran-bottom-bg.png') 41px top repeat-x; }

.box-custom .table .container-informations {
   position:relative;
   margin:0;
   padding:15px 5px;
}
.box-custom .table .container-informations h1 {
   color: #000;
    font-weight: 700;
    font-size: 32px;
}
.box-custom .table .container-informations h2 {
   display: inline-block;
   color:#13a99d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-color: #13a99d;
    border-style: solid;
    border-width: 3px 0px;
    padding: 8px 8px;
}
.box-custom .table .container-informations .sep {
    display:inline-block;
    width: 40px;
    height:4px;
    line-height:4px;
    background-color: #ffd200;
    border-radius: 2px;
    margin:10px 0px;
}
.box-custom .table .container-informations p {
    color: #333;
    font-weight: 100;
    font-size: 16px;
    line-height: 19px;
}
.box-custom .table .container-informations p b {
    font-weight: 700;
}
.box-custom .table .container-informations button {
   margin-top: 10px;
}
.box-custom .table .container-informations .img {
   position:absolute;
   top:0px;
}
.box-custom .table .container-informations .img.sticker-topleft {
   position:absolute;
   width: 145px;
   height: 210px;
   background: url('../../imgs/templates/sticker-test-topleft-box.png') left top no-repeat;
   top:-163px;
   left:-91px;
}
.box-custom .table .container-informations .img.sticker-topright {
   position:absolute;
   width: 146px;
   height: 220px;
   background: url('../../imgs/templates/sticker-label-topright-box.png') left top no-repeat;
   top:-82px;
   right:-112px;
}

/* ==== CUSTOM / OBJECTIF PART === */

section.objectif-part {
    position:relative;
    width:100%;
    background-color: #e9ebec;
    text-align: center;
}

section.objectif-part .container { margin:0 auto 0 auto;padding:0;}
section.objectif-part .row {
    padding-top: 10px;
}
section.objectif-part .box-custom {
    margin-top: 20px;
    padding:0;
}
section.objectif-part div h1,
section.objectif-part .tweet_title h1 {
    color: #283848;
    font-weight:700;
    font-size: 40px;
    padding:0px 5px;
}

section.objectif-part .tweet_title p {
    color: #333333;
    font-weight: 100;
    font-size: 16px;
    line-height: 18px;
}
section.objectif-part .tweet_title a {
    color: #333333;
    font-weight:100;
    font-size: 12px;
    text-transform: uppercase;
}
section.objectif-part div p a:hover,
section.objectif-part .tweet_title a:hover { color: #13a99d; }

section.objectif-part div p.linebold,
section.objectif-part div p.linebold * {
    font-weight: 700;
    color: #283848;
    font-size: 16px;
    line-height: 18px;
    text-transform: none;
}
section.objectif-part div p.linebold a {
    text-decoration: underline;
}

.box-custom.clear .table {
   background:#ffffff url('../../imgs/templates/bordercran-clear-right-bg.png') right top repeat-y;
   width: 315px;
}
.box-custom.clear  .table .rw .col1 { width: 298px; }
.box-custom.clear .table .container-informations {
   border-top:7px solid #283848;
}
.box-custom.clear .table .row1 .col2 { background:transparent url('../../imgs/templates/bordercran-clear-right-bg.png') left top repeat-y; }
.box-custom.clear .table .row2 .col1 { background:transparent url('../../imgs/templates/bordercran-clear-bottom-bg.png') 41px top repeat-x; }
.box-custom.clear .table .container-informations h1 {
    color: #283848;
    font-weight: 700;
    font-size: 32px;
}
.box-custom.clear .table .container-informations .img.sticker {
    position:absolute;
    width: 145px;
    height: 175px;
    top:-109px;
    left:calc(50% - 58px);
}
.box-custom.clear .table .container-informations .img.sticker.person {
    background: url('../../imgs/templates/sticker-person-box.png') left top no-repeat;
}
.box-custom.clear .table .container-informations .img.sticker.university {
    background: url('../../imgs/templates/sticker-university-box.png') left top no-repeat;
}
.box-custom.clear .table .container-informations .img.sticker.organization {
    background: url('../../imgs/templates/sticker-organization-box.png') left top no-repeat;
}
.box-custom.clear .table .container-informations ul {
    display:inline-block;
    margin-top: 10px;
}
.box-custom.clear .table .container-informations li {
    color: #333333;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align:left;
    margin: 0px 0px 10px 0px;
    padding:0px 0px 5px 35px;
    background: transparent url('../../imgs/templates/check.png') 5px 2px no-repeat;
}

/* ==== CUSTOM / COMMUNITY PART === */

section.community-part {
    position:relative;
    width:100%;
    background:#ffffff url('../../imgs/templates/wall-people.jpg') left top;
    text-align: center;
    overflow: hidden;
    height:500px;
}
section.community-part .overlay {
    position: absolute;
    z-index:1;
    background-color:#182330;
    height:100%;
    width:100%;
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}

section.community-part .container { margin:0 auto 0 auto;padding:0;position:relative;}
section.community-part .container .row {
    position:absolute;
    z-index:2;
    display:inline-block;
    top:0px;
    left:0px;
    width:100%;
    padding:130px 0;
    margin:0;
}

section.community-part .container .row div {
    display: inline-block;
    vertical-align: middle;
}

section.community-part h1 {
    color: #fff;
    font-weight:900;
    font-size: 40px;
    background:transparent url('../../imgs/templates/community.png') center top no-repeat;
    padding:90px 0px 0px 0px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

section.community-part p a {
    display:inline-block;
    font-weight: 100;
    font-size:16px;
    color: #fff;
    text-decoration: underline;
    margin-top:25px;
}

/* ==== CUSTOM / COMMUNITY HEADER PART === */

section.community-header-part {
    position:relative;
    width:100%;
    background:#00003f url('../../imgs/templates/images/community-map-bg.jpg') center top no-repeat;
    text-align: center;
    background-attachment:fixed!important;
    background-size: 115%;
    overflow: hidden;
    height:500px;
}
section.community-header-part .overlay {
    position: absolute;
    z-index:1;
    background-color:#182330;
    height:100%;
    width:100%;
    opacity: 0.30;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

section.community-header-part:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 200%;
  height:120px;
  background-color: #fff;
  border-top:14px solid #ccd0d4;
  bottom: -85px;
  left:-20%;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  transform: rotate(3deg);
}

section.community-header-part .container { margin:0 auto 0 auto;padding:0;position:relative;}
section.community-header-part .container .row {
    position:absolute;
    z-index:2;
    top:275px;
    left:0px;
    width:100%;
}

section.community-header-part .container .row div {
    display: inline-block;
    vertical-align: middle;
}

section.community-header-part h1 {
    color: #fff;
    font-weight:900;
    font-size: 60px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

section.community-header-part p {
    color: #fff;
    font-weight:100;
    font-size: 18px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

section.community-header-part p a {
    display:inline-block;
    font-weight: 100;
    font-size:16px;
    color: #fff;
    text-decoration: underline;
    margin-top:25px;
}

/* ==== CUSTOM / COMMUNITY BASE PART === */

.communitybase div {
    padding:0;
}

.contentwhite-part.communitybase .container > .row:first-child {
    padding:0;
    margin:0;
}

.contentwhite-part.communitybase .container > .row {
    padding:70px 0px 0px 0px;
    margin:0;
}

.communitybase .row .container > div {
    padding:0 0 0 0;
}

.communitybase div .nav3 {
    margin-top:70px;
    position:relative;
}
.communitybase .row .row {
    padding-top:70px;
}

/* ==== CUSTOM / COMMUNITY PERSON PART === */

.wallperson-container {
    padding:0;margin:0 auto;
}
div.wallperson-container > p {
    font-size:16px;
    font-weight:300;
}
ul.wallperson-nav { position:ralative; }
ul.wallperson-nav,
ul.wallperson-nav li {
    padding:0;margin:0;
    background-image: url('');
    border: 0;
}
ul.wallperson-nav li img { width:100%; }
ul.wallperson-nav { margin-top: -4px; }
ul.wallperson-nav li.active,
ul.wallperson-nav li {
    display:block;
    float: left;
    margin-right:2px;
    margin-bottom:2px;
    width: 106px;
    height: 106px;
    box-shadow: none;
    overflow:hidden;
}

ul.wallperson-nav li a:hover,
ul.wallperson-nav li a:active,
ul.wallperson-nav li.open a:focus,
ul.wallperson-nav li a {
    display:block;
    border:0;
    border-radius: 0;
    width:100%;
    height:100%;
    box-shadow: none;
}
.wallperson-content {
    left:0;
    position:absolute;
    z-index:10000;
    margin:2px 0px 10px 0px;
    width:100%;
}
.wallperson-content .toppointer {
    height:16px;
    background: #fff url('../../imgs/templates/pointer-info.png') 36px bottom no-repeat;
}
.wallperson-content div.wallperson-text {
    width: calc(100% - 2px);
    background-color: #11c1a2;
    color: #fff;
    padding:30px;
}
div.wallperson-text .introduction {
   color: #283848;
   font-size:18px;
   line-height:20px;
   font-weight:100;
}
div.wallperson-text .introduction span {
   font-weight: 700;
    display:block;
    font-size:20px;
    margin-bottom:5px;
}
div.wallperson-text .introduction .logo-organization {
    float:right;
    margin:0px 0px 10px 10px;
    width:auto;
    max-height:150px;
    max-width:290px;
    border:1px solid #283848;
}
.wallperson-content .label-organization {
    margin-top:15px;
}
.wallperson-content .label-organization img.label-category {
    float:left;
    width:auto;
    height:60px;
    margin-right:10px;
}
.wallperson-content .label-organization img.label-category :last-child {
    margin-right:0px;
}
.wallperson-content .citation {
    background: url('../../imgs/templates/citation-bottom.png') right bottom no-repeat;
    padding: 0px 45px 0px 0px;
    font-size:16px;
    font-weight:300;
    font-style:italic;
    clear: both;
}
.wallperson-content button.close {
    background: #11c1a2 url('../../imgs/templates/close.png') center center no-repeat;
    border:0;
    border-radius:0;
    display:block;
    position:absolute;
    width:30px;
    height:30px;
    top:0px;
    right:-12px;
    opacity: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px #999999;
}
.wallperson-content .citation a {
    display:block;
    text-align:right;
    font-weight:400;
    font-style:normal;
}
.wallperson-content .citation p {
    background: url('../../imgs/templates/citation-top.png') left top no-repeat;
    padding: 0px 0px 0px 45px;
}

/* ==== CUSTOM / COMMUNITY NAME PART === */

.wallname {
    margin-top:20px;
}
.wallname > div {
}

.wallname > div .wallname-content {
    text-align:center;
    width:100%;
    height: 140px;
    display: inline-block;
    vertical-align: middle;
    margin:0;padding:0;
}

.wallname > div .label {
     text-align:center;
    font-weight:700px;
    color: #283848;
    font-size: 16px;
    white-space: normal;
}
.wallname > div div {
    margin-bottom: 2px;
}
.wallname > div .sublabel {
     text-align:center;
    font-weight:300px;
    color: #283848;
    font-size: 16px;
    white-space: normal;
}
.wallname > div .linked {
    display:inline-block;
    width:24px;
    height: 24px;
    background: transparent url('../../imgs/templates/linked.png') center center no-repeat;
}
.wallname .wallname-content.light {
    display: inline-block;
    background: transparent url('../../imgs/templates/picto-green-128x128/light.png') center center no-repeat;
}
.wallname .wallname-content.write {
    display: inline-block;
    background: transparent url('../../imgs/templates/picto-green-128x128/write.png') center center no-repeat;
}
.wallname .wallname-content.map {
    display: inline-block;
    background: transparent url('../../imgs/templates/picto-green-128x128/map.png') center center no-repeat;
}

/* ==== CUSTOM / SLIDETEXT PART === */

section.slidetext-part {
    position:relative;
    width:100%;
    background-color: #283848;
    text-align: center;
    overflow:hidden;
    padding:0px 0px 100px 0px;
}

section.slidetext-part .container { margin:0 auto 0 auto;padding:0;}

section.slidetext-part:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 200%;
  height:120px;
  background-color: #ffffff;
  bottom: -20px;
  left:-20%;
  -webkit-transform: rotate(177deg);
  -moz-transform: rotate(177deg);
  transform: rotate(177deg);
}

section.slidetext-part:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 200%;
  height:90px;
  background-color: #d9dcdf;
  bottom: 0px;
  left:-50%;
  -webkit-transform: rotate(178deg);
  -moz-transform: rotate(178deg);
  transform: rotate(178deg);
}

section.slidetext-part .container-slides {
    width: 100%;
    margin: 50px 0px;
    position:relative;
}


section.slidetext-part .container-slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

section.slidetext-part .container-slides li {
  width: 100%;
  text-align: center;
  padding:0px 10px;
}

section.slidetext-part .container-slides h1 {
    color: #13a99d;
    font-weight:100;
    font-style: italic;
    font-size: 35px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

section.slidetext-part .container-slides h2 {
    color: #13a99d;
    font-weight:100;
    font-style: italic;
    font-size: 25px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

section.slidetext-part .container-slides a {
    display:block;
    font-weight: 100;
    font-size:16px;
    color: #fff;
    margin-top:25px;
}

/* ==== CUSTOM / SILITESTIS PART === */

section.sulitestis-part {
    position:relative;
    width:100%;
    background: #ffffff url('../../imgs/templates/sulitestis-bottom-bg.png') left bottom repeat-x;
    text-align: center;
    padding-bottom: 20px;
}

section.sulitestis-part .container {
    margin:0 auto 0 auto;
    padding:0;
    text-align:left;
    background: transparent url('../../imgs/templates/sulitestis-bg.png') center center no-repeat;

}
section.sulitestis-part .row div {
    margin:0;
    padding:0;
}
section.sulitestis-part h1 { font-weight: 700; color: #283848; }
section.sulitestis-part .sep { background-color: #13a99d; }
section.sulitestis-part ul {
    display:block;
    margin: 10px 0px;
}
section.sulitestis-part li {
    color: #283848;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align:left;
    margin: 0px 0px 10px 0px;
    padding:0px 0px 5px 35px;
    background: transparent url('../../imgs/templates/check2.png') 5px 2px no-repeat;
}
section.sulitestis-part li a {
    color: #13a99d;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align:left;
}

section.sulitestis-part .bloc-social {
    text-align:right
}

section.sulitestis-part .bloc-social > div {
    display: inline-block;
    float:right;
    width:340px;
    height:350px;
    overflow:hidden;
    border-bottom:1px solid #e9eaed;
    margin-left:10px;
}
section.sulitestis-part .bloc-social > div:first {
    margin-left:0px;
}

/* ==== CUSTOM / SOCIALSHARE PART === */
div.sharesocial-part {
    position:fixed;
    z-index: 100000;
    top:184px;
    right:0px;
    background-color: #e9ebec;
    display:block;
    padding:10px 10px;
    color:#283848;
    text-align:center;
}
div.sharesocial-part > span {
    display:block;
    color: #283848;
    font-size:12px;
}
div.sharesocial-part ul { display:inline-block;}
div.sharesocial-part ul li {
    margin-top:5px;
}
div.sharesocial-part ul li a {
    color:#fff;
    font-size:22px;
    color: #283848;
}
div.sharesocial-part ul li a:hover {
    color:#13a99d;
}

div.sharesocial-part.sharesocial-is-visible {
  visibility: visible;
  opacity: 1;
}
div.sharesocial-part.sharesocial-fade-out {
  opacity: .5;
}
div.sharesocial-part.sharesocial-top {
  top:60px;
}

/* ==== CUSTOM / CONTACT PART === */

section.contact-part {
    position:relative;
    width:100%;
    background: #283848 url('../../imgs/templates/contact-map-bg.jpg') center center no-repeat;
    text-align: center;
    padding:100px 0px 0px 0px;
}

section.contact-part .container {
    margin:0 auto 0 auto;
    padding:0;
}
section.contact-part .container .row {
    padding:0;
    margin-bottom: 15px;
}
section.contact-part .container .row.line2 {
    margin-top: 100px;
}
section.contact-part .container .row.linenewsletter {
    display:inline-block;
}
section.contact-part h1 { font-weight: 100; color: #fff;font-size:35px; }
section.contact-part .sep { background-color: #13a99d; }

section.contact-part .form-group {
    margin:0px;
}
section.contact-part .socialbutton ul { display:inline-block;margin-top:20px;}
section.contact-part .socialbutton li {
    float: left;
    margin-right: 35px;
}
section.contact-part .socialbutton li:last-child {
    margin-right: 0px;
}
section.contact-part .socialbutton li a {
    color:#fff;
    font-size:40px;
}
section.contact-part .socialbutton li a:hover {
    color:#13a99d;
    font-size:40px;
}

section.contact-part .container .linefooter {
    display:inline-block;
    color:#e9ebec;
    font-size:14px;
    font-weight:100;
    margin-top:50px;
}
section.contact-part .container .linefooter div {
    float:left;
}
section.contact-part .container .linefooter  span {
    font-weight:900;
}
section.contact-part .container .linefooter ul {
    float:left;
}
section.contact-part .container .linefooter div:after {
    content:' :  ';
}
section.contact-part .container .linefooter li {
    float:left;
    margin-left:5px;

}
section.contact-part .container .linefooter li:after {
    content:' - ';
}
section.contact-part .container .linefooter li:last-child:after {
    content:'';
}
section.contact-part .container .linefooter a:hover {
    color:#13a99d;
}

/* ==== CUSTOM / ACCOUNT === */

.partmyaccount .tab-pane {
    padding:15px 0px;
}

.partmyaccount form.form-inline button {
    margin-left: 20px;
}
.partmyaccount table tr td {
    vertical-align: middle;
}

.partmyaccount .started { background-color:#ccf1ee; }
.partmyaccount .available { background-color:#ffffff; }
.partmyaccount .soon { background-color:#e9e9e9; }

.partmyaccount .draft { background-color:#ccf1ee; }
.partmyaccount .shared { background-color:#24baae; }
.partmyaccount .used { background-color:#ffffff; }
.partmyaccount .closed { background-color:#e9e9e9; }

.partmyaccount td button { width:100%; }

.partmyaccount fieldset li {
    background-image: url('');
    padding: 0px;
}

.partmyaccount fieldset li span {
    display: inline-block;
    width:30px;
    height:16px;
    margin-right:10px;
    text-align: center;
}

.partmyaccount fieldset li span.picto {
    font-size: 1.2em;
}

.partmyaccount table .fa {
    font-size: 1.3em;
    margin:0px 0px 0px 5px;
    text-decoration:none;
}
.partmyaccount table span.fa {
    margin:0px 0px 0px 5px;
}

/* ==== CUSTOM / INPUT FORM === */

.none {
    display: none;
}

/* INPUT RADIO */
input[type=radio],input[type=checkbox] {
    visibility: hidden;
}

.form-control{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #e9ebec;
    font-weight:700;
    color:#333;
    font-size: 16px;
    overflow:hidden;
}
select.form-control{
    border:0;
}
.form-group label {
    font-weight: 300;
    font-size: 16px;
}

table button.btn,
form button.btn {
   background-color:#1a232f;
   color:#fff;
   font-weight:700;
   border:0;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
table button.btn.disabled,
form button.btn.disabled,
table button.btn.disabled:hover,
form button.btn.disabled:hover {
   background-color:#cccccc;
   color:#999999;
}
table button.btn:hover,
form button.btn:hover {
   background-color:#5cb7a3;
    color:#fff;
   border:0;
}

.inputSelectStyle {
    position:relative;
    overflow:hidden;
}

.inputSelectStyle span {
    position:absolute;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index:30000;
    width:35px;
    height:33px;
    top:1px;
    right: 14px;
    background : #fff url('../../imgs/templates/nav3-active.png') center center no-repeat;
}

.inputCheckStyle {
    float:left;
    width: 28px;
    height: 28px;
    background: #fff;
    -webkit-border-radius: px;
    -moz-border-radius: px;
    border-radius: px;
    position: relative;
    border: 2px solid #e9ebec;
    margin:-3px 5px 0px 0px;
}

.inputCheckStyleSession {
    float:left;
    width: 28px;
    height: 28px;
    background: #fff;
    -webkit-border-radius: px;
    -moz-border-radius: px;
    border-radius: px;
    position: relative;
    border: 2px solid #e9ebec;
    margin: 15px 5px 0px 0px;
}

.inputCheckStyle span {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-border-radius: px;
    -moz-border-radius: px;
    border-radius: px;
    left: 2px;
    top: 2px;

}

.inputCheckStyleSession span {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-border-radius: px;
    -moz-border-radius: px;
    border-radius: px;
    left: 2px;
    top: 2px;

}

.inputCheckStyle span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #5cb7a3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 2px;
    left: 2px;
}

.inputCheckStyleSession span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #5cb7a3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 2px;
    left: 2px;
}

.inputCheckStyle span:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.inputCheckStyleSession span:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.inputCheckStyle input[type=checkbox]:checked + span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background : #fff url('../../imgs/templates/check2.png') center center no-repeat
}

.inputCheckStyleSession input[type=checkbox]:checked + span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background : #fff url('../../imgs/templates/check2.png') center center no-repeat
}

.inputRadioStyle {
    float:left;
    width: 28px;
    height: 28px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    border: 2px solid #e9ebec;
    margin:-3px 5px 0px 0px;
}

.inputRadioStyle span {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 2px;
    top: 2px;

}

.inputRadioStyle span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #5cb7a3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 2px;
    left: 2px;
}

.inputRadioStyle span:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.inputRadioStyle input[type=radio]:checked + span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* ==== CUSTOM / BACK TO TOP === */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  z-index:100000;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(19, 169, 157, 0.8) url(../../imgs/templates/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #13a99d;
  opacity: 1;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.margintop20 {
    margin-top:20px;
}

.margintop10 {
    margin-top:10px;
}

.margintop50 {
    margin-top:50px;
}

.paddingtop20 {
    padding-top:20px;
}

.paddingtop10 {
    padding-top:10px;
}

.paddingtop50 {
    padding-top:50px;
}

.marginbottom20 {
    margin-bottom:20px;
}

.marginbottom10 {
    margin-bottom:10px;
}
.marginbottom50 {
    margin-bottom:50px;
}

.paddingbottom20{
    padding-bottom:20px;
}

.paddingbottom10 {
    padding-bottom:10px;
}
.paddingbottom50 {
    padding-bottom:50px;
}

.paddingleft10 {
    padding-left:10px;
}

.size12 {
    font-size:12px;
}

.lobipanel > .panel-heading > .panel-title {
    overflow: visible;
}

.lobipanel > .panel-heading > .panel-title h4 {
    font-size: 18px;
}

.lobipanel > .panel-heading > .panel-title input {
    color: inherit;
    line-height: 30px;
    border-radius: 0px;
    padding: 0 5px;
    width: 400px;
    border: 0px;
    outline: 0;
    background-color:#ffffff;
    font-size: 18px;
}

.lobipanel > .panel-heading > .panel-title input:focus {
    background-color:#ffffff;
}

.lobipanel > .panel-heading > .panel-title input.panel-orderNb {
    width: 40px;
    background-color:#f5f5f5;
    font-size: 18px;
}

.lobipanel > .panel-heading > .panel-title textarea {
    color: inherit;
    line-height: 30px;
    border-radius: 0px;
    padding: 0 5px;
    width: 550px;
    height:32px;
    border: 0px;
    outline: 0;
    background-color:#ffffff;
    font-size: 16px;
}

.lobipanel .form-control {
    display:inline-block;
}


.nomargin {
    margin:0px !important;
}

.nopadding {
    padding:0px !important;
}

/*Thème rouge*/

.row.alert.alert-grey.theme-red {
    background-color: rgb(251, 210, 210);
    border:1px solid #eeeeee;
    color:#222222;
    margin-bottom:0px;
}

.alert-success.theme-red {
    background-color: rgb(251, 210, 210);
}

.inputRadioStyle.theme-red span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #f25959;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

a.button.green.theme-red, button.green.theme-red { background-color: #f25959;color:#fff; }
.button.green.theme-red:hover, button.green.theme-red:hover { background-color: #fca1a1;color:#fff; }

/*Theme Blue*/

.row.alert.alert-grey.theme-blue {
    background-color: #bad2f4;
    border:1px solid #eeeeee;
    color:#222222;
    margin-bottom:0px;
}

.alert-success.theme-blue {
    background-color: #bad2f4;
}

.inputRadioStyle.theme-blue span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #4c8ae0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

a.button.green.theme-blue, button.green.theme-blue { background-color: #4c8ae0;color:#fff; }
.button.green.theme-blue:hover, button.green.theme-blue:hover { background-color: #bad2f4;color:#fff; }

/*Theme green*/

.row.alert.alert-grey.theme-green {
    background-color: #c7e0d5;
    border:1px solid #eeeeee;
    color:#222222;
    margin-bottom:0px;
}

.alert-success.theme-green {
    background-color: #c7e0d5 ;
}

.inputRadioStyle.theme-green span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #5cb7a3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

a.button.green.theme-green, button.green.theme-green { background-color: #13a99d;color:#fff; }
.button.green.theme-green:hover, button.green.theme-green:hover { background-color: #293948;color:#fff; }

/*Theme grey*/

.row.alert.alert-grey.theme-grey {
    background-color: #f9f9f9;
    border:1px solid #eeeeee;
    color:#222222;
    margin-bottom:0px;
}

/*Theme yellow*/

.row.alert.alert-grey.theme-yellow {
    background-color: #fdffba;
    border:1px solid #eeeeee;
    color:#222222;
    margin-bottom:0px;
}

.alert-success.theme-yellow {
    background-color: #fdffba;
}

.inputRadioStyle.theme-yellow span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #ecef4a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

a.button.green.theme-yellow, button.green.theme-yellow { background-color: #ecef4a;color:#000000; }
.button.green.theme-yellow:hover, button.green.theme-yellow:hover { background-color: #fdffba;color:#000000; }

/* Theme SULITEST */

.row.alert.alert-grey.theme-sulitest {
    background-color: #29b39e;
    border:0px !important;
    color:#ffffff;
    margin-bottom:0px;
}


.inputCheckStyle span.validetta-inline {
    width: 300px;
    left: 35px;
    top: 26px;
    background:transparent;
}

.highlightL10nText {
    background-color: #ffe17a !important;
    color:#000000 !important;
    padding:2px !important;
}

.questionHeader {
    margin: 0px;
}

.questionNumberLabel {
    font-size:22px;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}

.questionNumber {
    display: inline-block;
    font-size:70px;
    line-height: 70px;
    /* font-weight:bold; */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.60)";
    filter: alpha(opacity=0.60);
    opacity: 0.60;
}
.questionQuestion {
    font-weight: bold;
}

.questionAnswers {}

.questionAnswersElyx > img {
    margin:20px;
    max-height:250px !important;
}

.questionAnswersText {}

.questionFeedback {
    background-color:#f0f2f1;
}

.questionFeedbackElyx > img {
    margin:20px;
    max-height:170px !important;
}

.questionFeedbackText {}

.questionFeedbackExplanation {}

.questionFeedbackExplanation > div {
    border:0px;
    background-color:#f0f2f1;
    color:#222222;
    padding-left: 30px;
}


.alert {
    border-radius:0px !important;
}
