/*--Police d'écriture--*/
@font-face
    {
    font-family: 'Didot'; /*Nom*/
    src: url('../fonts//didot.ttf'); /*Url*/
    };
@import url('https://fonts.googleapis.com/css?family=Inconsolata');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400i');

#nav_
    {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    }

#logo_container_bas
    {
    justify-content: space-around;
    height: auto;
    width: 350px;
    margin: auto;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    transition: 1s;
    }
#logo_container_bas a
    {
    margin: 10px;
    margin-bottom: 15px!important;
    }
#numic
    {
    width: 100px;
    height: 50px;
    background-image: url(../image/Logo/logo_Numic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
#rennes2
    {
    width: 100px;
    height: 50px;
    background-image: url(../image/Logo/logo_Rennes2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
#education_national
    {
    width: 100px;
    height: 50px;
    background-image: url(../image/Logo/logo_education_national.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
/*--Propriétés LOGO "MAKE EASY MOVIE"--*/
body
    {
    min-width: 1000px;
    }
header
    {
    padding: 50px;
    display: flex;
    }
#vertical_header
    {
    flex-direction: column;
    }
.logo_anim
    {
    width: 500px!important;
    height: 200px!important;
    }
.no_scroll
    {
    overflow: hidden;    
    }
.logo
    {
    background-image: url(../image/MakeEasyMovie_Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 500px;
    margin: 20px;
    }

.logo_center
    {
    width: 500px;
    height: 200px;
    margin: auto;
    }

.logo_block
    {
    width: 500px;
    height: 200px;
    /*display: inline-block;*/
    }

.logo_left
    {
    background-position: left;
    display: inline-block;
    }

.logo_right
    {
    background-position: right;    
    }
/*--Sous Titre--*/
#sous_titre 
    {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 43.5px;
    width: 100%;
    text-align: center;
    }  

.icone_logo
    {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    min-width: 100px;
    }

.curseur_pointeur
    {
    cursor: pointer;    
    }

.media_section
    {
    margin-top: 12px;    
    }

#logo_container
    {
    margin-top: 50px;
    height: 200px;
    /*background-color: chartreuse;*/
    display: flex;
    justify-content: space-between;
    }

.logo_box
    {
    height: 100%;
    width: 10%;
    /*background-color: aquamarine;*/
    padding: 15px;
    transition: .2s;
    }

.logo_box:hover
    {
    padding: 10px;    
    }

.logo_box a
    {
    position:absolute;
    width:100%;
    height:200px;
    z-index: 1000;
    top: 0;
    }

.logo_box object
    {
    position: absolute;
    z-index: -1000;
    top: 0;
    }

.logo_box .link
    {
    position:absolute;
    width:100%;
    height:200px;
    z-index: 1000;
    top: 0;
    }

.logo_help
    {
    background-image: url(../image/accueil/info.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    width: 30px;
    height: 30px;
    /*background-color: black;*/
    float: right;
    z-index: 2000;
    }

box_lr
    {
    flex: 2;    
    }

.container
    {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 5%;
    }

.scene
    {
    padding: 0;
    margin: 0;
    }

footer
    {
    position: fixed;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    }

footer img
    {
    width: 125px;
    height: auto;
    padding: 10px;
    }

#container_icone
    {
    padding-top: 15vw;
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    }

.icone
    {
    width: 200px;
    transition: 1s;
    }

.icone:hover
    {
    width: 300px;    
    }

.fond_carton
    {
    background-image: url(../image/accueil/Paper_0003_Layer%2039.jpg);   
    }
.fond_mousse
    {
    background-image: url(../image/accueil/fond_light.jpg);
    background-repeat: repeat;
    background-position: center;
    }

.fond_blanc
    {
    background-color: #EFEFEF!important;  
    }

body
    {
    background-color: white!important;
    }

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 2px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -200px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.bouton
    {
    position: fixed;
    left: 45%;
    bottom: 1%;
    margin: auto;
    width: 200px;
    height: 150px;
    background-image: url(../image/accueil/button_off.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 21;
    }

.bouton.on
    {
    background-image: url(../image/accueil/button_on.png);
    }

.fresnel
    {
    position: fixed;
    bottom: 0;
    left: -200px;
    width: 624px;
    height: 410px;
    background-image: url(../image/accueil/fresnel_off.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    z-index: 9;
    }

.fresnel.on
    {
    background-image: url(../image/accueil/fresnel_on.png);
    }

.cover_black
    {
    position: fixed;
    width: 0;
    height: 0;
    /*
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);*/
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 10
    }

.cover_black.off
    {
    position: relative;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 10
    }

/*--Title_section--*/
    
#onglet_section
    {
    background-color: rgba(255, 255, 255, 0.1)!important;
    width: 280px;
    margin: auto;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    }

#onglet_article
    {
    background-color: rgba(0, 0, 0, 0.5)!important;
    margin: auto;
    padding: 0px .5% 0px .5%;
    }

.onglet_parent
    {
    margin: 2.5%;
    width: 95%;
    }

.btn, .btn:hover, #onglet_section, #onglet_article, .mdl-button--fab
    {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;    
    }

#onglet_section ul
    {
    display: flex;
    justify-content: space-around;
    border-left: 0!important;
    }

section
    {
    padding-bottom: 70px;
    background-color: rgba(255, 255, 255, 0.1);
    }

.title_cours
    {
    padding-left: 20px;
    padding-right: 20px;
    }

.title_cours h1
    {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: 800%;
    }

.title_cours h3
    {
    font-size: 200%;    
    }

.border_tiret
    {
    border-style: dashed;
    border-width: 2px 0px 2px 0px;    
    }

.title_section
    {
    background-color: rgba(0, 0, 0, 0.51);
    padding: 10px;
    flex-direction: row;
    height: 75px;
    z-index: 3000;
    }

.title_section .section_container
    {
    display: flex;
    }

.title_section .section_bouton
    {
    height: auto;
    padding-right: 15px;
    }


.title_section .section_selection
    {
    margin: 0;    
    }

.title_section .nom_section
    {
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    font-style: italic;
    margin: 0 0 40px 0;  
    }

/*--info--*/

.info
    {
    background-color: rgba(255, 255, 255, 0.5);
    height: 75px;
    width: 600px;
    padding: 5px;
    z-index: 2000;
    overflow: hidden;
    text-overflow: " [..]";
    min-width: 150px;
    }

.info .info_info
    {
    margin: 0;
    font-weight: 500;
    padding-bottom: 3px;
    }

.info .text_info
    {
    line-height: 110%;
    font-weight: 200;
    }

/*--Propriétés de position--*/
.position_droite
    {
    float: right;
    margin-right: 30px;
    margin-left: 30px;
    }

.position_gauche
    {
    float: left;
    margin-right: 30px;
    margin-left: 30px;
    }

/*--Propriétés de taille--*/
.full
    {
    width: 100%;
    height: 100%;
    }

.full_
    {
    height: 100%;
    }

/*--Flex--*/
.flex
    {
    display: flex;
    height: 100%;
    }

.flex_justify
    {
    justify-content: center;
    align-items: center;
    }

.flex50
    {
    width: 50%;    
    }

/*--Menu--*/
.menu .card
    {
    margin: 12px;
    }

#dechir_gauche
    {
    position: fixed;
    top: 0;
    left: -32px;
    z-index: 20;
    }

#dechir_gauche img
    {
    width: 65px;    
    }


.conteneur_cours
    {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 25px;
    }

.conteneur_fond
    {
    /*border-left: thick solid #FF4081;*/
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2); 
    }

.soft
    {
    padding: 0px 0px 0px 0px;
    }

.article_title
    {
    padding: 0px 25px 25px 25px;
    }
blockquote
    {
    /* une paire de guillemets
    quotes: "«\00A0" "\00A0»";*/
    border-left-width: 0px!important;
    }


blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.25);
  
  /*Positioning*/
  position: absolute;
  left: 15px;
  top:-10px;
  z-index: 0;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote span
    {
    z-index: 1;
    padding-left: 35px;
    }

article h3
    {
    padding-left: 35px!important;
    color: #383737;
    }

article h4
    {
    font-style: italic;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    text-align : left;  
    color: #383737;
    margin-left: 100px;
    }

.article_explication
    {
    width: 50%;    
    }

article p
    {
    color: black!important;    
    padding: 0px 20px 0px 20px;
    }

.blockquote_article
    {
    color: #393939!important;
    }
.nav_article
    {
    color: rgb(117, 117, 117);
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-left: thick solid white;
    }
.nav_article ul
    {
    color: rgb(117, 117, 117);
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    list-style-type: none;
    padding-left: 20px;
    }
.nav_article ul li
    {
    color: rgb(117, 117, 117);
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    position: relative;
    }
.nav_article ul li a
    {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-decoration: none;
    text-decoration-color: rgb(0, 188, 212);
    text-decoration-line: none;
    text-decoration-style: solid;
    transition: .25s;
    color: white;
    }
.nav_article ul li a:hover
    {
    color: white!important;
    transition: .05s;
      text-shadow: 0 1px 0 rgb(204,204,204) , 0 2px 0 rgb(201,201,201) , 0 3px 0 rgb(187,187,187) , 0 4px 0 rgb(185,185,185) , 0 5px 0 rgb(170,170,170) , 0 6px 1px rgba(0,0,0,0.0980392) , 0 0 5px rgba(0,0,0,0.0980392) , 0 1px 3px rgba(0,0,0,0.298039) , 0 3px 5px rgba(0,0,0,0.2) , 0 5px 10px rgba(0,0,0,0.247059) , 0 10px 10px rgba(0,0,0,0.2) , 0 20px 20px rgba(0,0,0,0.14902) ;
    }

article p
    {
    font-family: 'Inconsolata', monospace;    
    }

.demo-card-square p
    {
    font-family: "Helvetica","Arial",sans-serif;    
    }

.image_titre img
    {
    width:100%;
    height:auto;
    }