
/*DEBUT MENU MATTHIEU RESPONSIVE*/

/*html, body
{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
}*/
@font-face
{
	font-family: "Source Sans Pro";
	font-weight: 300;
	src: url("/font/Source_Sans_Pro/SourceSansPro-Light.ttf");
}
@font-face
{
	font-family: "Source Sans Pro";
	font-weight: 300;
	font-style: italic;
	src: url("/font/Source_Sans_Pro/SourceSansPro-LightItalic.ttf");
}
@font-face
{
	font-family: "Source Sans Pro";
	font-weight: 400;
	src: url("/font/Source_Sans_Pro/SourceSansPro-Regular.ttf");
}
@font-face
{
	font-family: "Source Sans Pro";
	font-weight: 400;
	font-style: italic;
	src: url("/font/Source_Sans_Pro/SourceSansPro-Italic.ttf");
}
@font-face
{
	font-family: "Source Sans Pro";
	font-weight: 600;
	src: url("/font/Source_Sans_Pro/SourceSansPro-SemiBold.ttf");
}
@font-face
{
	font-family: "Source Sans Pro";
	font-weight: 600;
	font-style: italic;
	src: url("/font/Source_Sans_Pro/SourceSansPro-SemiBoldItalic.ttf");
}
@font-face
{
	font-family: "Source Sans Pro";
	font-weight: 700;
	src: url("/font/Source_Sans_Pro/SourceSansPro-Bold.ttf");
}

.page {
  min-height:100vh;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer {
  flex-shrink: 0;
  background-color: #fff;
}
.wrapper {
  flex: 1 0 auto;
}

body,
button,
a.btn,
.form-control
{
  font-size:20px !important;
}

.form-control
{
  height:41px !important;
}

section.menu
{
    width: 100%;
    height: 90px;
    position: relative;

    background-color: #00ACBA;
}

/*Faborus, ça décale la li qui prends toute la largeur, et donc le lien dans l'image saute !*/
nav.profs.nav.text-right
{
    /* margin-left: 200px; */
}/**/

img.logo-prof
{
    width: 100%;
    max-width: 270px;
    height: auto !important;
    margin-left: 20px;
    padding-right: 80px;
    padding-left: 0px !important;

    float: none !important;
    position: relative;
    z-index: 10;
}

nav
{
    display: block;
    height: auto !important;
    padding: 0px 20px 0px 0px !important;
    position: relative;
    bottom: 40px;

    background-color: transparent !important;
    z-index: 2;
}
nav ul
{
    /*Faborus*/
    /* width: 530px;
    float: right; */
    /**/

    margin: 0px;
    padding: 0px !important;
    list-style: none;

    background-color: #00ACBA;
}
nav li
{
    display: inline-block;
    position: relative;
}
nav li a.nav-link
{
    padding: 10px !important;
    font-weight: bold;
}
nav li a.nav-link:hover
{
    color: #F9CC00;
}
nav li ul
{
    display: none;
    padding: 10px;
    position: absolute;
    left: -10px;
    top: 25px;

    text-align: left;
    background-color: #00ACBA;
    /*Faborus*/
     width: 310px;/*
    z-index: 1; */
}
nav li:hover ul
{
    display: block;
}
nav li ul li
{
    display: list-item;
    margin: 10px;
}

.nav_checkbox
{
    display: none;

    width: 35px;
    height: 35px;
    margin: 0px !important;
    position: absolute;
    right: 20px;
    top: 27px;

    cursor: pointer;
    outline: none !important;
    z-index: 10;

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.nav_checkbox:before
{
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;

    opacity: 1;
    cursor: pointer;
    background-image: url(../img/icon_burger.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.nav_checkbox:checked:before
{
    background-image: url(../img/icon_close.svg);
}

@media all and (max-width: 991px)
{
    .nav_checkbox
    {
        display: block;
    }

    nav
    {
        /*width: 180px;*/
        height: 100vh !important;
        padding: 0px !important;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    nav .nav_checkbox:checked ~ ul
    {
        right: 0px;
    }

    nav ul
    {
        /*Faborus*/
        /* width: inherit;
        float: inherit; */
        /**/

        height: auto;
        position: absolute;
        top: 90px;
        right: -350px;

        /*Faborus*/
        /* z-index: 2; */
        /**/

        -webkit-transition: right 0.2s ease;
        -moz-transition: right 0.2s ease;
        -o-transition: right 0.2s ease;
        -ms-transition: right 0.2s ease;
        transition: right 0.2s ease;
    }

    nav li
    {
        display: list-item;
        margin: 20px;
    }

    nav li ul
    {
        display: block;
        margin: 20px 0px 0px 0px;
        padding: 0px;
        position: relative;
        left: 0px;
        top: 0px;

        text-align: right;
    }

    nav li ul li
    {
        margin: 5px 10px;
    }
}


/*FIN MENU MATTHIEU*/

/*FABORUS CSS DE BASE OU FAIRE TOUTES LES MODIFS !!!*/

/*Full Screen*/

/*.content-wrapper,
.main-footer
{
    margin-left: 0;
}
aside.main-sidebar,
header.main-header
{
    display: none;
}*/


/*Fix pour double scrollbar quand menu eleve, voir ici si des pb autre part !!!*/

/*COULEUR*/
/*

BOUTON CUSTOM !

jaune normal : #F9CC00
jaune hover : #FFD414
jaune/orange fleche dessous lien1 : #F29202
violet normal : #7A67AC
violet hover : #8072A4
violet/foncé dessous lien2 : #642583

jamais de noir c'est du #333333


*/

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side
{
     background-color: #FFFFFF;
}

/*taille de mon menu mobile !!! donc on cale dessus au plus petit*/
.wrapper
{
    min-height: 596px !important;
}


a
{
    color: #333333;
}

a:hover,
a:active,
a:focus
{
    outline: none;
    text-decoration: none;
    color: #00acba;
}

html
{
    background-color: #ecf0f5;
}

.wrapper
{
    overflow-y: hidden;
}

.content-wrapper-without-connection
{
    min-height: 100%;
   /* background-color: #ecf0f5;*/
    background-color: #FFFFFF;
    z-index: 800;
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
    width: auto;
}

.btn-success a,
.btn-primary a,
.btn-warning a,
.btn-danger a
{
    color: #FFFFFF;
}

button.btn.btn-sm.btn-block.btn-primary
{
    display: inline-block;
}

.content-action {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.top15
{
    padding-top: 30px;
}

a.fa.fa-eye.btn-success,
a.fa.fa-pencil.btn-warning,
i.fa.fa-trash-o.btn-danger
{
    padding: 8px;
    border-radius: 5px;
}

th.actions
{
    width: 110px;
}

input[type="password"]
{
    width: 100%;
    height: 34px;
}

/*MENU PROFS*/

nav.profs.nav.text-right
{
    padding-top: 50px;
    padding-right: 30px;
    height: 90px;
    background-color: #00acba;
}

nav.profs a.nav-link
{
    color: #FFFFFF;
    padding: 0 10px;
}

nav.profs a.nav-link:hover
{
    font-weight: bold;
}

nav.profs a.nav-link.active
{
    font-weight: bold;
    color:#F9CC00;
}

img.logo-prof
{
    padding-left: 40px;
    float: left;
}

h1
{
    font-size: 2.2em;
}

.pages .box
{
    border-top:none;
}

.pages .trait
{
    border-bottom: 3px solid #00acba;
    width: 70px;

    margin-bottom: 30px;
}

.pages .intro-home
{
    font-weight: bold;
    text-align: center;
}
.pages .problem-home
{
    margin-top: 50px;
    font-size: 16px;
}

.pages .trait-2
{
    border-bottom: 220px solid #00acba;
    width: 3px;
    margin-left: 50%;
    margin-top: 40px;
}

.pages .btn.btn-k
{
    font-size: 1.2em;
    font-weight: 600;
    background-color: #00acba;
    border-color: #00acba;
    color: #FFFFFF;
    /*width: 150px;*/
    min-width: 150px;
    border-radius: 50px;
}

.pages .btn.btn-k:hover
{
    color: #00acba;
    background-color: #FFFFFF;
    border-color: #00acba;

}

.float-right
{
    float: right;
}

.main-footer
{
    margin-left: 0;
    padding: 0;
    height: 77px;
}

.pages .table>thead>tr>th,
.pages .table>tbody>tr>th,
.pages .table>tfoot>tr>th,
.pages .table>thead>tr>td,
.pages .table>tbody>tr>td,
.pages .table>tfoot>tr>td
{
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;

}

.pages .table>thead>tr>th
{
    border-bottom: 1px solid #FFFFFF;
}

.pages .box
{
    box-shadow: none;
}

.pages tr:nth-child(2n)
{
    background: linear-gradient(to right, #fff9cb, #fdc81a);
}

h2
{
    color: #00acba;
    font-size: 1.5em;
}

.label-list-display-none .select label.control-label
{
    display: none;
}


@media screen and (max-width: 991px)
{
    .pages .table-responsive
    {
        border: none;
    }
}

/*.bloc-quizs
{
    display: none;
}

.bloc-questions
{
    display: block;
}*/

.off
{
    display: none;
}

a.bt-on-quiz,
a.bt-on-questions
{
    color: #333333;
    text-decoration: underline;
}

a.bt-on-quiz:hover,
a.bt-on-questions:hover
{
    color: #00acba;
    text-decoration: underline;
    cursor: pointer;
}

a.bt-on-quiz.selected,
a.bt-on-questions.selected
{
    color: #00acba;
    cursor: default;
    text-decoration: none;
}

h3
{
    font-size: 1.4em;
    font-weight: bold;
}


.btn-success:hover,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover
{
    color: #000000;
}

.btn
{
    position: relative;
    color: #000000;
}

.btn-success[disabled]:hover,
.btn-success.active,
.btn-success:active,
.btn-success.focus,
.btn-success:focus,
.btn-success:hover,
.btn-success.hover,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover
{
    color: #000;
    background-color: #ffd414;
    border-color: #ffd414;
}

.box-body
{
    padding-bottom: 20px;
}

.btn-success
{
    background-color: #f9cc00;
    border-radius: inherit;
    border-color: #f9cc00;
}

button.btn.btn-success::after
{
    content: "";
    position: absolute;
    display : block;
    height : 0;
    width : 0;
    border-top : 15px solid #f29202;
    border-left : 30px solid transparent;
    left: 0;
    top:41px;
}

.btn-success.btn-success-2
{
    background-color: #7a67ac;
    border-radius: inherit;
    border-color: #7a67ac;
    color:#FFFFFF;
}
.btn-success.btn-success-3
{
    background-color: #BBD02B;
    border-radius: inherit;
    border-color: #BBD02B;
    color:#000000;
}

.btn-success.btn-success-2[disabled]:hover,
.btn-success.btn-success-2.active,
.btn-success.btn-success-2:active,
.btn-success.btn-success-2.focus,
.btn-success.btn-success-2:focus,
.btn-success.btn-success-2:hover,
.btn-success.btn-success-2.hover,
.btn-success.btn-success-2.active.focus,
.btn-success.btn-success-2.active:focus,
.btn-success.btn-success-2.active:hover,
.btn-success.btn-success-2:active.focus,
.btn-success.btn-success-2:active:focus,
.btn-success.btn-success-2:active:hover,
.open>.dropdown-toggle.btn-success.btn-success-2.focus,
.open>.dropdown-toggle.btn-success.btn-success-2:focus,
.open>.dropdown-toggle.btn-success.btn-success-2:hover
{
    background-color: #8072a4;
    border-color: #8072a4;
    color:#FFFFFF;
}

.btn-success.btn-success-3[disabled]:hover,
.btn-success.btn-success-3.active,
.btn-success.btn-success-3:active,
.btn-success.btn-success-3.focus,
.btn-success.btn-success-3:focus,
.btn-success.btn-success-3:hover,
.btn-success.btn-success-3.hover,
.btn-success.btn-success-3.active.focus,
.btn-success.btn-success-3.active:focus,
.btn-success.btn-success-3.active:hover,
.btn-success.btn-success-3:active.focus,
.btn-success.btn-success-3:active:focus,
.btn-success.btn-success-3:active:hover,
.open>.dropdown-toggle.btn-success.btn-success-3.focus,
.open>.dropdown-toggle.btn-success.btn-success-3:focus,
.open>.dropdown-toggle.btn-success.btn-success-3:hover
{
    background-color: #E1ED8B;
    border-color: #E1ED8B;
    color:#000000;
}

a.btn.btn-success.btn-success-2::after,
button.btn.btn-success.btn-success-2::after
{
    content: "";
    position: absolute;
    display : block;
    height : 0;
    width : 0;
    border-top : 15px solid #642583;
    border-left : 30px solid transparent;
    left: 0;
    top:41px;
    color:#FFFFFF;
}

a.btn.btn-success.btn-success-3::after,
button.btn.btn-success.btn-success-3::after
{
    content: "";
    position: absolute;
    display : block;
    height : 0;
    width : 0;
    border-top : 15px solid #609C30;
    border-left : 30px solid transparent;
    left: 0;
    top:41px;
    color:#FFFFFF;
}

a.btn.btn-success.btn-success-2
{

    border-radius: 0px;
}

label
{
    color:#737373;
}


/*On cache tout les noms des labels de form standard !!! il faut ajouter un label précis pour chaque cas maintenant*/
.form-group label.control-label
{
    display: none;
}

.gras_noir
{
    font-weight: bold;
}

.gras_bleu
{
    font-weight: bold;
    color: #00acba;
}

.btn-je-minscrit
{
    margin-top: 20px;
    left: 86%;
}

@media screen and (max-width: 991px)
{
    .btn-je-minscrit
    {
        left: 0%;
    }
}

.triangle_jaune {
    display: inline-block;
    width: 15px;
    height: 12px;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #F9CC00;
}

.align_dashboard
{
    bottom: 1px;
    position: relative;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;

  border-left: 60px solid green;
}

.trait_jaune
{
    border-bottom: 3px solid #F9CC00;
    width: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.paginator_questions
{
    position: absolute;
    margin-top: 12px !important;
    left: 50%;
    transform: translate(-50%, -50%);
}

.padding_bottom_25
{
    padding-bottom: 25px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover
{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00ACBA;
    border-color: #00ACBA;
}

/* Julien styles ajoutés */
.btn-plus {
  border-radius:50%;
  background-color: #f9cc00;
  padding:2px 9px !important;
  font-weight:700;
  margin-left:5px;
}

.question_cont {
  margin-bottom:5px;
}

.question_cont div {
  display:inline;
}

.box-title {
  font-size:1.4em !important;
}

.main-footer {
  display:flex;
  width:100%;
  justify-content: flex-start;
  align-items: center;
}

.footer-links {
  flex:0 1 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 60px;
}

.footer-link {
  margin:0 10px;
  font-size:14px;
}

img.logo-prof-footer
{
    max-width: 270px;
    max-height: 100%;
    margin-left: 20px;
    padding-left: 0px !important;

    float: none !important;
    position: relative;
    z-index: 10;
}

.quiz-filter,
.users-filter {
  width:100%;
  display:flex;
  justify-content: flex-end;
  align-items: center;
}

.quiz-filter label,
.users-filter label {
  margin:20px;
  flex:0 1 auto;
}

.quiz-filter .form-group,
.users-filter .form-group {
  margin-bottom:0 !important;
  flex:0 1 auto;
}

.quiz-group input,
.users-filter input {
  max-width: 30vw;
}

.quiz-filter > .flex-child,
.users-filter > .flex-child {
  flex:0 1 auto;
  margin:20px;
}

span.deleteicon {
    position: relative;
}
span.deleteicon span {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: url('/img/picto_clear.png');
    background-size:100%;
    cursor: pointer;
}
span.deleteicon input {
    padding-right: 16px;
    box-sizing: border-box;
}

.quizform-btns {
  display:flex;
  align-items: center;
  margin-top:20px;
}

.quizform-btns > * {
  flex:0 1 auto;
  margin-right:20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color:#eee;
}

/* Julien ajout responsive */

.text-danger {
  color:#a94442 !important;
}

.pages .f-table {
  display:table;
  width:100%;
  table-layout: fixed;
}

.pages .f-thead {
  display:table-header-group;
}

.pages .f-tbody {
  display:table-row-group;
}

.pages .f-tr {
  display:table-row;
}

.pages .f-th {
  display:table-cell;
  padding:8px;
  font-weight: bold;
}

.pages .f-td {
  display:table-cell;
  padding:8px;
  word-wrap: break-word;
}

.pages .f-table .f-th,
.pages .f-table .f-td
{
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.pages .f-tr:nth-child(2n) {
  /*background: linear-gradient(to right, #fff9cb, #fdc81a);*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff9cb+0,fdc81a+100 */
  background: rgb(255,249,203); /* Old browsers */
  background: -moz-linear-gradient(left,  rgb(255,249,203) 0%, rgb(253,200,26) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgb(255,249,203) 0%,rgb(253,200,26) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgb(255,249,203) 0%,rgb(253,200,26) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9cb', endColorstr='#fdc81a',GradientType=1 ); /* IE6-9 */
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pages .f-mb,
.pages .f-mb-block {
  display:none;
}

.j-mb {
  display:none;
}

.btn-mb {
  float:right;
}

.bt-matiere {
  margin-bottom:20px;
}

@media all and (max-width: 1200px) {
  .btn-mb {
    float:none;
    margin-bottom:20px;
  }
}

@media all and (max-width: 991px) {

  .pages .f-thead {
    display:none;
  }

  .pages .f-mb {
    display:inline;
    font-weight: bold;
  }

  .pages .f-mb-block {
    display:block;
    font-weight: bold;
  }

  .pages .f-tr {
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border:1px solid rgba(0,0,0,0.1);
    margin:5px 0;
  }

  .pages .f-table .f-th,
  .pages .f-table .f-td
  {
      border:none;
      max-width:100%;
  }

  .pages .f-td {
    flex:0 1 100%;
  }

  .pages .f-td.f-td-small {
    flex:0 1 20%;
  }

  .pages .f-td.f-td-medium {
    flex:0 1 33%;
  }

  .paginator_questions {
    left: 5%;
    transform: translate(0%, -50%);
  }

  .pages .btn.btn-k {
    margin-bottom:5px;
  }

  .j-mb {
    display:block;
  }

  .j-dk {
    display:none;
  }

  .btn-mb {
    float:none;
    margin-bottom:0px;
  }

  .footer-link {
    flex-basis: 100%;
		font-size: 10px;
    text-align: right;
  }
}

/* Julien medias */
#media_container {
	width:100%;
	display:flex;
	height:60vh;
	border:1px solid #ccc;
}

#media_folders {
	height:calc(100% - 80px);
	border-right:1px solid #ccc;
}

.media_folder {
  margin-left:2rem;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.folder_title {
	cursor: pointer;
}

.media_folder::before {
	display:inline-block;
	height:24px;
	width:24px;
	content:" ";

	position:relative;
	top:0.5rem;
	margin-right:5px;

	background-image:url(../img/picto_dossier.png);
	background-size:100%;
	background-repeat: no-repeat;
}

.media_folder.open {
	font-weight:800;
}

.media_folder.closed {
	font-weight:normal !important;
}

.media_folder.open::before {
	background-image:url(../img/picto_dossier_ouvert.png);
}

#media_folders_container {
	flex:0 1 20%;
	height:100%;
}

#media_files_container {
	flex:0 1 80%;
	height:100%;
}

#media_folders_toolbar,
#media_toolbar {
	width:100%;
	height:80px;
	background-color: #eee;
	display:flex;
}

#media_toolbar .toolbar_btn {
	cursor:pointer;
	flex:0 1 auto;
	margin:1rem 2rem;

	text-align:center;
	font-size:1.5rem;
}

#media_toolbar .toolbar_btn.inactive {
	opacity:0.5;
	pointer-events: none;
}

#media_toolbar .toolbar_btn img {
	width:32px;
	height:32px;
}

#media_files {
	width:100%;
	height:calc(100% - 80px);
	display:flex;
	flex-wrap:wrap;
	overflow-y: scroll;
}

.media_file {
	flex:0 1 auto;
	width:100px;
	height:142px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor:pointer;
	margin:1rem 2rem;
}

.media_file:hover {
	background-color:#e5f3ff;
}

.media_image {
	width:100px;
	height:100px;
	padding:2px;

	display:flex;
	align-items: flex-end;
	justify-content: center;
}

.media_file img {
	max-width:100%;
	max-height:100%;

	-webkit-box-shadow: 1px 1px 1px 0px #ccc;
  -moz-box-shadow:    1px 1px 1px 0px #ccc;
  box-shadow:         1px 1px 1px 0px #ccc;
}

.file_name {
	width:100%;
	height:42px;
	max-height:42px;
	text-align: center;
	font-size:1.5rem;

	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

#uploadfoldername {
	font-weight: 800;
}

.media_lb_infos {
	display:flex;
	align-items: center;
	width:100%;
	margin-bottom:2rem;
}

.media_lb_infos > * {
	margin-right:2rem;
}

/* graphs */
.dashboard_graph_filters {
	margin-top:2rem;
}

.dashboard_graph_sort {
	cursor:pointer;
}

.dashboard_graph_sort:hover {
	color:#737373;
}

.dashboard_graph_sort.active {
	font-weight:700;
}

#dashboard_graph_period {
	/*display:none;*/
}

.dashboard_graph_btns {
	width:95%;
	display:flex;
	justify-content: flex-end;
	align-items: center;
}

.dashboard_graph_btn {
	cursor:pointer;
	margin-right:10px;
}

.results_reponses {
	margin-left:2rem;
	padding-left:1rem;
	border-left:2px solid #ccc;
}

.previewimg {
	max-width:260px;
	max-height:160px;
}

.capitalize {
	text-transform: capitalize;
}

.modify-timer {
	margin-left:10px;
	cursor:pointer;
}

/* ckedit */
.ckedit {
	resize:none;
	width:100%;
	height:41px;
}
/*
.ck-math-tex {
	position:relative;
	top:10px;
}

mjx-math {
	display:none;
}

.ck-math-tex mjx-assistive-mml {
	position:relative !important;
	margin:0 10px;
}*/

.ck-math-form .ck-button-display-toggle {
	display:none !important;
}

.icone_matiere {
	max-height: 150px;
	max-width: 100%;
}

.formation_cont {
	margin-top:3rem;
	margin-bottom:2rem;
}

.formation_cont h3 {
	margin-bottom:2rem;
}

.formation_cont_flex {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.formation_cont_title {
	color:#00acba;
	font-weight: bold;
	font-size:2em;
	margin:2rem 0;
}

.formation_flex {
	padding:0 1rem;
	overflow: hidden;
	text-align: center;
	margin-bottom:2rem;
}

.formation_flex input.btn {
	margin-right:1.5rem;
	width:80%;
	max-width: 50vw;
	padding:0;
	margin:0 auto;
	border:0;

    transition: all 0.2s ease-in-out;
}
.formation_flex input.btn:hover {
    transform: scale(1.1);
}

.formation_flex .btn {
	white-space: unset;
}

.formation_flex .btn::after {
	top:unset !important;
	bottom:-15px;
}

.formation_flex .box-footer {
	padding:0;
	border:0;
	border-radius:0;
	margin-bottom:1rem;
}

.formation_flex .icone_matiere {
	margin-right:1.5rem;
}

.formation_list {
	padding-left:1rem;
	margin-top:1rem;
	display:flex;
	justify-content: flex-start;
	flex-wrap:wrap;
}

.formation_list_formation {
	margin-right:2rem;
	margin-bottom:1rem;
}

.alert-cyan {
	border: 2px solid #00acba;
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.125);
}

.alert-danger
{
    background-color: #fff !important;
    color: #dd4b39 !important;
}

.popin-cookies
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
    background-color: rgba(0,0,0,0.5);
    z-index: 50;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.popin-content
{
    width: 60%;
    background-color: #ffffff;
    padding: 50px;
    position: relative;
}
.popin-content img
{
    margin-bottom: 20px;
}
.popin-cookies p.first
{
    font-size: 26px;
}
.popin-cookies p.second
{
    font-weight: bold;
    margin: 20px 0;
}
.popin-cookies button
{
   margin: 20px 20px 0; 
}
.footer-links .cookies
{
    cursor: pointer;
}

/* Julien popup "plus d'infos" étape 3 création de quiz */
#step3_modal_infos {
    text-align: center;
    border-radius:30px;
    max-width:50vw;
    padding: 22px 5vw 44px 5vw;
}

#step3_modal_infos p {
    margin-top:20px;
}

#step3_modal_infos h3 {
    margin-bottom:50px;
}

.step3_inner_modal {
    width:60%;
    min-width: 200px;
    border-radius:20px;
    border:3px solid #00acba;
    margin:40px auto;
    padding:5px;
}

.step3_flex {
    display:flex;
    justify-content: space-between;
    width:100%;
    margin-top:20px;
}

.step3_flex div {
    flex-basis:30%;
}