@import url('https://fonts.googleapis.com/css?family=Permanent+Marker');

/*général*/
.bleu
    {
    color: #0084ff!important;    
    }
.ft-page
    {
    /*background-color: white;*/
    background-image: url(../image/fond.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    }
h1
    {
    font-weight: 900!important;
    }
blockquote
    {
    border-left: 5px solid #0084ff!important;    
    }
video
    {
    background-color: black;    
    }
.f300
    {
    font-weight: 300;    
    }
.f500
    {
    font-weight: 500;    
    }
g
    {
    font-weight: 500;    
    }
.icone_align
    {
    vertical-align : sub;
    }
.demo-list-icon
    {
    width: 400px;
    }
.mdl-layout__content
    {
    background: white;
    }
.bloc_info
    {
    margin-top: 25px;
    margin-bottom: 25px;
    }
.padding_25px
    {
    padding: 25px!important;
    padding-bottom: 30px;
    }
header i
    {
    margin-top: 5px;    
    }
.gris
    {
    color: #9e9e9e!important;   
    }
.tab
    {
    text-indent: 25px;    
    }
/*header*/
.titre
    {
    padding: 50px;
    padding-left: 0;
    }
/*Button*/
#btn_pop
    {
    position: fixed;
    bottom: 2.5%;
    margin: auto;
    width: 100%;
    }
#btn_pop a
    {
    display: block;
    margin: 0 auto;    
    }
/*section*/
#fond
    {
    background-image: url(../image/MakeEasyMovie_Logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 35%;
    margin-top: 50px;
    }
/*footer*/
footer
    {
    position: absolute;
	background-image: url(../image/footer/fond.png);
	background-color: rgba(255, 255, 255, 0.25);
	background-size: contain;
	background-repeat: repeat;
    width: 100%;
    height: 150px;
    bottom: 0;
    display: flex;
    }
footer div
    {
    display: inline-block;    
    }
#partenaire
    {
    display: flex;
    justify-content: flex-end;
    }
#info
    {
    margin: 10px;
    margin-left: 25px;
    }
.icone
    {
    width: 100px;
    height: 100px;
    margin: 10px;
    margin-right: 25px;
    transition: 3s;
    }
.icone:hover
    {
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
    transition: 3s;
    }
#numic
    {
    background-image: url(../image/footer/logo_Numic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    }
#rennes2
    {
    background-image: url(../image/footer/logo_Rennes2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;        
    }
#edu_nat
    {
    background-image: url(../image/footer/logo_education_national.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;        
    }
.mdl-list__item
    {
    line-height: 250%;
    }
.item_size
    {
    width: 0.5em!important;
    height: 0.5em!important;
    margin-right: 20px;
    }
/*Position*/
.milieu
    {
    position: relative;
    }
/*Calendrier*/
#calendrier
    {
    background-color: rgba(255, 255, 255, 1);
    }
#bord_noir
    {
    border-bottom: 1px solid #484848;    
    }
/*PopUp*/
.pop_bg
    {
    height: 15px;
    }
#popup_img
    {
    position: relative;
    height: 148.5px;
    width: 100px
    padding-left: 12px;
    background-image: url(../image/Nuage/canvas.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: content;
    }
/*Objectif*/
.rech_img
    {
    background-image: url(../image/Objectifs/recherche.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
    }
.pedag_img
    {
    background-image: url(../image/Objectifs/pedag_.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
    }
.info_img
    {
    background-image: url(../image/Objectifs/info.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
    }
/*icone*/
.rem
    {
    font-size: 2.56rem;
    line-height: 200%;
    font-family: 'Permanent Marker', cursive;
    margin: 1.78rem 0 1.424rem 0;
    font-weight: 400;
    box-sizing: inherit;
    white-space: normal;
    -webkit-text-size-adjust: none;
    color: rgba(0,0,0,0.87);
    }

.icone_fin
    {
    vertical-align: middle;
    font-size: 6rem;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    }

@keyframes example {
  0% {font-size: 4rem;}
  90% {font-size: 8rem;}
  100% {font-size: 4rem;}
}
/*Logo*/
.logo_sample
    {
    width: 150px;
    height: auto;
    position: fixed;
    top: 25px;
    right: 25px;
    }
/*Lettrine*/
div.lettrine p:first-child:first-letter
    {
    float: left;
    font-size: 72px;
    line-height: 72px;
    margin: 0 6px 0 0;
    color: #0084ff!important;
    }
/*Autre*/
.force_color
    {
    border-top-color: rgba(160, 160, 160, .75)!important;
    }
.pp
    {
    width: 200px;
    height: 150px;
    margin: auto;
    }
/*Flou*/



.blurryText{

   color: transparent;

   text-shadow: 0 0 5px rgba(131,246,228,0.8);

}

/*Shadow*/
    /*
    Below is the syntax for adding values to the box shadow property 
    box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit;
    */
.boxShadow
	{
	/*Chrome, Safari*/
  	-webkit-filter: drop-shadow(5px 5px 5px #222);
  	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.05);
	}
