.heading h1 {
    
    font-family:Raleway, sans-serif;
    font-size:46px;
    line-height:50px;
    font-weight:400;
    color:#0062a1;
    margin-bottom:40px;   
    padding-left:20px;
    border-left: 3px solid #0062a1;
    margin-top:80px;
    text-transform:uppercase;
    
    }

.intro {
    
    width:100%;
    padding:50px 0px 100px 0px;
    display:flex;
    flex-wrap:wrap;
    
    font-family:Raleway, sans-serif;
    
    }
    

.slider {
    
    width:60%;
    height:750px;
    overflow:hidden;
    position: relative;    
    }

.slide {
    
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    animation: slide 42s infinite;    
    
    }
    
    
.right {
    
    width:40%;
    
    }

.frame {
    
    background-color:white;
    position:relative;
    left:-180px;
    padding:60px;
    margin-top:110px;
    width:150%;
    box-sizing:border-box;
    
    }
    
.right h1 {
    
    font-size:34px;
    line-height:40px;
    font-weight:400;
    color:#0062a1;
    margin-bottom:40px;
    
    }

.right h2 {
    
    font-size:72px;
    line-height:78px;
    font-weight:300;
    color:#333;
    margin-bottom:40px;

    }

.right p {
    
    font-size:22px;
    line-height:26px;
    font-weight:400;
    color:#555;
    margin-bottom:20px;
    
    }
    
.actu {
    
    font-family:Raleway, sans-serif;
    background-color:#eee;
    padding:50px;
    margin-top:80px;
    margin-bottom:80px;
    
    }

.actu.archive {

    background-color:rgba(0,98,161,0.15);
    
    }
    
.actu h2, .partenaires h2 {
    
    font-size:42px;
    line-height:48px;
    font-weight:300;
    color:#333;
    margin-bottom:85px;
    
    }
    
.actu h3 {
    
    font-size:28px;
    line-height:36px;
    font-weight:300;
    color:#0062a1;
    margin-bottom:85px;    
    
    }

.actu form {

    margin-left:30px;
    border-left:8px solid #0062a1;
    padding:50px;
    margin-bottom:70px;
    width:90%;
    box-sizing:border-box;  
    background-color:#fff;
    
    }

.actu label, .actu input, .actu button {
    
    font-size:22px;
    line-height:26px;
    font-weight:400;
    color:#555;
    margin-bottom:40px;
    margin-right:30px;
    
    }

.actu button {
    
    border-radius:0px;
    padding:15px 35px;
    background-color:rgba(0,98,161,0.15);
    border:none;
    cursor:pointer;
    margin-bottom:0px !important;

    
    }

.news_item {
    
    margin-left:30px;
    border-left:8px solid #0062a1;
    padding:50px;
    margin-bottom:70px;
    width:90%;
    box-sizing:border-box;
    background-color:#fff;

    
    }
    
.news_item h3 {
    
    font-size:22px;
    line-height:26px;
    font-weight:600;
    color:#0062a1;
    margin-bottom:5px;
    
    }

.news_item h5 {
    
    font-size:16px;
    line-height:18px;
    font-weight:100;
    color:#333;
    margin-bottom:30px;
    
    }

.news_item h4 {
    
    font-size:36px;
    line-height:40px;
    font-weight:300;
    color:#222;
    margin-bottom:10px;

    }

.news_item>div {
    
    font-size:16px;
    line-height:20px;
    font-weight:300;
    color:#333;
    margin-bottom:40px;
    
    }

.news_item a {
    
    font-size:16px;
    line-height:18px;
    font-weight:300;
    color:#0062a1;
    font-style:italic;
    
    }    


.file {
    
    display:flex;
    flex-wrap:wrap;
    padding:8px !important;
    
    }
    
.file_left {
    
    width:25%;
    margin-bottom:0px !important;
    text-align:center;
    
    }
    
.file_left img {
    
    height:120px;
    
    }
    
.file_right {
    
    width:75%;
    margin-bottom:0px !important;
    
    }

.file_right h3 {
    
    margin-top:15px;
    
    }

.file_right div {
    
    margin-top:15px;
    margin-bottom:15px;
    
    }

.partenaires {
    
    font-family:Raleway, sans-serif;
    background-color:none;
    padding:50px;
    margin-top:80px;
    margin-bottom:80px;
    
    }
    
.partenaires_list {

    display:flex;
    flex-wrap:wrap;

}

.partenaires_item {

    width:25%;
    box-sizing:border-box;
    padding:5px;
    text-align:center;

}

.partenaires_item img {
    
    height:120px;
    
}    

.fipf img {
    
    height:150px !important;
    
    }

.contact-us {

    font-family:Raleway, sans-serif;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    
    }

.contact-us a {
    
    display:inline-block;
    text-decoration:none;
    padding:30px;
    background-color:#0062a1;
    color:white;
    text-align: center;
    
    font-size:22px;
    line-height:26px;
    font-weight:600;
    }

@media only screen and (max-width: 1310px) {


.partenaires_item {

    width:50%;
    margin-bottom:35px;
    
    }


}


@media only screen and (max-width: 1100px) {

.intro {
    
    padding:50px 0px 20px 0px;
    
    }

.slider {
    
    width:100%;
    height:500px;

    }

.right {
    
    width:100%;
    
    }

.frame {
    
    background-color:white;
    left:-0px;
    padding:25px;
    margin-top:60px;
    width:100%;
    text-align:center;
    
    }

.file {
    
    display:flex;
    flex-wrap:wrap;
    padding:8px !important;
    margin-left:0px;
    width:100%
    
    }

}

@media only screen and (max-width: 710px) {

.partenaires_item {

    width:100%;
    margin-bottom:35px;
    
    }


}


@media only screen and (max-width: 600px) {


.actu h2, .partenaires h2{
    
    text-align:center;
        
    }

.actu {
    
    padding:10px;
    margin-top:20px;
    margin-bottom:20px;
    
    }
    
.news_item {
    
    margin-left:0px;
    padding:10px;
    margin-bottom:40px;
    width:100%;
    
    }
    

    
.partenaires_item img {

    max-width: 250px;
    height:auto;
    
    }

.right h1 {
    
    font-size:36px;
    line-height:40px;
    margin-bottom:30px;
    
    }

.right h2 {
    
    font-size:48px;
    line-height:56px;
    margin-bottom:30px;

    }

.right p {
    
    font-size:20px;
    line-height:26px;
    
    }
.actu h2, .partenaires h2 {
    
    font-size:48px;
    line-height:56px;
    margin-bottom:65px;
    
    }
    
.actu h3 {
    
    font-size:28px;
    line-height:36px;
    font-weight:300;
    color:#0062a1;
    
    }

.news_item h3 {
    
    font-size:16px;
    line-height:22px;

    
    }

.news_item h5 {
    
    font-size:12px;
    line-height:18px;
    font-weight: 300;
    margin-bottom:15px;
    
    }

.news_item h4 {
    
    font-size:24px;
    line-height:30px;


    }

.news_item>div {
    
    font-size:13px;
    line-height:18px;

    margin-bottom:20px;
    
    }
    
.file_left {
    
    width:100%;
    text-align:left;
    
    }
    
.file_left img {
    
    width: 20%;
    height: auto;

    }
    
.file_right {
    
    width:100%;
    
    }

.actu form {

    margin-left:10px;
    padding:20px;
    margin-bottom:30px;
    width:95%;
    
    }

.actu label, .actu input, .actu button {
    
    font-size:18px;
    line-height:24px;
    margin-bottom:20px;
    margin-right:20px;
    max-width:100%;
    
    }

.actu button {
    
    padding: 8px 15px;
    
    }


.contact-us {

    margin-bottom: 50px;

    }

}