/* Theme Name: Sud-Ouest Design
Theme URI: https://www.sudouestdesign.com/folio-de-site-internet/
Author: Sud-Ouest Design
Author URI: https://www.sudouestdesign.com
Description: Nous vous offrons une expertise dans la création de sites internet. Notre expérience nous permet d’offrir des solutions simples pour petite et grande entreprise.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sudouestdesign
 * Theme Name: sudouestdesign
/* multilevel navigation */
ul.dropdown-menu li > ul.dropdown-menu {
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu {
    display: block;
}

#order_review_heading {
    margin-top: 23px;
    padding-top: 10px;
}

//* Galery frame *//
.gallery:after {
    content: "";
    display: table;
    clear: both;
}

img.aligncenter,
div.aligncenter,
figure.aligncenter,
img.wp-post-image {
    display: block;
    margin: 1em auto;
}

img.alignright,
div.alignright,
figure.alignright {
    float: right;
    margin: 1em 0 1em 2em;
}

img.alignleft,
div.alignleft,
figure.alignleft,
img.wp-post-image.attachment-thumb {
    float: left;
    margin: 1em 1em 2em 0;
}

figure {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
}

p img.alignright,
p img.alignleft {
    margin-top: 0;
}

.gallery figure img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.gallery figure {
    float: left;
    margin: 0 2% 1em 0;
}

.gallery.gallery-columns-1 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
}

.gallery.gallery-columns-3 figure {
    width: 32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
    margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
    clear: left;
}

.gallery.gallery-columns-2 figure {
    width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
    margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
    clear: left;
}

.gallery.gallery-columns-4 figure {
    width: 23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
    margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
    clear: left;
}

.gallery.gallery-columns-5 figure {
    width: 18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
    margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
    clear: left;
}

.gallery.gallery-columns-6 figure {
    width: 14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
    margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
    clear: left;
}

.gallery.gallery-columns-7 figure {
    width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
    margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
    clear: left;
}

.gallery.gallery-columns-8 figure {
    width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
    margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
    clear: left;
}

.gallery.gallery-columns-9 figure {
    width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
    margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
    clear: left;
}

@media (max-width:767px) {
    img.alignright,
    div.alignright,
    figure.alignright,
    img.alignleft,
    div.alignleft,
    figure.alignleft,
    img.wp-post-image.attachment-thumb {
        display: block;
        margin: 1em auto;
        float: none;
    }

    .gallery.gallery-columns-4 figure,
    .gallery.gallery-columns-5 figure,
    .gallery.gallery-columns-6 figure,
    .gallery.gallery-columns-7 figure,
    .gallery.gallery-columns-8 figure,
    .gallery.gallery-columns-9 figure {
        width: 100%;
        margin: 0 0 1em 0;
        float: none;
    }
}

#menuprincipal {
    z-index: 1000;
    background-color: #081623;
}

.swiper-container.normal {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #848484;
    height: 60vw;
}

@media (max-width:991px) {
    #menuprincipal {
        z-index: 1000;
    }

    .swiper-container.normal {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #848484;
        height: 40vh;
        padding-top: 1px;
        min-height: 665px;
    }
}

#carrousel {
    background-color: #5f2828;
}

.swiper-slide.normal {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#corrousel .swiper-slide.normal .overlay {
    background-color: rgba(0, 0, 0, 0.71);
    width: 100%;
    height: 100%;
    position: absolute;
}

.boxslider {
    height: 60vw;
    width: 100%;
}

#corrousel #logo {
    width: 340px;
    margin-bottom: 30px;
}

#cta2 .overlay {
    width: 100%;
    height: 100%;
}

#menuoutils.navbar a.nav-link {
    margin-right: 14px;
    padding: 0px 12px 0px 2px;
    border-right-style: none;
    border-right-color: #e3e3e3;
    font-size: 14px;
    font-family: 'News Cycle', sans-serif;
}

#menuprincipal a.nav-link {
    color: #ffffff;
    font-size: 18px;
    border-bottom-width: 1px;
    font-family: 'News Cycle', sans-serif;
}

.boxalignement {
}

#presentation .boxalignement .d-block {
    width: 100%;
    min-height: 390px;
}

#presentationbox ul li::before {
    content: '';
    height: 45px;
    width: 45px;
    background-image: url('images/icon%20li.png');
    background-repeat: no-repeat;
    background-size: 40px;
    float: left;
    clear: both;
    list-style-type: none;
}

#flexxiloop ul li {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: table;
}

#corrousel {
    background-color: #020609;
    min-height: 150px;
}

#contenue p {
    font-size: 19px;
}

#menuprincipal #logo {
}

#menuprincipal a.nav-link:hover {
    border-bottom: 1px solid #efefef;
}

#flexxiloop .boxalignement section {
    height: 100%;
}

