@font-face {
    font-family: 'A-Love-of-Thunder';
    src: url('../fonts/A-Love-of-Thunder.woff') format('woff'),
    url('../fonts/A-Love-of-Thunder.ttf') format('ttf'),
    url('../fonts/A-Love-of-Thunder.svg#A-Love-of-Thunder') format('svg'),
    url('../fonts/A-Love-of-Thunder.eot'),
    url('../fonts/A-Love-of-Thunder.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');

html {
    font-family: 'A-Love-of-Thunder', 'Roboto', sans-serif !important;
    font-weight: normal !important;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'A-Love-of-Thunder', 'Roboto', sans-serif !important;
}

.bg-light {
    background-color: transparent;
}

.navbar {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mycontainer.desktop-version {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 1%;
}

.navbar-expand-lg .navbar-nav .nav-link {

    padding-right: 1.5rem;
    padding-left: 1.5rem;

}

@media (max-width: 1705px) {
    .mycontainer.desktop-version {
        margin-left: 8%;
        margin-right: 8%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.1rem;
        padding-left: 1.1rem;
    }
}

@media (max-width: 1502px) {
    .mycontainer.desktop-version {
        margin-left: 6%;
        margin-right: 6%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }

}

@media (max-width: 1488px) {
    .mycontainer.desktop-version {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 1347px) {
    .mycontainer.desktop-version {
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media (max-width: 1324px) {
    .mycontainer.desktop-version {
        margin-left: 0%;
        margin-right: 0%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
        font-size: 14px;
    }

}

@media (max-width: 1064px) {
    .nav-3 {
        max-width: 22%;
    }

    .nav-6 {
        max-width: 54%;
        margin-left: 2%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .navbar-nav > li {
        display: inline-block;
        float: none;
        font-size: 15px;
    }
}
.head-pic-img-100{
	width:100%;
}
#banner-footer .image-mobile-wrapper.mobile{
	display:none;
	margin-bottom: 2%;
	margin-top: 2%;
}
#banner-footer .image-desktop-wrapper.desktop{
	margin-bottom: 2%;
	margin-top: 2%;
}
#banner-header .image-mobile-wrapper.mobile{
	display:none;
	margin-bottom: 2%;
	margin-top: 2%;
}
#banner-header .image-desktop-wrapper.desktop{
	margin-bottom: 2%;
	margin-top: 2%;
}
.img-banner-mobile{
	width: 100%;
}
#banner-footer div.image-mobile-wrapper.mobile > a > img{
	width: 100%;
}

#banner-header div.image-mobile-wrapper.mobile > a > img{
	width: 100%;
}
@media(min-width: 768px) and (max-width: 1025px){
	.phone-version .resp-img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.phone-version .art-desc {
		height: auto;
	}
	.art-desc h5 {
		min-height: 20px !important;
		}
}
@media(min-width: 1024px) and (max-width: 1025px){
	.art-desc {
		height: 145px !important;
	}
}
@media(min-width: 766px) and (max-width: 768px){
	.sauv-section1 {
		margin-top: -190px;
	}
	.sauv-block  {
		top: 67% !important;
	}
	.sauv-block h2 {
		font-size: 132%;
	}
}
	
@media(max-width: 820px){
	#banner-header div.image-desktop-wrapper.desktop > a > img{
		width: 100%;
	}
	#banner-header{
		padding-top: 20%;
		margin-bottom: -2%;
	}
	.art-desc > p {
		margin-bottom: 0.5rem;
	}
	    
}
@media (max-width: 420px) {
	.art-desc > p {
		margin-bottom: 0rem;
	}
	.tu-aimeras-aussi-phone .art-desc > p {
		margin-bottom: 1rem;
	}
    .menu h2 {
        font-size: 1.6rem;
    }
	#banner-footer .image-desktop-wrapper.desktop{
		display:none;
	}
	#banner-footer .image-mobile-wrapper.mobile{
		display:block;
	}
	#banner-header .image-desktop-wrapper.desktop{
		display:none;
	}
	#banner-header .image-mobile-wrapper.mobile{
		display:block;
	}
	#banner-header div.image-desktop-wrapper.desktop > a > img{
	width: 100%;
	}
	.sauv-section1 {
		margin-top: -50px;
	}
	.sauv-block  {
		top: 56% !important;
	}
	
}

.nav-link {
    font-family: 'A-Love-of-Thunder', 'Roboto', sans-serif;
    font-weight: 400;
    color: #165493 !important;
    line-height: 1.2;
}

.nav-link span {
    font-family: 'A-Love-of-Thunder', 'Roboto', sans-serif !important;
}

.nav-item {
    /*margin-left: 25px;*/
}

.row-header {
    margin-top: 25px;
}

.nav-item.active {
    background-color: #e75b48;
}

.active > .nav-link {
    color: #ffffff !important;
}

.noactive {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #165493;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.head-pic {

}

.circle-img {
    width: 90%;
    top: 5%;
    left: 5%;
    position: relative;
}

.center-brand {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}

.phone-version {
    display: none;
}

.desktop-version {
    display: block;
}

@media (max-width: 1000px) {
    .phone-version {
        display: block;
    }

    .desktop-version {
        display: none;
    }

    .slider {
        display: none;
    }

}

.menu {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
}

.menu h2 {
    color: #005392;
    font-weight: 800;
    font-family: 'A-Love-of-Thunder', 'Roboto', sans-serif;
}

.fa-menu {
    font-size: larger;
    color: #e75b44;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: transparent;
    width: 100vw;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 30;
    /* left: 50%;
     transform: translate(-50%,0);*/
    text-align: center;
}

.dropdown-content a {
    color: white;
    padding: 16px 16px;
    text-decoration: none;
    display: block;
    font-weight: 800;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.phone-title {
    font-weight: 800;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20%; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    border-radius: 30px;
}

@media (max-width: 480px) {
    #myBtn {
        width: 70px;
    }
}

.social {
    border: 4px solid transparent;
    border-radius: 20px;
}

/*.social:hover {
    border: 4px solid white;
    border-radius: 20px;
}*/

#br {
    display: none;
}

@media (max-width: 500px) {
    #br {
        display: block;
    }

    .section6 {
        height: 100px !important;
    }

    .center-verticaly a {
        margin-right: 10px !important;
    }

    .picto-footer img {
        margin-top: 5px;
    }
}

.overlay {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}

.pdf_link {
    padding: 10px;
    width: 130px;
    margin: 0 auto
}

.pdf_link a {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 20px;
    color: #165493;
    font-family: "GROBOLD"
}

.pdf_link a:hover {
    background-color: #f3f7ff
}

#sauv1 {
    visibility: hidden;
}

.title-sauv:hover #sauv1 {
    visibility: visible;
}

.title-sauv:hover {
    background-color: #e75b48;
    color: white !important;
}

#lois1 {
    visibility: hidden;
}

.title-lois:hover #lois1 {
    visibility: visible;
}


.title-lois:hover {
    background-color: #19a89d;
    color: white !important;
}

.title-baig:hover {
    background-color: #0094b3;
    color: white !important;
}

.title-plag:hover {
    background-color: #97046e;
    color: white !important;
}

.m4.active {
    position: relative;
    top: 12px;
}

.m1.active {
    position: relative;
    top: 12px;
}

.cookie_banner {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: #005392d6;
    color: white !important;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.desc-cookie {
    float: left;
    width: 90%;
    margin-top: 1%;
}

.desc-cookie p {
    text-align: left;
    margin-left: 20px;
    font-family: 'Roboto', sans-serif !important;
    color: white;
    margin-top: 0;
    margin-bottom: 1rem;
}

.cookie {
    float: left;
    width: 10%;
}

.container-cookie {
    position: relative;
}

.btn-cookie {
    text-align: left;
    margin-left: 20px;
}

.btn-cookie a {
    text-decoration: none;
    background-color: #eb7767;
    color: white;
    padding: 6px;
    font-family: 'A-Love-of-Thunder', 'Roboto', sans-serif;
}

.btn-cookie a:hover {
    background-color: #005392;
    color: white;
}

@media (max-width: 992px) {
    .cookie {
        margin-top: 3%;
    }
}

@media (max-width: 768px) {
    .cookie {
        width: 15%;
    }

    .desc-cookie {
        width: 85%;
    }
}

@media (max-width: 420px) {
    .desc-cookie p {
        font-size: small;
    }

    .btn-cookie a {
        font-size: 0.8rem;
    }
}
