@media (min-width: 993px) {
    .container {
        max-width: 2480px;
    }
    #page-wrapper.container {
        max-width: 1980px;
    }
    /*
    .row {
        margin-left: 5vw;
        margin-right: 5vw;
    }
    */
    #page-wrapper.wrapper {
        padding-left: 15vw;
        padding-right: 15vw;
    }
}


/* *******************************font************************** */

body {
    color: #666
}

a {
    color: #222;
    text-decoration: underline;
}


/*a:hover {
    color:#000;
}
*/

p {
    font-family: 'Roboto', sans-serif;
}

h1,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    text-align: center;
    margin-bottom: 2.5rem;
}

@media (max-width:992px) {
    h1 {
        font-size: 2rem;
    }
}

@media (max-width:576px) {
    h1 {
        font-size: 1.5rem;
    }
}


/*
h2 {
    font-family: 'Stint Ultra Condensed', cursive;
    font-size: 3rem;
}

h2 {
    font-family: 'Righteous', cursive;
    font-size: 2rem;
}
*/

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
}


/*
h2 {
    font-family: 'Pacifico', cursive;
    font-size: 2rem;
}


h2 {
    font-family: 'Fredoka One', cursive;
    font-size: 2rem;
}
*/

#primary h2,
#primary h3,
#primary h4,
#primary h5,
#primary h6 {
    color: #444;
}

ol,
ul,
dl {
    font-family: 'Roboto', sans-serif;
}

.fontstint {
    font-family: 'Stint Ultra Condensed', cursive;
}


/* *************general class**************************** */

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.flex-around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    height: 100%;
}

.col-centered {
    justify-content: center;
}


/*********************couleur background****************************/

.bg-lightblue {
    background-color: #b3e0ff;
    padding: 2rem;
}

.bg-lightgrey {
    background-color: #eee;
    padding: 2rem;
}


/* ******************header et menu******************************** */


/* ******rendre level 1 clickable****************** */

a.nav-link {
    text-decoration: none;
}


/*
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.dropdown-toggle,
.dropdown-toggle:hover {
    display: block;
}
*/

.menu {
    list-style: none;
}

#menu-menu-footer-1-fr.menu,
#menu-menu-footer-2-fr.menu {
    padding: 0;
}

.lien-base ul {
    list-style: none;
}

.navbar-nav .menu-item:hover,
.navbar-nav .menu-item.active {
    border-bottom: 1px solid #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.4 rem;
    padding-left: 0.4 rem;
    text-align: center;
}

@media (min-width:577px) and (max-width:1200px) {
    .nav-link {
        font-size: 0.9rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.2 rem;
        padding-left: 0.2 rem;
        text-align: center;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}


/*******************logo*********************************/


/*
.logo-menu {
    width: auto;
    height: 50px;
}

@media (max-width:992px) {
    .logo-menu {
        width: auto;
        height: 30px;
    }
}

@media (max-width:576px) {
    .logo-menu {
        width: auto;
        height: 20px;
    }
}
*/

.custom-logo-link .img-fluid {
    width: 300px;
    height: auto;
}

.soustitrelogo {
    font-size: 1.5rem;
}

@media (max-width:1400px) {
    .custom-logo-link .img-fluid {
        width: 250px;
        height: auto;
    }
    .soustitrelogo {
        font-size: 1.3rem;
    }
}

@media (max-width:1200px) {
    .custom-logo-link .img-fluid {
        width: 200px;
        height: auto;
    }
    .soustitrelogo {
        font-size: 1.2rem;
    }
}

@media (max-width:992px) {
    .custom-logo-link .img-fluid {
        width: 200px;
        height: auto;
    }
    .soustitrelogo {
        font-size: 1.1rem;
    }
}

@media (max-width:576px) {
    .custom-logo-link .img-fluid {
        width: 150px;
        height: auto;
    }
    .soustitrelogo {
        font-size: 1rem;
    }
}


/*
.custom-logo-link .img-fluid {
    max-width: 70%;
}
*/


/*********navbar et menu**********/

.navbar-nav {
    align-items: center;
}

.nav-item {}

.nav-link {
    text-transform: uppercase;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
}

@media (max-width:992px) {
    .nav-link {
        border-left: 0px;
    }
}

.hop-sticker {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.08);
    font-weight: 800;
}

.hop-sticker:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f103";
    background-color: #fff;
    color: #f45038;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: .9em;
    padding: .2em 1em .2em;
    position: absolute;
    top: 5px;
    font-weight: 800;
    border-radius: 30px;
}

@media (max-width:992px) {
    .hop-sticker {
        flex-direction: row;
    }
    .hop-sticker:before {
        display: none;
    }
    .hop-sticker:after {
        display: block;
        font-family: "Font Awesome 5 Free";
        content: "\f245";
        background-color: #fff;
        color: #f45038;
        -ms-flex-item-align: end;
        align-self: center;
        font-size: .9em;
        padding: .2em 1em .2em;
        position: relative;
        margin-left: 10px;
        font-weight: 800;
        border-radius: 30px;
    }
}

.header-tel {
    padding: 15px;
    border-color: #ffffff;
    font-weight: bold;
    border-style: solid;
    margin-left: 10px;
    text-decoration: none !important;
}

@media (min-width: 993px) and (max-width:1600px) {
    .header-tel {
        padding: 5px;
        border-color: #ffffff;
        font-weight: bold;
        border-style: solid;
        margin-left: 5px;
    }
}

@media (min-width: 993px) and (max-width:1600px) {
    .header-tel span {
        display: none;
    }
    .header-tel i {
        display: block!important;
    }
}

@media (max-width:992px) {
    .header-tel {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.2);
        border-left: 0;
        border-right: 0;
    }
}


/* ************footer****************************************************** */

.logo-footer-svg {
    min-width: 200px;
}

.border-footer {}

.page-footer-dark ul a,
.page-footer-dark a,
.page-footer-dark {
    color: #fff;
}

.page-footer-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.widget_media_image {
    text-align: center;
    margin-bottom: 20px;
}

.widget_text,
.widget_custom_html,
.widget_nav_menu {
    text-align: center;
}


/***********corect align logo***/

#wrapper-footer-full-3 .row {
    align-items: center;
}

.NLlink {
    text-decoration: none;
    /* display:flex; */
    font-size: 1.5rem;
}

.NLlink span {
    /* display:flex; */
    font-size: 1.5rem;
}

.NLlink {
    cursor: pointer;
}

.fab:hover {
    transform: scale(1.1)
}

.footer-copyright {
    display: none;
}

.page-footer-dark a {
    text-decoration: none;
}

.page-footer-dark a:hover {
    text-decoration: underline;
}


/**********************************ajustement css wordpress********************************************/


/****pour empecher d'afficher une image dans une mauvaise qualité (réglage du thème de base : width: 100%)****/

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: 100%;
    width: auto !important;
    vertical-align: middle;
    margin-right: auto!important;
    margin-left: auto!important;
    text-align: center !important;
}

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center;
    align-content: center;
    display: flex;
}


/***********************fancybox************************/

.blocks-gallery-grid,
.wp-block-gallery {
    padding: 20px;
    margin: 0;
    height: 400px;
}

@media (max-width:599px) {
    .blocks-gallery-grid,
    .wp-block-gallery {
        padding: 20px;
        margin: 0;
        height: 500px;
    }
}

@media (min-width:1850px) {
    .blocks-gallery-grid,
    .wp-block-gallery {
        padding: 20px;
        margin: 0;
        height: 500px;
    }
}
.wp-block-gallery {
	overflow: hidden !important;
}
.blocks-gallery-item {
    visibility: hidden!important;
    transition: ease-in-out 0.5s
}

.blocks-gallery-item:nth-child(-n+3) {
    visibility: visible!important;
}

.blocks-gallery-item:hover {
    transform: scale(1.05);
    transition: ease-in-out 0.5s;
}

.wp-block-gallery:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f25a";
    font-size: 3rem;
    transform: rotate(135deg);
}


/****************page gamme bateau**************************/

.svg_gamme {
    width: 25px;
    height: 25px;
    margin-right: .5em;
}


/*********************************page bateau**************/

.listesquare li {
    list-style: url('../assets/svg/squarer.svg');
}

li:marker {
    fill: red;
}


/*
#caroussel_images img {
    width: auto;
    height: 80px;
    object-fit: contain;
}
*/

#caroussel_img {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

img.fancythumb {
    height: 80px;
    width: 80px;
    object-fit: cover;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

@media (max-width:992px) {
    img.fancythumb {
        height: 60px;
        width: 60px;
    }
}

@media (max-width:576px) {
    img.fancythumb {
        height: 50px;
        width: 50px;
    }
}

.listenone li {
    list-style: none;
}


/*********************************page region**************/

.booking-section .row .content-booking-section {
    text-align: center;
}

.btn-booking-section {
    padding: 2%;
    background-color: #09538a;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline;
}

.content-booking-section a {
    text-decoration: none;
}

.btn-booking-section:hover {
    cursor: pointer;
    background-color: #12609c;
}


/**FICHES BATEAUX LIENS MOTEUR RESA*/

.btx-link-booking {
    margin-top: 30px;
    padding: 5% 2%;
    color: #ffff;
    background-color: #ff4500;
    width: 100%;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 2px solid;
}

.btx-link-booking:hover {
    color: #ff4500;
    text-decoration: underline;
    border: 2px solid #ff4500;
    background-color: #fff;
    text-decoration: none;
}

a.btnDemandeDevis {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 15px auto;
    background-color: #004677;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid;
}

a.btnDemandeDevis:hover {
    border: #004677 2px solid;
    background-color: #fff;
    color: #004677;
    text-decoration: none;
}