
/* Fonts */

/* font-family: 'Russo One', sans-serif; */
/* font-family: 'Itim', cursive; */

/* GENERAL */
html,
head,
body,
div,
main,
footer,
h1,
h2 {
    margin: 0;
    padding: 0;
}

/* Main */

main{
    width: 1060px;
    margin: 20px auto;
}

.clear{
    clear: both;
}

.last{
    margin-right: 0 !important;
}

.separator{
    margin-bottom: 20px;
}

.col{
    margin-right: 20px;
    float: left;
}

/* Header */

header {
    position: relative;
    margin-bottom: 80px;
}

header h1 {
    font-family: 'Russo One', sans-serif;
    font-size: 43px;
    color: black;
    margin-bottom: 2px;
}

header h2 {
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    color: rgb(22, 60, 117);
    margin-top: -20px;
    margin-bottom: 30px;
}

hr.new2 {
    border: 1px dashed rgb(61, 61, 61);
    border-radius: 5px;
  }

header a {
    font-family: 'Russo One', sans-serif;
    text-decoration: none;
    color: black;
    font-size: 18px;
}

header a:hover{
    text-decoration: none;
    color:rgb(151, 25, 25);
    font-size: 18px;
}

header a:active{
    text-decoration: none;
    color:rgb(202, 121, 15);
    font-size: 18px;
}

.current a{
    text-decoration: none;
    color:rgb(151, 25, 25);
    font-size: 18px;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    padding-left: 50px;
}

nav ul li:hover ul {
    display: inherit;
    position: absolute;
    top: 39px;
    left: 165px;
    font-size: 16px;
}

nav ul li ul li {
    display: block;
    background: rgba(73, 137, 221, 0.7);
    width: 120px;
    height: 40px;
    padding: 0 0 0 15px;
    border:1px dotted
}

nav ul li ul li a {
    color: #232422;
    font-size: 16px;
}

nav ul li ul li a:hover {
    color: #4e28f7;
    font-size: 16px;
}

nav ul li ul li a:active {
    color: #1e0c70;
    font-size: 16px;
}

nav {
    position: absolute;
    right: 0;
    bottom: 10px;
    margin-right: 10px;
}

nav ul li ul {
display: none;
}

nav ul li ul a:hover{
    display:inline-table;
    }

/* SECTION */


section h1 {
    font-family: 'Russo One', sans-serif;
    font-size: 32px;
    color: rgb(22, 60, 117);
    text-decoration: underline;
    text-align: center;
}

section p {
    font-family: 'Itim', cursive;
    text-justify: inter-word;
    text-align: justify;
    font-size: 16px;

}

section a{
    font-family: 'Itim', cursive;
    color: black;
    text-decoration: bold;
    font-size: 16px;
}

section a:hover{
    text-decoration: bold;
    color:rgb(151, 25, 25);
    font-family: 'Itim', cursive;
    font-size: 16px;
}

/* FOOTER */

footer {

    background-color: #c85303;
    margin-top: 10px;

}

footer p{
    font-family: 'Itim', cursive;
    text-align: center;
    background-color: rgb(19, 75, 196);
    padding: 10px 0 10px;
}

/* Colonnes */

.col-4-12{
    display: inline-block;
    width: 340px;
    height: 200px;
    z-index: 2;
}

.col-6-12{
    width: 520px;
    height: 400px;
    display: inline-block;
    padding-left: 20px;
    padding-top: 20px;
}

.col-1-6{
    font-family: 'Russo One', sans-serif;
    width: 45px;
    height: 45px;
    float: left;
    position: relative;
    margin-top: 0px;
    font-size: 60px;
    text-align: center;

}

.construct {
    font-family: 'Russo One', sans-serif;
    position: absolute;
    width: 250px;
    height: 85px;
    background-color: rgb(251, 255, 0);
    border-color: black;
    border-style: dotted;
    font-size: 20px;
    text-align: center;
    right: 0;
    margin-right: 320px;

}

