/* Specific client fonts */
/*FfFfFfFfFfFfFfFfFfFfFfFfFfFfFfF*/
@font-face {
    font-family: 'TitilliumText';
    src: url('../fonts/TitilliumText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*FfFfFfFfFfFfFfFfFfFfFfFfFfFfFfF*/

/** Path: theme  custom.' **/
#navPopIn1 .modal{z-index: 9999;}
#infoPopIn1 .modal{z-index: 9999;}

.navbar-fixed-top .navbar-inner {
    background-image: linear-gradient(to bottom, #fff, #efe);
}

/* Custom CSS
-------------------------*/
div.logo {
    background: url() no-repeat 0 0;
    display: block;
    float: left;
    height: 75px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dir-rtl div.logo {
    background: url() no-repeat 100% 0;
    display: block;
    float: right;
}

h1,
h2,
h3 {
    font-size: 1.7em;
    font-family: 'TitilliumText', sans-serif;
}

/*               ! ! ! !               */

/*  ___ COULEUR GLOBALE DU MODULE ___  */

/*  __  TEXTS  __  */
.homepage h2, h1, h3 {
    color: #009fe3 !important;
}

/*  __  SHAPES  __  */
.module-intro hr, .title-box h2, .h3-prefix {
    background-color: #009fe3 !important;
}

/*  __  BORDER BOTTOM  __  */
.h3-name {
    border-bottom: 1px solid #009fe3 !important;
}


/* ______ User type icones ______ */

.training-type-block {
	display: inline-block;
	width: 100%;
    height: 40px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-right: -10px;
    border-bottom: solid 1px #eaeaea;
}

.training-type-block-header{
    display: block;
    width: 100%;
    text-align: right;
}

.training-type {
	float: right;
 	display: inline;
 	margin-left: 30px;
    background-color: #a30135;

    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.training-type-header{
    display: inline-block;
    margin-left: 5px;
    background-color: #a30135;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}


/* Tooltip container */
.training-type-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

/* Tooltip text */
.training-type-tooltip .training-type-tooltiptext {
    visibility: hidden;
    width: 120px;
	top: 120%;
	left: 50%;
    margin-left: -60px;
    background-color: #404040;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.training-type-tooltip:hover .training-type-tooltiptext {
    visibility: visible;
}

#formation-initiale {
 	width: 22px;
    height: 22px;
 	/*-webkit-mask-image: url('../pix/user_type_pro.svg');
    mask-image: url('../pix/user_type_pro.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;*/
    background: url('../pix/training_type_initiale.png');
    background-repeat: no-repeat !important;
}

#formation-continue{
 	width: 22px;
    height: 22px;
 	/*-webkit-mask-image: url('../pix/user_type_aidant.svg');
    mask-image: url('../pix/user_type_aidant.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;*/
    background: url('../pix/training_type_continue.png');
    background-repeat: no-repeat !important;
}


#formation-initiale:hover {
    width: 22px;
    background: url('../pix/training_type_initiale.png');
}

#formation-continue:hover {
    width: 22px;
    background: url('../pix/training_type_continue.png');
}


    /* Section related CSS
    -------------------------*/
.title-box {
    margin: auto;
    margin-top: 50px;
    color: #B75C47;
    text-align: center;
    font-weight: 400;
    min-width: 300px;
    width: 40%;
    max-width: 500px;
}

.intro {
   /* margin: auto;*/
    text-align: center;
    /*margin-bottom: 80px;*/
    min-width: 210px;
}

.intro p span {
   /* margin: auto;*/
    text-align: center;
    margin-bottom: 80px;
    min-width: 210px;
    color: #103A5A;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.6em;
	padding-left: 15%;
	padding-right: 15%;
}

.module-intro {
	/*border: dashed red 1px;*/

}

.module-intro p {
	/*border: dashed green 1px;*/
	padding-top: 5px;
	padding-left: 0%;
	padding-right: 0%;
	color: #909090;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.6em;
  text-align: justify;
}

.module-intro-header p {
	padding-top: 5px;
	color: #909090;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.2em;
}

.intro b {
    color: #afafaf;
	font-size: 1.4em;
	line-height: 1.8em;

	padding-left: 20%;
	padding-right: 20%;

	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}

#c5s0 {
	margin-top: 60px;
}


h1 {

/* pour break poiint si necessaire
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    */

	width: 80%;
    font-weight: 500;
    margin: 80px 0px 20px 10%;
    text-align: center;
    color: #F8C432;
    font-size: 3em;
}

h2 {
    font-weight: 400;
    margin: 20px 0px 30px 0px;
    width: 100%;
    line-height: 40px;
    background-color: #F8C432;
    color: white;
    vertical-align: middle;
    font-size: 1.8em;
}

.module-title a h2 {
    font-weight: 500;
    font-size: 1.8em;
    margin-top: 2em;
}

.title-box .num {
    height: 125px;
    width: 185px;
    margin: auto;
    margin-bottom: -20px;
    background: url('../pix/cours_decoupe.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.main-container {
	/*border: dashed red 1px;*/
    float: left;
/*  margin-left: 26%;
    width: 68%;*/

    margin-left: 28%;
    width: 64%;
}

/*.main-container {
	border: dashed red 1px;
    float: left;
    margin-left: 26%;
    width: 67%;
}*/

.container {
    margin: 0;
    width: 100%;
}

h3 {
    color: #F8C432;
    font-weight: 500;
    margin: 60px 0 60px 0;
    width: 100%;
    /*margin-left: 20px;*/
    display: flex;
}

.h3-prefix {
    font-size: 1.8em;
    line-height: 75px;
    height: 75px;
    background-color: #F8C432;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: 700;
    flex: 0 0 75px;
}

.h3-name {
    border-bottom: 1px solid #F8C432;
    font-size: 1.6em;
    font-weight: 300;
    font-variant: small-caps;
    min-height: 60px;
    margin-left: 10px;
    margin-top: 8px;
    flex: 1 0 0;
    line-height: 60px
}


    /* Content related CSS
    -------------------------*/
body {
    font-family: 'Calibri', sans-serif;
    font-weight: 300;
    color: #404040;
}

span {
    display: inline-block;
}

/* CSS for main content blocs in the nav page
-------------------------*/

.element {
	border-top: solid 1px #eaeaea;

	border-left: 0;
    border-right: 0;

	/*min-width: 600px;*/
    width : 100%;
    min-height: 121px;
    /*background-color: #ecf5ff;*/
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
}

.element:last-child{

}

.element h4{
    margin-top: 20px;
}

.element .contentDescription{
    border-top: solid 1px #f4f4f4;
}

.element span {
		/*
    width : 100%;
    height: 121px;
    background-color: #F4F4F4;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    */
}


.icon {
    float: left;
    margin-top: 10px;
    margin-left: 10px;

    height: 101px;
    width: 101px;
    /*margin: auto;*/
    flex: 0 0 101px;
    background-color: grey; /*got to be replaced by a pictogram*/
    margin-right: 30px;

    border-radius: 101px;
	-moz-border-radius: 101px;
	-webkit-border-radius: 101px;

	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}

#quizz {
    background-image: url('../pix/quizz.svg');
}


.slideshow {
    background-image: url('../pix/slideshow.svg');
}

.anim {
    background-image: url('../pix/animation.jpg');
}

    /*titre du cours */
.text {
    /*border: dashed orange 1px;*/
    color: #eda430;
    flex: 1 0 0;
}

    /* sous-titre du cours */
.text p {
    /*border: dashed pink 1px;*/
    margin-top: 5px;
	font-weight: 500;
    color: #444444;
}

.texts {

    vertical-align: top;
    max-width: 80%;
}

h4 {
    font-size: 1.6em;
    font-weight: 500;
    margin: 0px;
    margin-top: 10px;
    line-height: 20px;
}

ol.upperLatin {
    list-style-type: upper-latin;
}

/* _____ FILET / ESPACE ZONES ACCES ____ */
.contentDescription {
	/*border-top: solid 1px #dedede;*/
	border-top: solid 1px #ededed;
  margin-top: 6px;
}

.activityDescription {
  font-size: 1.2em;
}

/* CSS for buttons that will start the content
-------------------------*/

.start {
    /*flex: 0 0 25%;*/

    margin: auto;
    margin-left: 5%;
    cursor: pointer;
}

.spot {
    margin: auto;
    height: 50px;
    width: 90%;
    min-width: 50px;
    width: 195px;
    display: block;
    font-variant: small-caps;
    color: white;
    font-size: 19px;
    font-family: 'Calibri', sans-serif;
    font-weight: 500;
    border: none;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    overflow: hidden;
    float: right;
}



.retry {
    background-color: #3c8a81;
    display: none;
}

.start .retry:hover {
    background-color: #005c54;
    cursor: pointer;
}

.continue {
    background-color: #eda430;
    display: none;
}

.start .continue:hover {
    background-color: #ae6e00;
    cursor: pointer;
}

.starticon {
    width: 30px;
    height: 30px;
    float: left;
    margin: 10px 15px;

}

#start {
    background-image: url('../pix/start.svg');
}

#retry {
    background-image: url('../pix/retry.svg');
}

#continue {
    background-image: url('../pix/continue.svg');
}

.first {
    background-color: #eda430;
    display: none;

    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

.start .first:hover{
    background-color: #ae6e00;
    cursor: pointer;
}

.start .first:hover .starticon{
    width: 38px;
    height: 38px;
    float: left;
    margin: 6px 5px 6px 17px;
}

.start .first:hover span{

    margin-left: 6px;
}

.start span {
    text-align: center;
    vertical-align: middle;

    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

:focus { outline:none }

.pFirst .first {
    display: block;
}

.pRetry .retry {
    display: block;
}


.pContinue .continue {
    display: block;
}



/* Navbar css
-------------------------*/

.arrow_box {
    position: relative;
    background-color: #103a5a;
    width: 100%;
}
/*.arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #972C3C;
    border-width: 30px;
    margin-top: -30px;
}*/

.navContainer {
    width: 25%;
    height: 98%;
    float: left;
    background-color: #103a5a;
    font-weight: 400;
    color: white;
    font-size: 1.1em;
    position: fixed;
    left: 0px;
	overflow-y: auto;
}

.nav-h2 {
    color: #FFFFFF;
	background-color: #009fe3;
	width: 100%;
    border-bottom: 1px solid #103a5a;
    vertical-align: middle;
    font-size: 1.4em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

/* roll over nav principale */
.nav-h2:hover {
    background-color: #0063a2;
}

.nav-h3:hover {
    background-color: #0063a2;
}
/*  Fin du roll over  */

.nav-h2 a {
    padding: 15px 0 15px 15%;
    width: 85%;
}

.nav-h3 {
    margin-left: -1px;
    color: #FFFFFF;
	background-color: #009fe3;
    padding: 10px 0 10px 20px;
    padding-left: 20%;
    width: 80%;
    font-size: 1.1em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.nav-h4 {
    color: #FFFFFF;
	background-color: #009fe3;
    font-size: 1em;
    font-weight: 300;
    padding: 5px 0 5px 20px;
    border-left: 1px solid #009fe3;
    margin-left: 10%;
}

.nav-h4 p {
    margin-top: -28px;
    margin-left: 6%;
}

.on {
    display: block;
    color: #000000;
	background-color: #009fe3;
}

.main-section {
    display: none;
}

.on > .main-section {
    display: block;
}

.main-section > a > .timeline {
    display: none;
}

.on > a > .timeline {
    /*  marge sous titre "introduction"  */
    background-color: #009fe3;
	margin-top:20px;
    display: block;
}

.dot {
    font-size: 40px;
    margin-left: -30px;
    margin-right: 10%;
    margin-top: -15px;
    color: #103a5a;
}

.nav-h3:first-child,
.nav-h4:last-child {
    border-left: 1px solid #009fe3;
}

a {
    display: block;
    color: inherit;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

/*    ACCES REMOTE    */
.accessWrap {
    width: 3%;
    max-width: 120px;
    position: fixed;
    top: 15%;
    right: 0px;
    flex-direction: column;

    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=90, Strength=30);
}

.accessBox {
    border: 1px solid white;
    width: 100%;
    margin-top: -1px;
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    padding-bottom: 100%;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.size {
    background-color: #103a5a;
}

.help {
    background-color: #103a5a;
}

.scroll {
    background-color: #103a5a;
}

.user {
    background-color: #009fe3;
}

.size:hover {
    background-color: #577085;
}

.help:hover {
    background-color: #577085;
}

.scroll:hover {
    background-color: #577085;
}

.user:hover {
    background-color: #577085;
}

#user {
    background-image: url('../pix/user.svg');
}


#share {
    background-image: url('../pix/share.svg');
}

#scrollDown {
    background-image: url('../pix/down.svg');
}

#scrollUp {
    background-image: url('../pix/up.svg');
}

#help {
    background-image: url('../pix/help.svg');
}

#sizeUp {
    background-image: url('../pix/more.svg');
}

#sizeDown {
    background-image: url('../pix/less.svg');
}

/* Tooltip container */
.access-box-tooltip {
    position: relative;
}

/* Tooltip text */
.access-box-tooltip .access-box-tooltiptext {
    visibility: hidden;
    width: 90px;
	left: -120%;
    margin-left: -60px;
    background-color: #404040;
    color: #fff;
    text-align: center;
	font-size: 0.7em;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.access-box-tooltip:hover .access-box-tooltiptext {
    visibility: visible;
}


/*  ____  Header home page - UNLOGGED  ____  */

.hp_header_btn {
    /*  passer en "block" pour les empiler  */
    display: block;
    background-color: #103a5a;
    padding: 0 20px 0 20px;
    line-height: 30px;
    text-align: center;
    height: 30px;

    /*  margin-top 1px pour les empiler  */
    margin: 1px 0 1px 0;

    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;

    white-space: nowrap;
    padding: 0 5px;
}

.hp_header_btn:hover {
	background-color: #577085;
}



.log_box {
	width: 20%;
	max-width: 188px;

	display: inline-block;
	float: right;
	color: #ffffff;
	text-align: right;
	font-variant: small-caps;
	font-size: 1.6em;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
    /*overflow: visible;*/
    margin: 15px 0 15px 0;

	padding-top: -5%;


}

.hp_header {
    width: 100%;
    text-align: center;
    max-width: 1280px; padding: 0 20px; margin: 0 auto;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
}




.hp_header{

}

.logo_header_fp {
	/*width: 188px;
    height: 62px;*/

    float: left;
    display: inline-block;

    width: 20%;
	max-width: 188px;

	margin: 15px 0 0px 0;
	/* just to get an apsect ratio same as the SVG's: */
	padding-top: 62px;
	height: 0;
	background-image: url('../pix/Logo-cettefamille.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;

}

.logo_header_fafp {
	/*width: 324px;
    height: 62px;*/

    float: none;
	display: inline-block;

	width: 40%;
	max-width: 324px;

	margin: 20px 20px 0px 20px;
	/* just to get an apsect ratio same as the SVG's: */
	padding-top: 62px;
	height: 0;
	background-image: url('../pix/Logo_Formation.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}



/* Homepage related CSS
-------------------------*/

.cartridge {
    height: 120px;
    line-height: 120px; /*for vertical align*/
    width: 100%;
    font-size: 1.2em;
    background: #103a5a; /*fall back for browser not supporting gradient*/
    /*background: linear-gradient(to right, #972C3C, #612026);*/
    color: white;
    display: flex;
}

.cartridge span {
	padding-left: 20%;
	padding-right: 20%;
    height: 100%;
    width: 100%;
   /* flex: 0 0 50%;*/
}

.cartridge span ul {
    vertical-align: middle;
    display: inline-block;
    line-height: normal; /* Back to standard line height */
}

.cartridge span p {
    vertical-align: middle;
    display: inline-block;
    line-height: normal; /* Back to standard line height */

}

.init {
	/*border: dashed purple 1px;
    border-right: 2px solid #BB6D7A;
    font-weight: 700;
    text-align: right;
    font-size: 2em;*/
}

.init p {
   /* margin-right: 5%;*/
}

.hpInfo p {
	font-weight: 100;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
/*	margin-right: 20%;
    margin-left: 20%;*/
}

.hpInfo ul {
        font-weight: 100;
        width: 100%;
        text-align: left;
        font-size: 1em;
/*      margin-right: 20%;
    margin-left: 20%;*/
}
.hpInfo li {
        font-weight: bolder;
}


.homepage h2 {
    color: #FFF !important;
    background: none;
    padding: 13px 10px;
    background-color: #009fe3;
    line-height: 1.2em;
    margin-bottom: 3px;
    text-align: center;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.homepage #m2 h2 {
    color: white;
    background-color: #F49C32;
    font-weight: 300;
    text-align: left;
    display: inline;
    float: right;
    width: 70%;
    margin-top: 30px;
}

#m2 .module-title {
    background-color: #F49C32;
    width: 100%;
    height: 121px;
}

#m2 .module-icon {
    float: left;
    margin: 5%;
}

#m2.module {
    width: 40%;
    margin: 20px auto;
    background-color: #FAF5F3;
}

#m2 .inner {
    display: none;
}

#m2 .module-intro p {
    width: 60%;
    float: right;
    text-align: left;
    margin: 7% 5%;
}

#m2 .module-intro {
    width: 100%;
    max-width: none;
    margin: 0;
}

#m2 hr {
    display: none;
}

.title-icon {
    display: none;
}

#m2 .title-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-top: 37px;
    margin-left: 10%;
}

#m3 {
    display: none;
}

.module-intro hr {
	border: dashed yellow 1px;
    width: 170px;
    margin: 20px auto;
    border: none;
    height: 1px;
    background-color: #F9BC43;
    display: none;
}

.module-intro-header hr {
	border: dashed yellow 1px;
    width: 170px;
    margin: 20px auto;
    border: none;
    height: 1px;
    background-color: #F9BC43;
    display: none;
}

.module-intro {
    width: 100%;
    text-align: center;
    max-width: 1140px; padding: 0 20px; margin: 40px auto;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
}


.module-intro-header {
    width: 100%;
    text-align: left;
    max-width: 1140px; padding: 0 20px; margin: 40px auto 40px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    font-size: 1.2em;
}

/* 3 states should be created: Default, On, Off */


.module {
   min-height: 280px; margin-bottom: 50px;
}

/* ajout MERLIN de la ligne background image */
/* ajout transition */
.module-icon {
    width: 220px;
    height: 110px;
    padding-top: 5%;
    /*height: 0;*/
    background-image: url('../pix/Logo_module1.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 20px auto;

    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out; /* Safari and Chrome */
    transition-timing-function: ease-out;
}

.module-icon2 {
    background-image: url('../pix/Logo_module2.jpg') !important;
}

.module-icon3 {
    background-image: url('../pix/Logo_module3.jpg') !important;
}

.module-icon4 {
    background-image: url('../pix/Logo_module3.jpg') !important;
}

.module-icon5 {
    background-image: url('../pix/module_05.svg') !important;
}

/* ajout hover icone module hp */
.module-icon:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	opacity: 0.8;
}

.cta_enter_module {
    padding-top: 0px;
    color: #009fe3;
    font-size: 1.1em;
    font-weight: 400;
}

.cta_enter_arrow {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #009fe3;
	display: inline-block;
}

.inner {
    width: 100%;
    margin: 10px auto;
    max-width: 1140px;
    padding: 0 20px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*  !!!  SHOW / HIDE course elements  !!!  */
.cleanm_disconnected .course-elem  {
    display: none;
}

.cleanm_disconnected .hp-element  {
    display: none;
}

.course-elem {
    width : 100%;
    min-height: 121px;
    background-color: #F4F4F4;
    margin-bottom: 1px;
    display: flex;
    flex-flow: row wrap;
}

.course-elem .spot {
    height: 100%;
    margin: 0;
    width: 100%;
    max-width: none;
    height: 121px;
    line-height: 121px;
    font-size: 1.5em;
}

.homepage .course-elem .spot .starticon {
    //margin: 45px 15%;
}

.homepage .start .spot span {
    //margin: 35px 10px;
}

.course-num {
    height: 100%;
    width: 15%;
    margin-left: 3%;
    margin-top: 3px;
    font-size: 1.3em;
}

.homepage h4 {
    //display: inline-block;
    //margin-top: 0;
}

.start a {
    height: 121px;
}

.spot span {
    line-height: 50px;
    float: left;
}

.link-container {
    display: flex;
    flex-flow: row wrap;

	/*align-items: center;*/
    align-items: flex-start;
    border-top: solid 1px #eda430;
    border-bottom: solid 1px #eda430;
    font-size: 1.1em;
    justify-content: center;
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 40px;


}

.link-box {
    flex: 1 0 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    font-size: 1em;
}

.link-box h4 {
    margin-left: 0%;
    max-width: 90%;
    margin-top: 0;
    font-size: 1.2em;
}

.link-box p {
    display: inline-flex;
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
}

/* gestion des tailles des icones reseaux sociaux du footer */
.s_floatLeft {
	align-items: flex-start;
	margin-right: 10px;
	margin-bottom: 10px;

	width: 40px;
	cursor: pointer;
}

.link-box .link {
    padding-top: 0;
}

.link {
    padding-top: 10px;
    color: #009fe3;
    font-weight: 500;

    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out; /* Safari and Chrome */
    transition-timing-function: ease-out;
}

.link-box .link:hover {
    padding-left: 10px;
}

.link-box:nth-child(2){

    /* add-ons centrage footer, maintient sur une ligne */
    min-width: 150px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.link-box:nth-child(3){
    border-right: 0px solid #D7D7D7;
}

.link-box:last-child {
    border: none;
}


.link-container.footer-links-container{border: 0;    margin-top: 50px;}

.footer-links{
    display: inline-block;text-align: left;display: contents;
}

.footer-links a{display: block;}
.footer-links a.link{margin: 0; text-align: left; padding: 5px 0 !important; font-size: 1.1em; font-weight: 400;}

.link-container.footer-links-container .link-box{
    margin: 0 50px; padding: 0; min-width: 0;
}

/* Overwriting CSS
-------------------------*/
#page {
    width: 100%;
    height: auto;
    padding: 0;
}

.container-fluid {
    max-width: 100%; !important
}

body {
    padding: 0;
}

#aEnd {
    width: 100%;
    float: left;
}

/* Custom CSS Settings
-------------------------*/


/*
@media screen and (max-width: 1500px) {
  .text {
    width: 350px
  }
}


@media screen and (max-width: 1050px) {
  .text {
    width: 180px
  }
}
*/

@media screen and (min-width: 1500px) {
  .navContainer {
    width: 15%;
  }
  .main-container {
/*  margin-left: 16%;
    width: 78%;*/
    margin-left: 18%;
    width: 74%;
  }

	.intro b {
		padding-left: 25%;
		padding-right: 25%;
	}

}



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

	/* taille texte btn commencer */

	.start .first span {
    	font-size: 0.8em;
	}

	/* taille texte titre module */

/*	h1 {
		font-size: 2.5em;
	}*/


	/* taille btns header -  connect & create */

	.hp_header_btn {
	/*  passer en "block"
	pour les empiler  */
	display: block;

	/*  margin-top 1px
	pour les empiler  */
	margin: 1px 0 1px 0;

}


.log_box {
	font-size: 1.2em;
}

}

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

	/* resize user types icones */

	/*#professionnel {
		width: 42px;
	    height: 34px;

	}

	#aidant {
	 	width: 38px;
	    height: 34px;


	}

	#malade {
	 	width: 30px;
	    height: 34px;
	}

		.user-type-block {
	 	margin-top: 20px;
    	margin-bottom: 0px;
	}*/

	/* taille texte titre module */

	h1 {
	font-size: 2.2em;
}

	/* taille txt btns header */

.log_box {
	font-size: 1.0em;
}

.hp_header_btn {
	padding: 0 5px 0 5px;
}


}


.iframFull {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    /*background-color: rgba(0,0,0, .3);*/
    z-index: 81;
}

.frameHolder {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 60px 5px black;
}

/*#closeButton:hover {
  border: red 2px;
  border: 0 !important;
}

.closeButton:focus {
  border: red 2px;
  border: none !important;
}*/

#closeButton {
    background-color: rgba(0,0,0, 0);
    border: 0 !important;
    z-index: 200;
    position: absolute;
    top: 2%;
    right: 2%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background-image: url('../pix/icone_close.svg');
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: center center;
}

.logoNav {
    margin-left: -1px;
    border-right: solid 1px #efefef;

    /* ajustement pour breakpoint */
    padding-top: 10px;
    padding-bottom: 10px;

    height: 176px;
    width: 100%;
    background: url('../pix/logos_CF_FORM_318x176.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color:white;
}


/*  ____  ACCES CONSOLE > SHARE BOUTON  ____  */

.share-container{
    position: absolute;
    left: -208px;
    width: 200px;
    opacity: 0;
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
    background-color: rgba(0,0,0,0.6);
    padding: 6px 3px;
}

.share-container.open{
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    pointer-events: auto;
}

.stButton{margin-left: 0 !important; margin-right: 0 !important; display: block !important;}

.st_facebook_large .stButton .stLarge{background-image: url(../image/fb_social_icon.svg) !important; background-size: 100%; width: 60px; height: 60px; background-repeat: no-repeat; display: block !important;}
.st_facebook_large .stButton .stLarge:hover{background-position: 0 0;}

.st_twitter_large .stButton .stLarge{background-image: url(../image/twitter_white.svg) !important; background-size: 100%; width: 60px; height: 60px; background-repeat: no-repeat; display: block !important;}
.st_twitter_large .stButton .stLarge:hover{background-position: 0 0;}

.st_email_large .stButton .stLarge{background-image: url(../image/mail_icon_white.svg) !important; background-size: 100%; width: 60px; height: 60px; background-repeat: no-repeat; display: block !important;}
.st_email_large .stButton .stLarge:hover{background-position: 0 0;}


/*  ____  LOGIN PANEL / SIGN UP PANEL  ____  */


.signuppanel h2, .loginpanel h2 {
    background-color: #a30135;
    margin: 0;
    padding: 0;

}


.loginpanel {
    width: 100%;
    float: left;
    /*background-color: rgba(0,0,0,0.1);*/

}

.signuppanel {
    width: 100%;
    float: left;
    /*background-color: rgba(0,0,0,0.1);*/
}

.skiplinks {
    display: none;
    border: dashed 1px green;
}

.loginbox {
    /*border: dashed 1px green;*/
    width: 100%;
}

#region-main {
    /*border: dashed 1px black;*/
    padding: 0;
    /*width: 100%;*/
}

.hp-element .text{
    margin-left: 15px;
}

.hp-element .icon{
    background-color: transparent; background-size: contain; background-position: center center; background-repeat: no-repeat; margin-right: 0;
}







/*--------------------------------
// Loader
//--------------------------------*/

.loader{
    position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; background-color: rgba(255,255,255,0.85);
}

.cssload-loader {
	position: absolute;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
		-o-animation: cssload-rotate-one 1.15s linear infinite;
		-ms-animation: cssload-rotate-one 1.15s linear infinite;
		-webkit-animation: cssload-rotate-one 1.15s linear infinite;
		-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(16,58,90);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
		-o-animation: cssload-rotate-two 1.15s linear infinite;
		-ms-animation: cssload-rotate-two 1.15s linear infinite;
		-webkit-animation: cssload-rotate-two 1.15s linear infinite;
		-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,159,227);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
		-o-animation: cssload-rotate-three 1.15s linear infinite;
		-ms-animation: cssload-rotate-three 1.15s linear infinite;
		-webkit-animation: cssload-rotate-three 1.15s linear infinite;
		-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(237,164,48);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}




#page-login-signup section {
  margin-bottom: 60px;
  padding: 30px;
  background-color: #efefef;
}
#page-login-signup section:last-child {
  margin-bottom: 0;
}

/* headings */
#page-login-signup h2 {
  margin-bottom: 10px;
}

/* form elements */
#page-login-signup fieldset {
	border: none;
}

#page-login-signup label {
  display: block;
}

#page-login-signup input[type="text"] {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 18px;
  color: #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}
#page-login-signup input[type="text"]:focus {
  outline: none;
}

#page-login-signup select {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 18px;
  color: #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}

#page-login-signup input:focus {
  outline: none;
}

/* lists */
#page-login-signup ul.input-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
#page-login-signup ul.input-list li {
  display: block;
  padding: 0 10px;
  width: 50%;
  float: left;
}

@media all and (max-width: 800px) {
  #page-login-signup ul.input-list {
    margin: 0;
  }
  #page-login-signup ul.input-list li {
    padding: 0;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

/* ============================================================
  STYLE 4
============================================================ */
#page-login-signup input[type="text"],
#page-login-signup input[type="password"]{
    padding: 10px;
    border: none;
    border-bottom: solid 2px #38B099;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    border-radius: 0;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}

#page-login-signup input[type="text"]:focus,
#page-login-signup input[type="text"].focus,
#page-login-signup input[type="password"]:focus,
#page-login-signup input[type="password"].focus {
  border-bottom: solid 2px #969696;
}

#page-login-signup select {
  padding: 10px;
  border: none;
  border-bottom: solid 2px #38B099;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  color: #707070;
  border-radius: 0;
  height: auto;
  box-sizing: border-box;
}

#page-login-signup select:focus,
#page-login-signup select.focus {
  border-bottom: solid 2px #ADE4DA;
}



/* ============================================================
  SUBMIT
============================================================ */
#page-login-signup #id_submitbutton{
  background-color:#38B099;
  font-size: 18px;
  font-weight: bold;
  color: white;
  display:inline-block;
  padding: 10px;
  text-align: center;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
    background-image: none;
}

#page-login-signup #id_cancel{
    padding: 10px; font-size: 18px;
    -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

#page-login-signup .btn-submit:hover{
  background-color:#ADE4DA;
}


#page-login-signup a {
    text-decoration: none;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #972C3C;
}

#page-login-signup a:hover {
	color: #38B099;
}

#region-main #fitem_id_profile_field_optout>div>label{font-size: 0.9em;}
#region-main #fitem_id_profile_field_RGPDdata>div>label{font-size: 0.9em;}
#region-main #fitem_id_profile_field_RGPDemail>div>label{font-size: 0.9em;}

#page-login-signup h2{background-color: transparent; color: #404040; margin: 0; font-weight: bold;}
#page-login-signup .collapsible-actions{display: none;}
#page-login-signup .mform fieldset.collapsible legend{border: 0;}
#page-login-signup .mform fieldset.collapsible legend a.fheader{margin-left: 30px; color: #404040; display: none; }
#page-login-signup label{display: block;}

#page-login-signup .mform .fitem{padding: 5px 30px;}
#page-login-signup .mform .fitem div.fitemtitle{width: 100%; text-align: left;}
#page-login-signup .mform .fitem div.fitemtitle label{font-size: 24px; margin-bottom: 10px;}
#page-login-signup .mform .fitem .felement{width: 50%; margin-left: 0;}
#page-login-signup .mform .fdescription.required{margin-left: 30px;}
#page-login-signup #fgroup_id_buttonar{background-color: transparent; border: 0;}
#page-login-signup .fstatic{margin-bottom: -15px;}
#page-login-signup #id_passwordunmaskdiv label{display: inline-block; color: #404040;}

a>.accessBox.help{display: none;}



.hp_header{
    max-width: 1280px; padding: 0 20px; margin: 0 auto;
}



.user-type-block.modules .user-type{display: none;}

.user-type-block.modules .user-type{width: 45px !important; height: 32px !important; margin-left: 5px !important;}

.user-type-block.modules.coursPourAidant .user-type#aidant{display: inline-block;}
.user-type-block.modules.coursProfessionnel .user-type#professionnel{display: inline-block;}
.user-type-block.modules.coursMalade .user-type#malade{display: inline-block;}



/* ============================================================
  Document
============================================================ */

.document-content{
    padding: 10px 0; width: 88vw; margin: 0 2vw;
}

.document-content h4{
    color: #009fe3; font-weight: bold; font-size: 20px;
}

.document-content .lighter{
    color: #909090;
}

.document-content .links a{
    font-weight: bold; color: #009fe3; display: inline-block;
}

.document-content .head-title{
    font-family: 'TitilliumText', sans-serif;
    background-color: #009fe3;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: 2.2em;
    padding: 0.8em;
    margin: 3.5em 0 1.5em;
}

.document-content .grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.document-content .grid-item{
    display: flex;
    flex-flow: column;
    text-decoration: none;
    text-align: center;
}

.document-content .grid-item img{
    width: 100%;
    border: 2px solid #cccccc;
    border-top: 0;
    box-sizing: border-box;
    border-radius: 0px;
}

.document-content .grid-item span{
    font-weight: 600;
    font-size: 1.6em;
    display: block;
    padding: 0.7em;
    background-color: #EDA430;
    color: #FFF;
}

.document-content .page-header{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2em;
    margin-bottom: 0;
    border-bottom: 1px solid #CCC;
}

.document-content .page-header .title{
    font-size: 34px;
    color: #bd374b;
    font-weight: bold;
}

.document-content .page-header .title img{
    display: inline-block;
    max-width: 150px;
}

.document-content .page-header .fp-initiative{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 2em;
}

.document-content .page-header .fp-initiative img{
    display: block;
    width: 180px;
}

.document-content .menu{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-bottom: 2em;
}

.document-content .menu li a{
    display: inline-block;
    padding: 10px 15px;
    background-color: #bd374b;
    margin: 15px 5px;
    border-radius: 6px;
    color: #FFF;
}

.document-content .cta-container{
    text-align: center;
    margin: 8em 0 10em;
}

.document-content .footer-cta{
    display: inline-block;
    padding: 1em 2em;
    background-color: #772a32;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    background-image: url(../pix/start.svg);
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: 15px center;
    padding-left: 75px;
    transition-duration: 0.3s;
}

.document-content .footer-cta:hover{
    background-color: #bd374b;
}

.document-content .grid-item.reverse{
}

.document-content .grid-item.reverse span{
    min-height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-content .flyers-grid{
    display: flex;
    flex-flow: row;
}

.document-content .flyers-col{

}

.document-content .flyers-col:first-child{
    width: 58%;
    flex-shrink: 0;
}

.document-content .flyers-col .col-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1em;
}

.document-content .flyers-col .group-title{
    font-size: 16px;
    font-weight: 500;
    margin: 1.5em 0 0.7em;
}

.document-content .flyers-col .flyer{
    display: inline-block;
    text-decoration: none;
    transition: 0.2s;
    margin-right: 10px;
    width: calc(33.33% - 13px);
}

.document-content .flyers-col .flyer img{
    width: 100%;
}

.document-content .flyers-col .flyer:hover{
    opacity: 0.8;
}

.document-content .order-documents{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 1em;
    background-color: #f1f1f1;
    margin: 2em 0;
}

.document-content .fp-mailto{
    color: #bd374b;
    display: inline;
}


/* ============================================================
  Commands
============================================================ */

.animation-frame{
    position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 0;
}

.mediaplugin_videojs{
    width: 91vw; margin: 0 2vw;
}
.mediaplugin_videojs>div{
    max-width: 95% !important;
}


/* line 1, ../../app/styles/default/_commands.scss */
.commands {
  position: fixed;
  z-index: 2;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 6, ../../app/styles/default/_commands.scss */
.commands > div {
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 5vw;
  height: 5vw;
  border: 0;
  background: #EDA430;
  margin: 2px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 15, ../../app/styles/default/_commands.scss */
.commands > div:hover {
  background-color: #AE6E00;
}

/* line 21, ../../app/styles/default/_commands.scss */
.icon-command {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 25, ../../app/styles/default/_commands.scss */
.icon-command.play {
  background-image: url("../image/command_play.svg");
  background-size: 40%;
  -moz-animation: playblink 8s step-start infinite;
  -webkit-animation: playblink 8s step-start infinite;
  animation: playblink 8s step-start infinite;
}
/* line 29, ../../app/styles/default/_commands.scss */
.icon-command.pause {
  background-image: url("../image/command_pause.svg");
  background-size: 40%;
}
/* line 30, ../../app/styles/default/_commands.scss */
.icon-command.mute {
  background-image: url("../image/command_mute.svg");
  background-size: 50%;
}
/* line 31, ../../app/styles/default/_commands.scss */
.icon-command.unmute {
  background-image: url("../image/command_unmute.svg");
  background-size: 50%;
}
/* line 32, ../../app/styles/default/_commands.scss */
.icon-command.next {
  background-image: url("../image/command_next_activity.svg");
  background-size: 50%;
}
/* line 33, ../../app/styles/default/_commands.scss */
.icon-command.voicetexton {
  background-image: url("../image/command_expand_voicetext_panel.svg");
}
/* line 34, ../../app/styles/default/_commands.scss */
.icon-command.voicetextoff {
  background-image: url("../image/command_collapse_voicetext_panel.svg");
}
/* line 35, ../../app/styles/default/_commands.scss */
.icon-command.replay {
  background-image: url("../image/command_replay_slide.svg");
}
/* line 36, ../../app/styles/default/_commands.scss */
.icon-command.replayall {
  background-image: url("../image/command_replay_slideshow.svg");
}
/* line 38, ../../app/styles/default/_commands.scss */
.icon-command:after {
  content: attr(data-tooltip);
  display: none;
  white-space: nowrap;
  background-color: #404040;
  color: #FFF;
  padding: 5px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  right: 110%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-weight: 700;
  font-size: 1.3em;
}
/* line 44, ../../app/styles/default/_commands.scss */
.icon-command:hover:after {
  display: block;
}

@keyframes playblink {
  0% {
    background-image: url("../img/command_play.svg");
  }
  50% {
    background-image: url("../img/command_play.svg");
  }
  60% {
    background-image: url("../img/command_play_active.svg");
  }
  70% {
    background-image: url("../img/command_play.svg");
  }
  80% {
    background-image: url("../img/command_play_active.svg");
  }
  90% {
    background-image: url("../img/command_play.svg");
  }
  100% {
    background-image: url("../img/command_play_active.svg");
  }
}



/*---------------------------------------------------*/
/* Tag Cloud */

.cloud-module{
    text-align: center;
}

.cloud-module .element{
    border: 0;
    display: inline-block;
    margin: 10px;
    height: auto;
    min-height: initial;
    width: auto;
}

.cloud-module .element a{
    border: 0;
    display: inline-block;
    background-color: #1E4656;
    line-height: 35px;
    height: 35px;
    padding: 0 16px;
    border-radius: 16px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    white-space: nowrap;
    margin: 0;
    font-size: 14px;

    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cloud-module .element a.pContinue,
.cloud-module .element a.pRetry{
    padding: 0 16px 0 6px;
}

.cloud-module .element a.pRetry{
    background-color: #36B098;
}

.cloud-module .element a.pRetry:before {
    content: " ";
    display: inline-block;
    text-align: center;
    margin: 0;
    width: 22px;
    height: 22px;
    background-image: url(../radar/img/radar-check.svg);
    background-repeat: no-repeat;
    vertical-align: middle;
}

.cloud-module .element a.pContinue:before {
    content: " ";
    display: inline-block;
    text-align: center;
    margin: 0;
    width: 22px;
    height: 22px;
    background-image: url(../radar/img/radar-state-current.svg);
    background-repeat: no-repeat;
    vertical-align: middle;
}

.cloud-module .element a span {
    display: inline-block;
    vertical-align: top;
}

.cloud-module .element a:hover,
.cloud-module .element a:active{
    background-color: #36B098;
}


#page-login-forgot_password .boxwidthnormal {
  width: 100%;
}

#page-login-forgot_password div[role='main'] {
  padding: 3em;
  max-width: 600px;
  margin: auto;
}


#page-login-forgot_password .row {
  margin-left: auto;
}

#page-login-forgot_password #id_searchbyusername {
  display: none;
}


#page-login-change_password .row {
  margin-left:auto;
}

#page-login-change_password div[data-fieldtype="static"] {
  max-width: 30em;
}

#page-login-index .forgetpass {
 color:#005aa; 
}
