article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
@font-face {
    font-family: 'accessible_dfaregular';
    src: url('../fonts/AccessibleDfA.woff') format('woff'),
    url('../fonts/AccessibleDfA.otf') format('otf'),
    url('../fonts/AccessibleDfA.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    /* line-height: 1; */
    color:#333;
    font-size: 2rem;
    font-family: 'accessible_dfaregular', sans-serif;
    background: #F0F6F6;
    overflow-x: hidden;
}

html, body{
    width:100%;
    min-height: 100%;
}
ol,
ul {
    list-style: none;
}
a:hover, a:focus, a:active, a:visited{
    text-decoration: none;
    color:#333;
}
.main-container{
    width: 100%;
}
button:focus {
    outline: none;
}

img{
    max-width:100%;
}
.dotted-video img {
    max-width:50%;
    display: block;
    margin:auto;
}
video.video {
    display: none;
    position: absolute;
    z-index: 999999;
    border: solid 12px #30B5BF;
    border-radius: 6px;
    width: 451px;
    height: 262px;
}
video.onload-video{
    background: url(../images/loader50pxwhite.svg) center no-repeat #000;
    background-size:50px;
}
.video-image:hover {
    cursor: pointer;
}
.box-dashed + .onload-video{
    border-color:#000 !important;
}

/* DEFAULT LAYOUT */
body > .header {
    margin:0px auto 20px auto;
}
body > .header video.video{
    border-color:#247883;
    left: -260px;
    bottom: -221px;
    background-color: #333;
}
.contains-video .video-loader {

}
body > .header .menu > div {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
}
.logo{
    width: 220px;
    padding-top: 0px !important;
    z-index: 999;
    align-self: center;
}
body > .header .menu .right-side a {
    -webkit-transition: 0.2s;
    -moz-transition:  0.2s;
    -ms-transition:  0.2s;
    -o-transition:  0.2s;
    transition:  0.2s;
}
body > .header .menu .right-side a:hover, body > .header .menu .right-side a:focus {
    border-color: #247883;
}
.arrow-logo-back-container{
    width: 200px;
    height: 200px;
    position: absolute;
    border-right: 4px solid #e74c3c;
}
.arrow-logo-back{
    position: absolute;
    margin-top:inherit;
    top: 10px;
    left: 16px;
    right: 0;
    width: 137px;
    height: 137px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    border-right: 4px solid #e74c3c;
    border-bottom: 4px solid #e74c3c;
}
.logo img{
    display: inline-block;
    /* width:100%; */
    max-width: 100%;
}
body > .header .menu {
    position: relative;
    display: flex;
    align-items: flex-start;
    height:134px;
}
body > .header .menu .tools {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 55px;
    height: 100%;
    background: #247883;
    border: solid 6px #247883;
    text-align: center;
    padding: 0px 2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
body > .header .menu .tools a i{
    color:#fff;
}
body > .header *:hover, body >  *:focus{
    border-color: #247883;
}
body > .header .menu .right-side {
    float: right;
}
body > .header .menu  .right-side > div {
    display: inline-block;
}
body > .header  .partone, body > .header .parttwo {
    -webkit-transition: 0.2s;
    -moz-transition:  0.2s;
    -ms-transition:  0.2s;
    -o-transition:  0.2s;
    transition:  0.2s;
    position: relative;
    display: inline-block;
}
body > .header .partone img, body > .header .parttwo img{
    display: flex;
    align-items: center;
}
body > .header .partone {
    margin-left: 0px;
}
body > .header .fa-2x {
    font-size:2rem;
}
body > .header .fa-question {
    font-size:4.1rem;
}
body > .header .partone, body > .header .members .number{
    /* font-size: 26px; */
    font-weight: bold;
}
.header .cont-members {
    width: 125px;
    height: 100%;
    padding: 0 !important;
}
.header .cont-members.help-button a {
    min-width: 65px;
}
.header .members {
    width: 55px;
    height: 100%;
    background: #FF8B00;
    border: solid 6px #30B5BF;
    color: #5E1F74;
    text-align: center;
    /* padding: 20px 0px !important; */
    display: inline-block;
    -webkit-transition: 0.2s;
    -moz-transition:  0.2s;
    -ms-transition:  0.2s;
    -o-transition:  0.2s;
    transition:  0.2s;
}
.header .members a {
    color: #5E1F74;
}
.header .cont-members .contains-text {
    min-height: 85px;
}
.header .members .number {
    display: block;
}
.header .help-button i {
    padding: 8px;
}
.header .members:hover {
    cursor: pointer;
}
body > .header .partone img, body > .header .parttwo img {
    vertical-align: 0 !important;
    width: 120px;
}
body > .header .menu .right-side {
    padding: 0;
    position: absolute;
    right: 0;
}
body > .header .menu  .partone:hover, body > .header .parttwo:hover {
    cursor: pointer;
}
body > .header .search {
    margin: 50px 5px;
}
body > .header .search .grey-container-search {
    padding-right: 0;
}
body > .header .search .container-search {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background-color: #E3FFFF;
    border-radius: 8px;
    margin-top: 20px;
}
body > .header .search .input-group-addon {
    background-color: transparent;
    border: solid 6px #30B5BF;
    border-radius: 0px;
    width: inherit;
    padding: 0;
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition:  0.2s;
    -ms-transition:  0.2s;
    -o-transition:  0.2s;
    transition:  0.2s;
}
body > .header .search .input-group-addon:hover {
    cursor: pointer;
}
body > .header .search .input-group-addon img {
    width: 155px;
}
body > .header .search input {
    height: 50px;
    font-size: 16px;
    border: solid 4px #30B5BF;
    box-shadow: none;
    width: 90%;
    margin-right: 15px;
    color:#000;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
body > .header .search input:hover,
body > .header .search input:focus {
    border-color: #247883;
}
body > .header .search input::-webkit-input-placeholder { color:#000; text-transform: uppercase; }
body > .header .search input::-moz-placeholder { color:#000; text-transform: uppercase; }
body > .header .search input::-ms-input-placeholder { color:#000; text-transform: uppercase; }
body > .header .search input::-moz-placeholder { color:#000; text-transform: uppercase; }

input[type="text"]::-webkit-input-placeholder { color:#000;font-weight: bold;line-height:150px }

.header .mobile-menu{
    display:none;
}
.header-container{
    margin-left: auto !important;
    margin-right: auto !important;
}
.row{
    margin-left:0;
    margin-right: 0;
}

.display-preferences-container #preferences-form .part2-preference, .display-preferences-container #preferences-form .part3-preference{
    display:none;
}
#preferences-form {
    padding:0;
}
.display-preferences-container {
    margin-top: 30px;
}
.display-preferences-container video.video{
    border-color: #000;
}
.row-preference{
    margin-bottom:10px;
    display: flex;
    align-items: flex-end;
}
.display-preferences-container .input-preference, .display-preferences-container .input-preference label, .display-preferences-container .input-preference img, .display-preferences-container .input-preference input{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 5px;
    background: transparent;
}
.preferences-bloc-right {
    border-bottom: dotted 6px #75428D;
    padding: 10px;
}
.display-preferences-container .cont-label {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.preferences-bloc-right .box-dashed, .color-preferences-container .box-dashed {
    background-color: #fff;
}
.preferences-bloc-right .picto-lsf, .color-preferences-container .picto-lsf {
    max-height:80px;
}
.display-preferences-container input[type="checkbox"],
.display-preferences-container input[type="radio"] {
    position: absolute;
    left: -9999px;
}
.row-preference .contains-video  {
    align-self: flex-start;
    width: auto;
}
#preferences-form .form-group label {
    cursor: pointer;
}
#preferences-form .fa-circle-o {
    color:#30B5BF;
}
#preferences-form .btn-checkbox {
    display: block;
    width: 45px;
    height: 45px;
    border: solid 6px #30B5BF;
    border-radius: 50%;
}
#uploader {
    margin: auto;
}
.display-preferences-container .color-preferences-container {
    /* background-color: #682477; */
    color: #fff;
    padding: 15px;
    width: 100%;
    padding-bottom: 22px;
    display: inline-block;
}
.display-preferences-container .text-preferences-container {
    font-size: 18px;
    padding: 15px 0px;
}
.display-preferences-container .text-preferences-container input[type="checkbox"] {
    margin-right: 10px;
}
.display-preferences-container .text-preferences-container img {
    width: 80px;
    margin-right: 60px;
}
.display-preferences-container .color-preference{
    min-height: 40px;
    margin: 12px 0;
    padding: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.display-preferences-container .color-preference p{
    min-height: 75px;
    display: flex;
    align-items: center;
    padding:5px 15px;
    width: 100%;
}
.display-preferences-container .color-preference:hover {
    cursor: pointer;
}
.display-preferences-container .zooms {
    text-align: center;
    margin-top: 16px;
}
.display-preferences-container .zoom-in:hover, .display-preferences-container .zoom-out:hover {
    cursor: pointer;
}
.display-preferences-container .zoom-in {
    margin-right: 15px;
    background-color: #5e2573;
    color: #30B5BF;
    display: block;
    margin-bottom: 4px;
    border: none;
    display: flex;
    align-items: center;
}
.display-preferences-container .zoom-in .fa-search-plus {
    border: 4px solid #30B5BF;
    background-color: #76428D;
    padding: 3px;
}
.display-preferences-container .zoom-in span {
    padding-left: 15px;
}
.display-preferences-container .zoom-in.small-zoom .fa-search-plus {
    font-size:0.97em;
}
.display-preferences-container .zoom-in.medium-zoom .fa-search-plus {
    font-size:1.0em;
}
.display-preferences-container .zoom-in.big-zoom .fa-search-plus {
    font-size:1.05em;
}
.display-preferences-container .zoom-in.giant-zoom .fa-search-plus {
    font-size:1.15em;
}
.display-preferences-container .zoom-in.small-zoom {
    font-size:0.97em;
}
.display-preferences-container .zoom-in.medium-zoom {
    font-size:1.0em;
}
.display-preferences-container .zoom-in.big-zoom {
    font-size:1.05em;
}
.display-preferences-container .zoom-in.giant-zoom {
    font-size:1.15em;
}
.display-preferences-container .buttons-container {
    text-align: right;
}
.display-preferences-container .buttons-container button {
    height: 40px;
    padding: 10px 15px;
    color: #FFF;
    font-weight: bold;
    border: 2px solid transparent;
    -webkit-transition: 0.2s;
    -moz-transition:  0.2s;
    -ms-transition:  0.2s;
    -o-transition:  0.2s;
    transition:  0.2s;
}
.display-preferences-container .arrow-next-step .fa-arrow-right {
    border: solid 6px #30B5BF;
    color: #30B5BF;
    background-color: #fff;
    padding: 10px 20px;
}
.display-preferences-container .cont-previous-step{
    position: absolute;
    left: 0;
    margin-bottom: 20px;
    z-index: 100;
    text-align: left;
    padding: 0;
    width:auto;
}
.display-preferences-container .cont-next-step{
    position: absolute;
    right: 0;
    margin-bottom: 20px;
    z-index: 100;
    text-align: right;
    padding: 0;
    width:auto;
}
.display-preferences-container .cont-cancel, .display-preferences-container .cont-cancel .pull-left{
    padding: 30px 0 20px;
}
.display-preferences-container button#cancel img {
    border: solid 6px #30B5BF;
    color: #30B5BF;
    background-color: #fff;
    padding: 10px 20px;
    width:100px;
}
.display-preferences-container .buttons-container button#cancel:hover {
    background-color: #FFF;
    border: 2px solid #333;
    color: #333;
}
.display-preferences-container .buttons-container button#save-settings {
    background-color: #ff8a00;
}
.display-preferences-container .buttons-container button#save-settings:hover {
    background-color: #FFF;
    border: 2px solid #ff8a00;
    color: #ff8a00;;
}
.display-preferences-container .buttons-container button:first-child {
    margin-right: 15px;
}
.bloc-arrow-preferences button{
    border:none;
    background: transparent;
    padding: 0;
}
.bloc-arrow-preferences{
    padding-top: 10px;
    padding-right: 0;
}
.color-preference.color-preference-black-white p{
    color: #30B5BF;
    background-color: #5e2573;
}
.color-preference.color-preference-white-black p{
    color: #FFF;
    background-color: #000;
}
.color-preference.color-preference-blue-yellow p{
    color: blue;
    background-color: yellow;
}
.color-preference.color-preference-yellow-blue p{
    color: yellow;
    background-color: blue;
}
.color-preference.color-preference-blue-white p{
    color: blue;
    background-color: #FFF;
}
.color-preference.color-preference-white-blue p{
    color: #FFF;
    background-color: blue;
}
.color-preference.color-preference-black-ivory p{
    color: #333;
    background-color: ivory;
}
.border-hover-bloc{
    display: none;
}
.online .fa-circle {
    color: #76428D;
}
.offline .fa-circle {
    color: orangered;
}
body > header a.add-link,
body > header a.add-link video.video{
    border-color:#247883;
}
a.add-link  {
    border: 2px solid transparent;
    -webkit-transition: 0.2s;
    -moz-transition:  0.2s;
    -ms-transition:  0.2s;
    -o-transition:  0.2s;
    transition:  0.2s;
    color: #333;
    border: 6px solid #30B5BF;
    display: inline-block;
    position: relative;
    background-color: #333;
}
a.add-link video.video{
    border-color:#30B5BF;
}
a.add-link:hover, a.add-link:focus {
    border-color: #247883;
}
a.add-link:hover.add-link i,
a.add-link:focus.add-link i {
    background: #247883;
}
a.add-link i {
    color: #fff;
    background: #247883;
    padding: 15px 9px 9px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.2s;
    -moz-transition:  0.2s;
    -ms-transition:  0.2s;
    -o-transition:  0.2s;
    transition:  0.2s;
    visibility: hidden;
}
.active{
    display:block !important;
}
.video-container {
    position: fixed;
    top: calc(50% - 240px);
    left: calc(50% - 320px);
    z-index: 9999999;
}
.vjs-big-play-button {
    top: 50% !important;
}
video:hover, video:focus {
    outline: none;
}
#file-uploading, #file-uploading-title {
    display: none;
    position: fixed;
    z-index: 9999;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.lds-spinner {
    position: relative;
}
.lds-spinner div {
    left: 96px;
    top: 48px;
    position: absolute;
    -webkit-animation: lds-spinner linear 1s infinite;
    animation: lds-spinner linear 1s infinite;
    background: #000000;
    width: 8px;
    height: 24px;
    border-radius: 6%;
    -webkit-transform-origin: 4px 52px;
    transform-origin: 4px 52px;
}
.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -0.916666666666667s;
    animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -0.833333333333333s;
    animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.666666666666667s;
    animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.583333333333333s;
    animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.416666666666667s;
    animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.333333333333333s;
    animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.166666666666667s;
    animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.083333333333333s;
    animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.lds-spinner {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
/* ********************* Ajout du 28 juin ********************** */

.overlay, .video-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999998;
    width: 100%;
    height: 100%;
}
/* ********************* Fin Ajout du 28 juin ********************** */



/* ********************** Ajout du 03 juillet ************************ */
/*body.green-cursor
    cursor: url(../images/green-arrow.png), auto;
}
body.green-cursor a,
body.green-cursor input[type='checkbox'],
body.green-cursor input[type='button'],
body.green-cursor input[type='submit'],
body.green-cursor button,
body.green-cursor .display-preferences-container .color-preference,
body.green-cursor #preferences-form .form-group label,
body.green-cursor .display-preferences-container label
{
    cursor: url(../images/green-pointer.png), auto !important;
}

body.cursor-increased-big{
    cursor: url(../images/increased-arrow-big.png), auto;
}
body.cursor-increased-big a,
body.cursor-increased-big input[type='checkbox'],
body.cursor-increased-big input[type='button'],
body.cursor-increased-big input[type='submit'],
body.cursor-increased-big button,
body.cursor-increased-big .display-preferences-container .color-preference,
body.cursor-increased-big #preferences-form .form-group label,
body.cursor-increased-big .display-preferences-container label,
body.cursor-increased-big .display-preferences-container .input-preference,
body.cursor-increased-big .display-preferences-container .input-preference label,
body.cursor-increased-big .display-preferences-container .input-preference img,
body.cursor-increased-big .display-preferences-container .input-preference input,
body.cursor-increased-big .btn-tab-activity,
body.cursor-increased-big .container-pictos .checkbox label,
body.cursor-increased-big .view-message-row .video-part,
body.cursor-increased-big .members:hover,
body.cursor-increased-big .contains-video img:hover,
body.cursor-increased-big .contains-video:hover,
body.cursor-increased-big a:hover,
body.cursor-increased-big .container-img-message:hover,
body.cursor-increased-big td.activity-content:hover,
body.cursor-increased-big .avatar:hover,
body.cursor-increased-big i.fa-caret-left:hover,
body.cursor-increased-big .vjs-device-button,
body.cursor-increased-big .cont-btn-steps:hover,
body.cursor-increased-big i:hover,
body.cursor-increased-big .arrow-next-step:hover,
body.cursor-increased-big .arrow-previous-step:hover
{
    cursor: url(../images/increased-pointer-big.png), auto !important;
}

body.cursor-increased-big div{
    font-size:1.05em !important;
}

body.cursor-increased-giant,
body.cursor-increased-giant .vjs-record
{
    cursor: url(../images/increased-arrow-giant.png), auto !important;
}
body.cursor-increased-giant a,
body.cursor-increased-giant input[type='checkbox'],
body.cursor-increased-giant input[type='button'],
body.cursor-increased-giant input[type='submit'],
body.cursor-increased-giant button,
body.cursor-increased-giant .display-preferences-container .color-preference,
body.cursor-increased-giant #preferences-form .form-group label,
body.cursor-increased-giant .display-preferences-container label,
body.cursor-increased-giant .display-preferences-container .input-preference,
body.cursor-increased-giant .display-preferences-container .input-preference label,
body.cursor-increased-giant .display-preferences-container .input-preference img,
body.cursor-increased-giant .display-preferences-container .input-preference input,
body.cursor-increased-giant .btn-tab-activity,
body.cursor-increased-giant .container-pictos .checkbox label,
body.cursor-increased-giant .view-message-row .video-part
{
    cursor: url(../images/increased-arrow-giant.png), auto !important;
}
body.cursor-increased-giant a,
body.cursor-increased-giant input[type='checkbox'],
body.cursor-increased-giant input[type='button'],
body.cursor-increased-giant input[type='submit'],
body.cursor-increased-giant button,
body.cursor-increased-giant .display-preferences-container .color-preference,
body.cursor-increased-giant #preferences-form .form-group label,
body.cursor-increased-giant .display-preferences-container label,
body.cursor-increased-giant .display-preferences-container .input-preference,
body.cursor-increased-giant .display-preferences-container .input-preference label,
body.cursor-increased-giant .display-preferences-container .input-preference img,
body.cursor-increased-giant .display-preferences-container .input-preference input,
body.cursor-increased-giant .btn-tab-activity,
body.cursor-increased-giant .container-pictos .checkbox label,
body.cursor-increased-giant .view-message-row .video-part,
body.cursor-increased-giant .members:hover,
body.cursor-increased-giant .contains-video img:hover,
body.cursor-increased-giant .contains-video:hover,
body.cursor-increased-giant a:hover,
body.cursor-increased-giant .container-img-message:hover,
body.cursor-increased-giant td.activity-content:hover,
body.cursor-increased-giant .avatar:hover,
body.cursor-increased-giant i.fa-caret-left:hover,
body.cursor-increased-giant .vjs-device-button,
body.cursor-increased-giant .cont-btn-steps:hover,
body.cursor-increased-giant i:hover,
body.cursor-increased-giant .arrow-next-step:hover,
body.cursor-increased-giant .arrow-previous-step:hover
{
    cursor: url(../images/increased-pointer-giant.png), auto !important;
}

/*body.cursor-increased-giant div{
    font-size:1.15em !important;
}*/
/*body.cursor-increased-giant{
    font-size:115px !important;
}*/

/*body.cursor-increased-big{
    zoom: 1.5;
    font-size: 3em;
}
body.cursor-increased-giant .btn-tab-activity,
body.cursor-increased-giant .video-js .vjs-control-bar
{
    font-size:initial !important;
}
body.cursor-increased-giant .video-js .vjs-big-play-button
{
    font-size:1.15em !important;
}
body.cursor-increased-giant .video-js .vjs-control.vjs-record-indicator{
    display: none;
}
body.cursor-increased-giant.page-activities-show .header-container a.reorder-messages{
    width: initial;
    font-size:1.15em !important;
}
.zoom-container .preferences-zoom .input-preference .giant-bloc{
    font-size: 1.15em !important;
}

body.green-cursor input[type='text'],
body.green-cursor textarea,
body.cursor-increased-giant input[type='text'],
body.cursor-increased-giant textarea
{
    cursor: url(../images/text-cursor.png), auto !important;
    font-size: 1.15em !important;
}

body.visible-cursor,
body.visible-cursor a,
body.visible-cursor input[type='checkbox'],
body.visible-cursor input[type='button'],
body.visible-cursor input[type='submit'],
body.visible-cursor button,
body.visible-cursor .display-preferences-container .color-preference,
body.visible-cursor #preferences-form .form-group label,
body.visible-cursor .display-preferences-container label
{
    cursor: url(../images/cursor-localize.gif), auto !important;
}
*/

/* ******************** Fin Ajout du 03 juillet ********************* */

/*body.cursor-increased-big{
    font-size: 2.5em;
}
body.cursor-increased-big.page-activities-index .content-container table tr td.activity-content .messages-count span {
    width: 90%;
    top: 32%;
}
body.cursor-increased-big .form-control{
    font-size: inherit;
}
body.cursor-increased-big .checked-img{
    font-size: 1.7em !important;
}*/
.container-pictos textarea{
    font-size:inherit;
}
.form-control:hover,.form-control:focus{
    border-color: #247883;
}

.go-back-please {
    height: 100%;
    color: #5D1F74;
    font-size: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.go-back-please:hover {
    cursor: pointer;
}
.video-avatar.activity {
    display: none;
    position: absolute;
    top: -30px;
    right: 120px;
    border: 4px solid #333;
    border-radius: 3px;
    z-index: 9999;
}
.video-avatar.message {
    display: none;
    position: absolute;
    top: -30px;
    margin-right: 30px;
    border: 4px solid #333;
    border-radius: 3px;
    z-index: 9999;
}
.avatar.box-dashed:hover {
    cursor: pointer;
    border-color: #247883;
}
span.online {
    border: solid 3px #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: table;
    margin-right: 5px;
    margin-left: 15px;
    background-color: #0DFF00;
    float: left;
}
span.offline {
    border: solid 3px #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: table;
    margin-right: 5px;
    margin-left: 15px;
    background-color: #5F1F75;
    float: left;
}

/* video stuff */
video.onload-video{
    background: url(../images/loader50pxwhite.svg) center no-repeat #000;
    background-size:50px;
}

body.color-preference-white-black video.onload-video{
    background: url(../images/loader50pxblack.svg) center no-repeat #01FFFF ;
    background-size:50px;
}

body.color-preference-blue-yellow video.onload-video{
    background: url(../images/loader50pxyellow.svg) center no-repeat #0000fe ;
    background-size:50px;
}
.contains-video:hover {
    cursor: pointer;
}
.contains-video video {
    width: 450px;
    height: 264px;
    position:fixed;
    z-index: 99999;
}
.black-border {
    border-color: #000 !important;
}
.wait-for-validate:hover, .wait-for-validate i:hover, .no-validate:hover, .no-validate i:hover {
    cursor: default;
}
.tag-name {
    display: none;
}

body.page-users-login .main-container{
    width:60%;
}
body.page-users-login .mobile-login,
body.page-users-login .mobile-bottombuttons{
    display:none;
}
.wait-for-validate, .wait-for-validate2 {
    display: none !important;
}
body.color-preference-white-black .preferences-border {
    border-radius: 2px;
    padding: 5px 10px;
    width: 100%;
    border-color: #FFF !important;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused
{
    cursor: inherit;
}
.focus-on {
    border: 4px solid #fff;
}
.picto-lsf.focus-on, .arrow-previous-step.focus-on, .arrow-next-step.focus-on {
    border: none;
}
.presentation-bloc .input-preference {
    padding: 5px 0 0 0;
    width:min-content;
}
#settings-1 .input-preference {
    padding: 10px 0;
}
#settings-2 .color-preference {
    padding: 10px 0 0 0;
}
#settings-3 .choice-border {
    padding: 10px 10px 0 0;
}
#settings-4 .input-preference {
    padding: 10px 0 0 0;
}
#settings-4 .preferences-bloc-right label {
    padding: 5px 0;
}
.action-message-mobile i {
    float: right;
}
#tags-keyboard-control {
    font-size: 2rem;
    color: #fff;
    border: 4px solid #fff;
    padding: 8px;
}

.lsf-missing-container, .text-missing-container {
    text-align: center;
    background-color: #fff;
}
.lsf-missing-container img {
    width: 100%;
}
.cancel-container {
    position: absolute;
    width: 20%;
    top: 10px;
    left: 10px;
}
.cancel-container .cancel-modal {
    width: 100%;
}
.back-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999998;
    width: 100%;
    height: 100%;
}
.back-alert {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    z-index: 9999999;
    background-color: #fff;
    text-align: center;
}
.back-alert-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin-bottom: 30px;
}
.back-alert-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#exit-cancel, #exit-submit {
    display: inline-flex;
    width: 25%;
    justify-content: space-between;
    margin: 5px 20px;
    font-size: 2rem;
}
.right-side .contains-text {
    min-height: 74px;
    max-height: 74px;
    height: 74px;
}
.right-side {
    display: flex !important;
    justify-content: space-between;
}
.right-side > div {
    margin-right: 5px;
}
@media screen and (max-width: 1220px) {
    body:not(.cursor-increased-big):not(.cursor-increased-giant) .menu .logo {
        width: 15%;
    }
}
body:not(.page-users-login) .partone .contains-video,
body:not(.page-users-login) .parttwo .contains-video {
    border: 6px solid #30B5BF;
}
.partone:hover .contains-video,
.parttwo:hover .contains-video {
    border-color: #247883
}
.page-pages-visio section.menu,
.page-pages-visio-admin section.menu {
    height: 0;
}
.page-pages-visio section.menu #logoBack,
.page-pages-visio-admin section.menu #logoBack {
    position: absolute;
    top: 30px;
}
.page-activities-index .cont-nb-members .activity-content .title-action-form.contains-text,
.page-activities-index .cont-partners .activity-content .title-action-form.contains-text {
    background-color: transparent !important;
    border: none !important;
}