* {
  font-family: arial;
}

p {
font-family: georgia;
font-size: 1.1em;
}

body {
	width: 1000px;
	margin: auto;
  background-color: #fffffff;
}

#titre{

height: 380px;
width: 1000px;
background-image: url('codev02.jpg');
background-position: bottom center;
background-repeat: no-repeat;
margin-bottom: 30px;
}

#titre h1{
margin-left: 30px;
}
.conteneur {
    display: grid;
    grid-template-columns: 0.5fr 1fr 1fr;
    grid-template-rows: 600px 600px 150px 300px;
    grid-gap: 10px;
}

.box {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid black;
  padding: 20px;
  box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
  }


.une {
    grid-column: 2 / 4;
}

.deux {
   grid-row: 1 / 4;
}

.trois p {
    font-size: 1.2em;
    
}

.cinq {
	display: flex;
  grid-column: 2 / 4;
  grid-row: 3 / 4;
}

.six {
	 display: flex;
	 background-color: #2f561f;
  grid-column: 1 / 4;
  grid-row: 4 / 5;
}

/*animation du bouton webmaster*/

#webmaster a {
	display: inline-block;
	background: url("images/logomoigris.png") no-repeat;
   margin-left: 20px;
}

#webmaster a:hover img {
	visibility: hidden;
}

/*animation du   bouton agglo*/

#agglo a {
	margin-left: 20px;
	display: inline-block;
	background: url("images/logoagglogris.png") no-repeat;
}

#agglo a:hover img {
	visibility: hidden;
}

/*animation du bouton cd02*/

#cd02 a {
	margin-left: 20px;
	display: inline-block;
	background: url("images/logoaisnegris.png") no-repeat;
}

#cd02 a:hover img {
	visibility: hidden;
}


/*animation du bouton région*/

#region a {
	margin-left: 20px;
	display: inline-block;
	background: url("images/logohdfgris.png") no-repeat;
}

#region a:hover img {
	visibility: hidden;
}

/*habillage boites index*/

.titreboite{
font-family: arial;
text-align: center;
margin: 20px;
border: 1px black solid;
}


/*animation du bouton région*/

#region a {
	margin-left: 20px;
	display: inline-block;
	background: url("images/logohdfgris.png") no-repeat;
}

#region a:hover img {
	visibility: hidden;
}

/*habillage titre de boite*/

.titreboite{
text-align: center;
margin: 20px;
border: 1px black solid;
}

/* page présentation*/

.conteneurp {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 400px 700px 1500px 300px;
    grid-gap: 20px;
}

.boxp{
  font-size: 1.2em;
  background-color: #fff;
  border-radius: 0px;
  border: 0px solid black;
  padding: 20px;
  box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
  }


.unep {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
}

.deuxp {
    grid-column: 1 / 4;
    grid-row: 2 / 4;
}


/* page règlement*/

.conteneure {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 400px 2000px 1600px 300px;
    grid-gap: 20px;
}

.boxe{
  font-size: 1.2em;
  background-color: #fff;
  border-radius: 0px;
  border: 0px solid black;
  padding: 20px;
  box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
  }

.unee {
    grid-column: 1 / 4;
    grid-row: 1 /4;
}

.flotte 
{
float: right;
}

/*description des boutons "liens vers des document*/

      button {
        display: inline-block;
        background-color: #7b38d8;
        border-radius: 10px;
        border: 4px double #cccccc;
        color: #eeeeee;
        text-align: center;
        font-size: 28px;
        padding: 20px;
        width: 600px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
      }
      button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
      }
      button span:after {
        content: "\00bb";
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
      }
      button:hover {
        background-color: #f7c2f9;
      }
      button:hover span {
        padding-right: 25px;
      }
      button:hover span:after {
        opacity: 1;
        right: 0;
      }

/* page proposition*/

.conteneurprop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 700px 2000px 1600px 300px;
    grid-gap: 20px;
}

/* bouton styled*/
.styled {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: #f41a1a;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:hover {
    background-color:#efbfbf;
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

/* bouton styled2*/
.styled2 {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: #a4177e;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled2:hover {
    background-color:#f189d5;
}

.styled2:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

/* bouton styled3*/
.styled3 {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: #0d8813;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled3:hover {
    background-color:#d3e7d4;
}

.styled3:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

/* bouton styled4*/
.styled4 {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: #f35f0e;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled4:hover {
    background-color:#f9d7c4;
}

.styled4:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

