
html
{
  height:100%;
  width:100%;
}
bocdy1{
  background:url('images/jurassic-coast-1089035_1920.jpg') no-repeat;
  background-size: cover;
  height:100%;

}
body{

  /* background-image:url('https://www.unige.ch/sciences/files/3515/0756/3437/AESC_new.png'); */
  background-repeat: no-repeat;
  background-position: right top;
  text-align: justify;
  text-justify: inter-word;
  background-color: white;
}
h1{
	text-align:center;
	font-weight: bold;



}
h2{
	text-align: center;
	display:inline-block;

	font-family: "Trebuchet MS",Helvetica,sans-serif;
font-size: 19px;
letter-spacing: 2px;
word-spacing: 2px;
color: black;
vertical-align:bottom;
margin-left:10px;

}

/* Navbar */

nav{
  z-index: 3;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  background-color: #318063;
  padding: 0 10%;
}

nav .left{
  display: flex;
  color: whitesmoke;
  width: 50%;
  align-items: center;
}
nav .left img{
  width: 70px;
  margin-right: 10px;
}



nav .right{
  width: 50%;
}

nav h1{
  font-size: 2.35rem;
  margin: 0;
}

nav ul{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  height: 100%;
}

nav ul li a{
  color: white !important;
  font-size: 1.3rem !important;
}
nav ul li a:hover{
  color: #DA4444 !important;
  text-decoration: none;
}


.navPhone{
  display: none;
  justify-content: space-between;
}

.navleft{
  width: 20%;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
}

.navleft .fas{
  cursor: pointer;
}

.navmid{
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
}

.navright{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navright img{
  width: 50%;
}

#reused_form{
  margin: 0 auto;
}


.info__ct{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info__ct p{
  text-align: center;
  margin: 0 20px;
}



.bignav{
  position: fixed;
  z-index: 2;
  inset: 0;
  background-color: #318063;
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  transition: all 1000ms;
}

.bigOpen{
  transform: translateY(0);
}

.bignav ul{
  padding: 0;
}
.bignav li{
  list-style: none;
  color: white !important;
  text-align: center;
  margin: 50px 0;
  font-size: 2rem;
}
.bignav a{
  list-style: none;
  color: white !important;
  text-align: center;
}

.bignav{
  display: none;
}

@media screen and (max-width: 1000px) {
  .navPC{
    display: none;
  }
  .navPhone{
    display: flex;
  }
  .bignav{
    display: flex;
  }
}

@media screen and (max-width: 560px) {
  .navmid h1{
    font-size: 1.6rem;
  }
  .navright img{
    width: 75%;
  }
}

/* Accueil */

#hps{
  background-color: whitesmoke;
}
#hp{
  display: flex;
  width: 1000px;
  margin: 0 auto;
  align-items: center;
  margin-top: 50px;
  height: 500px;
}

.hp__left{
  width: 50%;
  height: 100%;
}

.hp__left h2{
  margin: 0 !important;
  font-size: 5.5rem;
  text-align: center;
  max-width: 430px;
  font-weight: bold;
  margin-left: 50px !important;
  margin-top: 100px !important;
}

/* margin: 20px 0px 20px 119px; */

.hp__left p{
  margin: 20px 0px 20px 79px;
}

.hp__btn{
  display: flex;
  justify-content: center;
}

.hp__left a{
  margin: 0 20px;
  padding: 6px 11px;
  border-radius: 7px;
  background-color: #DA4444;
  color: white !important;
  font-size: 1.25rem;
  border: 1px solid black;
}

.hp__left a:hover{
  text-decoration: none;
  color: black !important;
}

.hp__right{
  width: 50%;
}
.hp__right img{
  margin-left: -50px;
}

.phone{
  display: none;
  flex-direction: column;
  margin-top: 85px;
}

.phone h2{
  font-weight: bold;
  font-size: 3rem;
  margin: 50px 20px 20px 20px;
}

.phone p{
  text-align: center;
  margin: 0 20px;
  font-size: 1.8rem;
}

.phone .hp__btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -50px;
}

.phone .hp__btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 20px;
  padding: 15px 0;
  font-size: 1.7rem;
  background-color: #DA4444;
  color: white !important;
  border-radius: 15px;
  border: 1px solid black;
  font-weight: bold;
}


.phone .hp__btn a:hover{
  text-decoration: none;
  color: black !important;
}

.phone img{
  max-width: 500px;
  margin: 0 auto;
  margin-top: -50px;
}

.navPhone .navright a{
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .pc{
    display: none;
  }
  .phone{
    display: flex;
  }
}















.acc__pre{

}

.acc__pre h3{
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}

.acc__pre p{
  text-align: center;
  font-size: 1.2rem;
  max-width: 770px;
  margin: 0 auto;
}


.acc__box__container{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin-top: 50px;
  text-align: center;
}
.acc__box{
  max-width: 250px;
  height: 400px;
  margin: 0 40px;
  margin-top: 20px;
}

@media screen and (max-width: 700px) {
  .acc__box{
    max-width: 90%;
    width: 90%;
    height: 400px;
    margin: 0 40px;
    margin-top: 20px;
  }
  
  .acc__pre p{
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.acc__box__top{
  height: 45%;
  background-size: cover;
}

.acc__box:nth-of-type(1) .acc__box__top{
  background-image: url(./images/tom-hermans-9BoqXzEeQqM-unsplash.jpg);
}

.acc__box:nth-of-type(2) .acc__box__top{
  background-image: url(./images/susan-q-yin-2JIvboGLeho-unsplash.jpg);
}

.acc__box:nth-of-type(3) .acc__box__top{
  background-image: url(./images/hall-sciences-II.jpeg);
}

.acc__box:nth-of-type(4) .acc__box__top{
  background-image: url(./images/recevez-l-argent.jpg);
}
.acc__box__bottom{
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  height: 55%;
  border-radius: 0 0 15px 15px;
}

.acc__box__bottom h4{
  margin: 0 20px;
  padding-top:40px;
  font-weight: bold;
}

.acc__box__bottom p{
  margin: 0 15px;  
  margin-top: 30px;
  font-size: 1.25rem;
}


.acc__end{
  text-align: center;
  padding: 150px 0;
}

.acc__end h4{
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 2.35rem;
  margin-left: 20px;
  margin-right: 20px;
}
.acc__end p{
  margin-left: 20px;
  margin-right: 20px;
}

.acc__end a{
  color: black !important;
}

.acc__end a:hover{
  color: #DA4444 !important;
}



.Ventes {
	margin-top : 50px;

	font-family: "Trebuchet MS",Helvetica,sans-serif;
font-size: 30px;
letter-spacing: 2px;
word-spacing: 2px;
color: black;
padding:15px;
vertical-align:bottom;
margin-left:auto;
margin-right:auto;
width: 60%;
 /* background-image: url('https://cdn.pixabay.com/photo/2015/02/07/02/17/paper-626781_960_720.jpg');
border-radius: 10px 10px 10px 10px; */

box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);

}



.form-top{
  margin-top: 30px;
}
.panel{
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
  border-radius: 6px;
    border: 0;
}
@-moz-document url-prefix() {
    .form-control{
      height: auto;
    }
}
.panel-primary{
  background-color: #2c3e50;
  color: #fff;
}
.panel-primary>.panel-heading {
    color: #fff;
    font-size: 20px;
    background-color: #2c3e50;
    border-color: #2c3e50;
}
.btn-warning{
  background-color: transparent;
  border-color: #bdc3c7;
}
.tableventes{

width: 100%;
	border-radius:10px;
	border-spacing:0;
	border-collapse: separate;
	display:inline-block;
}

.tg  {
	border-collapse: separate;
	box-shadow: 8px 8px 12px #0f0f0f;
border-spacing:0;
width:100%;
margin-bottom: 30px;
border-radius:10px;
	border-style:solid;
	border-width:1px;
border-color:#616161;

background-image: url("https://cdn.pixabay.com/photo/2016/06/20/13/44/paper-1468883_960_720.jpg");
background-size: cover;
/*background-color:#616161;*/

font-family: "Trebuchet MS",Helvetica,sans-serif;
font-size: 19px;
letter-spacing: 2px;
word-spacing: 2px;
color: black;
font-weight: normal;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;

}
.tg td{
	width: 5000px;
	overflow:hidden;
	word-break:normal;
	vertical-align:center;
	 border-bottom: 1px solid #ddd;
	 border-radius:10px;

	}
.tg-0lax{
  width: 5000px;
	overflow:hidden;
	word-break:normal;
	vertical-align:bottom;
	border-bottom: 1px solid #ddd;
	 border-radius:10px;
	}
.tg .tg-0lax{
  width: 5000px;
	text-align:left;
	vertical-align:center;
	border-bottom: 1px solid #ddd;
	 border-radius:10px;
	 }
.tg .tg-s268{
  width: 5000px;
	text-align:left}


p {

		 margin: 5px 5px 5px 5px;
}

img {
  height: auto;
  width: 100%;

}

tbody{
  width: 100%;

}

 #coh {
	 margin-top:30px;
	  padding-bottom: 2.5rem;

 }
.retourBouton{

width:100%;



}
#boutonretour{
  width: 50% !important;
}

@media screen and (max-width: 4000px) {

  #content-wrap {

	background-image:url('https://www.unige.ch/asso-etud/aesc/doc/bal_logo.png');

}
#menuu{
	background-image:url('https://www.unige.ch/asso-etud/aesc/doc/bal_logo.png');
	 background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: right top;
  /*background-image:none;*/
}
.photo {
	width:38%;
  display:inline-block;
  margin: 10px 0px 10px 10px;
}
.latable{
  width: 60%;
  display: inline-block;
  vertical-align: bottom;
  }
  }
  @media screen and (max-width: 1200px) {
    .photo {
      width:35%;
    }
  }
  @media screen and (max-width: 1000px) {

.Ventes {
	width:70%;


}
    .retour2{
		width: 50%;
  }


#content-wrap {

	background-image:none;

}

#menuu{
	background-image:none;

}
  }


    @media screen and (max-width: 700px) {

.Ventes {
	width:90%;


}
.photo{
display: block;
padding-top: 10px;
margin: auto;
width: 90%
}
.latable{
width: 100%

}


  }

  @media screen and (max-width: 450px) {

body {
	  background-repeat: no-repeat;
   background-position: center top;
}
.tg  {
	border-collapse: separate;
	box-shadow: 8px 8px 12px #0f0f0f;
border-spacing:0;
width:100%;
margin-bottom: 30px;
border-radius:10px;
	border-style:solid;
	border-width:1px;
border-color:#616161;

background-image: url("https://cdn.pixabay.com/photo/2016/06/20/13/44/paper-1468883_960_720.jpg");
background-size: cover;
/*background-color:#616161;*/

font-family: "Trebuchet MS",Helvetica,sans-serif;
font-size: 13px;
letter-spacing: 2px;
word-spacing: 2px;
color: black;
font-weight: normal;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;

}
  }
    @media screen and (max-width: 320px) {


   .retourBouton{
		width: 70%;
  }
  }


 h1, .Bourse {
	  font-size:25px;
	  /*font-weight: normal;*/

  }
  .retour{
	   margin: auto;
		width: 40%;



  }
    .retour2{
		width: 50%;



  }

 h5, .Bourse {
	  font-size:25px;
	  font-weight:normal;
	  text-align:center;
	  font-family: "Trebuchet MS",Helvetica,sans-serif;

  }
  .retour{
	   margin: auto;
		width: 40%;



  }
    .retour2{
		width: 50%;



  }




input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.normalb{
	background-color: none;
	border-radius: 2px;
	color:black;
	text-align: center;
	cursor: pointer;
	 border: none;
}
.curPage{

	background-color: grey;
	border-radius: 2px;
	color:white;
	text-align: center;
	cursor: pointer;
	 border: none;
}
.pages{

	text-align:center;
	margin-bottom:30px;
}
#insvente{
	font-family: "Trebuchet MS",Helvetica,sans-serif;
font-size: 15px;
letter-spacing: 0.3px;
word-spacing: 1px;
color: black;
font-weight: normal;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;

}

.Icontainer {
	/*text-align:center;*/
  border-radius: 15px;
 /* background: darkblue; */
  padding: 20px;
  width: 70%;
  height: 70%;
  color:black;
  /* margin:auto; */
  margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;

  text-decoration:bold;


}
.topmargin{
	margin-top:40px;
	 height:10px;
	display:block;
}
.botmargin{

	height:30px;
	display:block;
}
.igrand{
		font-family: "Trebuchet MS",Helvetica,sans-serif;
font-size: 19px;
letter-spacing: 0.3px;
word-spacing: 1px;
font-weight: normal;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}
.contract{
		font-family: "Trebuchet MS",Helvetica,sans-serif;
font-size: 15px;
letter-spacing: 0.3px;
word-spacing: 1px;
color: red;
font-weight: normal;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;

}

.Inforetour{
	width:70%;

	 margin:auto;

}
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
  background-color:#fff!important;
 /* background-image:url('https://www.unige.ch/sciences/files/3515/0756/3437/AESC_new.png'); */
	 background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: right top;
}
.footer {
	height: 40px;
  text-align: center;
  background-color: #318063;
   color: white;
   /*position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;

   background-color: grey;
   color: white;
  height: 2.5rem; */
}

/* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: red;
}

/* mouse over link */
a:hover {
  color: blue;
}

/* selected link */
a:active {
  color: red;
}

#Formulaire{
	margin-top:40px;
	margin-bottom:40px;
 /*	  background-image:url('https://www.unige.ch/sciences/files/3515/0756/3437/AESC_new.png');
	 background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: right top;
	 */
}


/*mems*/

#page-container{
  margin-top: 100px;
}

#txtHint{
  display: flex;
  flex-wrap: wrap;
}

#coh{
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.tg{
  width: 47%;
  display: flex;
  align-items: flex-end;
  margin: 20px auto;
}

.tg img{
  object-fit: cover;
}

.latable p{
  font-size: 1.2rem;
}

.pages{
  width: 100%;
}


@media screen and (max-width: 1300px) {
  .tg{
    width: 90%;
  }
}


@media screen and (max-width: 700px) {
  .tg{
    flex-direction: column;
  }
}





#loader {
  position: absolute;
  left: 57%;
  top: 43%;
  z-index: 1;
  width: 90px;
  height: 90px;
  margin: -20px 0 0 -75px;
  border: 20px solid white;
  border-radius: 50%;
  border-top: 20px solid #318063;
  border-bottom: 20px solid #318063;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}

/*Ajouts Julien


nav
{
	position: sticky;
	font-family:"Adobe_Garamond_Pro_Regular";
	height: 200px;
	text-align: center;
	font-size: 120%;
  background-image:url('https://www.unige.ch/asso-etud/aesc/doc/bal_logo.png');
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: left top;
}

nav ul::after
{
	content:"";
	display: table;
	clear: both;
}

nav > ul li:hover .uppernav_nav_li_sous
{
	display: block;
}

ul.uppernav_nav
{
	list-style-type: none;
	margin-right:20px;
	padding:0;
	text-align: left;
  height: 50px;
  margin-top: 0px;
	padding-top: 40px;
	font-size: 110%;
}


li.uppernav_nav_li
{
	float: right;
}

li.uppernav_nav_li a
{
	display: block;
	color:white;
	text-align:center;
	padding:14px 16px;
	text-decoration:none;
}

ul.uppernav_nav_li_sous
{
	display: none;
	background-color: #171717;
	position: absolute;
	padding: 0px;
  list-style-type: none;
}

li.uppernav_nav_li_sous_li
{
	float: none;
	width: 100%;
	text-align: left;
	padding: 0 0;
}

li.uppernav_nav_li_sous_li a
{
	display: block;
	color:white;
	text-align:center;
	padding:14px 16px;
	text-decoration:none;
	border-bottom: none;
	z-index: 100;
}

li.uppernav_nav_li_sous_li a:hover
{
	border-bottom: none;
}


li.uppernav_nav_li a:hover
{
	/*background-color: #000000;
}


