
html {
    font-size: 0.625em;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

p {
    color: #706f6f;
    font-size: 2.4em;
    margin-bottom: 1.75rem;
    line-height: 1.25;
}

strong {
    font-weight: bold;
}

main {
    max-width: 128rem;
    padding-bottom: 4em;
}

.text-orange {
    color: #EE7203;
}

.mailto {
    text-decoration: none;
    color: inherit;
}

.mailto:hover {
    /* text-decoration: none; */
    color: inherit;
}

/* HEADER */

.header__titles {
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header__titles h1 {
    color: #EE7203;
    text-transform: uppercase;
    font-size: 4.8em;
    font-weight: 400;
    line-height: .5;
    margin: 4.9rem 0 0 -15rem;
}

.header__titles h2 {
    color: white;
    font-size: 6.8em;
    font-weight: bold;
    margin-left: 25rem;
}

@media (max-width: 1099.98px) { 
    .header__titles {
        align-items: start;
    }

    .img-fluid {
        width: 100%;
    }

    .header__titles h1 {
        margin: 0 0 0 20%;
    } 

    .header__titles h2 {
        font-size: 4.8em;
        margin: 0 0 0 20%;
    }
}

@media (max-width: 789.98px) { 
    .header__titles {
        align-items: start;
    }
    .img-fluid {
        width: 100%;
    }

    .header__titles h1 {
        margin: 0 0 0 20%;
        font-size: 1.8em;
    } 

    .header__titles h2 {
        margin: 0 0 0 20%;
        font-size: 2.8em;
    }
}

/* POUR IE11 */ 

/* @media all and (-ms-high-contrast: none) and (-ms-high-contrast: active) and (max-width: 1099.98px) {
    .header__titles {
        top:0;
    }

    .header__titles h1 {
        margin: 0 0 0 20%;
    } 

     .header__titles h2 {
        margin: 0 0 0 20%;
        font-size: 4.8em;
    } 
} */

.navbar-toggler {
    padding: 1.5em;
    font-size: 1.3em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: relative;
}

.navbar-toggler i{
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar {
    padding: 0;
}

.nav-link {
    padding-right: 1rem;
    color: #706f6f;
    border-bottom: 1px solid #706f6f;
    border-right: 1px solid #706f6f;
    border-left: 1px solid #706f6f;
    border-radius: 0px 0px 10px 10px;
    margin-right: .2rem;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2;
}

/* for link with one line */
.nav-link:last-child {
    line-height: 2.8rem;
}

.nav-link:hover,
.active {
    color: #EE7203 !important;
    border-bottom: 1px solid #EE7203 !important;
    border-right: 1px solid #EE7203 !important;
    border-left: 1px solid #EE7203 !important;
    border-radius: 0px 0px 10px 10px;
}

/* MAIN */

.main__title {
    color: #EE7203;
    font-size: 4.8em;
    margin-top: 5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.main__subtitle {
    color: #706f6f;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 300;
    line-height: 3rem;
}

.main__arrow-title {
    font-size: 2.4em; 
    font-weight: 500;
    color: #706f6f;

}

.main__arrow-title::before {
    content:"\2794";
    color: #EE7203;
    margin-right: .5em;
}

.main__arrow-title span {
    font-size: 2.4rem; 
    font-weight: 500;
    color: #EE7203;
    font-weight: 300;
    font-style: italic;
}

.main__download {
    font-size: 1.8em;
    color: #212529;
    font-weight: normal;
}

.main__download a {
    font-weight: bold;
    text-decoration: underline;
    color: #212529;
}

.main__arrow-title-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 40px;
}

.main__arrow-title-list li {
    margin: 2em 0;
}

.asterisque {
    font-size: 1.8em;
    font-weight: 300;
    font-style: italic;
    /* color: #212529; */
}

.contact-subtitle, .main__contact {
    font-size: 2.1em;
    margin-left: 1.5rem;
    color: #212529;
}

.procedure li {
    font-size: 2.1em;
    color: #212529;
    list-style-type: square;
}

.h3 {
	background-image: linear-gradient(transparent 12px, #dadada 10px);
	padding: 0 25px 5px 5px;
	background-position: left -5px right 5px top 0px;
	background-repeat: no-repeat;
	display: inline;
	font-size: 24px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    
    p {
        font-size: 1.8em;
    }

    .main__arrow-title span {
        font-size: 1.8rem; 
    }

    .main__title {
        font-size: 4.2em;
    }
    
    .main__subtitle {
        font-size: 1.2rem;
    }
    
    .main__arrow-title {
        font-size: 1.8em; 
    }
    
    .main__download {
        font-size: 1.2em;
    }
    
    .asterisque {
        font-size: 1.2em;
    }
    
    .contact-subtitle, .main__contact {
        font-size: 1.8em;
    }
    
    .procedure li {
        font-size: 1.8em;
    }
 }