﻿/*
Feuille de Style --
*/

body
{

/*    background-color: #DAE1F7;
    Color: black; */
    background-image: url("images/background.jpg");
    background-attachment: fixed; 
    background-repeat: repeat;
align-items: center;
justify-content: center;
       width:100%;

}


#wrapper
{
    width: 85%;
    margin: auto;
}




.speech
{
    background-color:white;
    border-style:ridge;
    border-color:black;
    width:80%;
    text-align:justify;
    margin:auto;
    Font-family:Helvetica;
    font-weight:light;
    margin-top:20px;
    padding-right:20px;
    padding-left:20px;
     box-shadow: 7px 7px 10px #AAA;    
}



.speech semester
{
    color: black;  
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-family: "Calibri",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  margin-left: 0px;
}

.speech physmat
{
    color: #3C43A5;       
    font-family: "HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-family: "Calibri",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  margin-left: 0px;
}


.speech course
{
    color: black;
    font-family: "TimesNewRoman","HelveticaNeue-Light","Helvetica Neue","Arial",sans-serif;
    font-family: "Calibri",sans-serif;
    font-size: 18px;
    font-style: bold;
    font-weight: 600;
}


.speech p
{
font-family: "Helvetica-Light","Helvetica";
font-size: 16px;
font-weight: 300;
}


.speech a:link
{
    color: #0C80E5;
}

.speech a:visited
{
    color: #0C80E5;
}


.speech a:hover
{
  border-bottom: 1px solid;
  color: #F63F39;
}


.speech imgbox {
            display: grid;
            height: 100%;
        }
.center-fit {
            max-width: 100%;
            /* max-height: 100vh; */
            margin: auto;
        }
	




.img-polaroid
{
text-align: center;
float: left;
     
}


header
{
    background-image:linear-gradient(to right, #6B6C7A, #1C1F48);    
    padding:10px;
     box-shadow: 0px 5px 10px #AAA;    
}
header a
{
    color: #C3C2C1;
    text-decoration:none
}



#title
{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;

    -webkit-flex-direction: row;
    -webmsex-direction: row;
    flex-direction: row;

    margin: 5px;  
}

#intitule
{
 /*font-size: 2.3em; */  
 color: white;
 font-family: 'Arial'; 
 font-weight: bold;
     margin-left: 5px; /*espace autour du nom */
}


#naviga
{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;-webkit-flex-direction: row;-ms-flex-direction: row;
   justify-content: space-around;-webkit-justify-content: space-around;
    border-top-style: ridge;      
    border-top-color: white;    
    border-bottom-style: ridge;
    border-bottom-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-top:10px;
    padding:1%;
    width:85%;
   }


#naviga a
{
    font-size: 1.3em;
    color: white;
    text-decoration:none
}



#sidenaviga
{
list-style-type: none;
  margin: 20px;
  padding: 10px;
  width: 200px;
  background-color: #f1f1f1;
  box-shadow: 5px 5px 10px 3px black;

}

#sidenaviga a
{
   display: block;
  color: #000;
  padding: 20px 16px;
  text-decoration: none;
}

#sidenaviga a:hover {
  background-color: #555;
  color: white;
}

section
{
    display: flex;display:-webkit-flex;
    flex-direction: row;    -webkit-flex-direction: row;
    justify-content: center;    -webkit-justify-content: center;
	margin-bottom: 1px;
    margin-top: 10px;
    background-color:white;
    padding:10px;
    align-items: left;
    width: 100%;
}


.My_photo
{
/*    height:160px;
    width:auto;
    horizontal-align:middle;*/
    display: block;
  margin-left: auto;
  margin-right: 10px;
  width: 20%;
float: left;
}


footer
{
    background-image:linear-gradient(to right, #55554F, #9F9F9C);    
    padding:10px;
}

.floating_image
{
    width: 110px;
    float:left;
    margin:5px;
}



footer ul,footer a{
    list-style-type:none;
    color:white;
    text-align:center;
    font-size:10pt;
}


footer #naviga
{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;-webkit-flex-direction: row;-ms-flex-direction: row;
   justify-content: space-around;-webkit-justify-content: space-around;
   border-bottom-color: black;
   border-top-color: black;
   margin-left: auto;
    margin-right: auto;
    margin-top:1px;
    margin-top:1px;
    padding:1%;
    width:65%;
    font-size:10pt;
}

footer #naviga a{
    color: black;
    text-decoration:none
}

.formulaire
{
    background-color:white;
    border-style:ridge;
    border-color:black;
    width:80%;
    text-align:justify;
    margin:auto;
    Font-family:Helvetica;
    font-weight:light;
    margin-top:40px;
    padding-right:20px;
    padding-left:20px;
    box-shadow: 7px 7px 10px #AAA;
}



a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}



#banniere_image
{
    height: 200px;
     /*    background: url('images/turbulent-jet2.png');*/
/*        background: url('images/testtt.png'); */
        background: url('presentation_master_themes.jpg');
    background-size: cover;
    position: relative;
  }


#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
}

  


