/*!
Theme Name: formacycle
Theme URI: http://underscores.me/
Author: canopus web agency
Author URI: http://www.canopuswebagency.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: formacycle
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

formacycle is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html,body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Poppins", sans-serif;
	background-color: transparent;
}

a {
    background-color: transparent
}

img {
    border-style: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,*:before,*:after {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body {
    color: #404040;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

i {
    font-style: italic
}

body {
    background: #fff
}

ul {
    list-style: none
}

img {
    height: auto;
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
header,nav {
    display: block
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html {
    font-family: "Poppins", sans-serif;
}

body {
    margin: 0
}



ul {
    margin: 1em 0
}

ul {
    padding: 0 0 0 40px
}

nav ul {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

/*!jalisboilerplate*/

html,body,div,span,ul,li,a,img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none
}

ul,li {
    text-align: left;
    font-weight: 400
}

.hide-md {
    display: block;
    color: #1c4a85;
    font-size: 1.5rem;
    padding-top: 9px
}

li {
    list-style-type: none;
    font-size: .9rem
}

@media only screen and (min-width: 799px) {
    .hide-md {
        display:none
    }
}

.clear {
    position: auto;
    display: block;
    *zoom:1}

.clear:after,.clear:before {
    content: " ";
    display: table
}

.clear:after {
    clear: both
}

/*! main stylesheet */


.centrage {
    position: relative;
    display: block;
    width: 90%;
    min-width: 0;
    max-width: 1200px;
    margin: 0 auto
}

a {
    color: inherit;
    text-decoration: none
}

a {
    text-decoration: none !important;
}

.btn-phone {
    background: #5897C6;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    width: fit-content
}

.btn-phone a {
    font-size: 1rem
}

.cont-in li {
    margin-right: 10px;
    font-size: 17px
}

header {
    position: fixed;
    display: block;
    z-index: 3;
    padding: 0;
    margin: 0;
    width: 100%
}

header .header-bandeau {
    position: relative;
    display: block;
    padding: 10px 0;

}

header .header-bandeau>.centrage {
    z-index: 3
}

#logo {
    position: relative;
    display: block;
    z-index: 2;
    text-align: center;
    width: 330px;
    max-width: 100%;
    max-width: calc(100% - 96px);
    padding: 0
}

@media only screen and (max-width: 800px) and (min-width:0px) {
    #logo {
        margin:0 !important;
    }
}

#logo>a {
    position: relative;
    display: block
}

#logo img {
    position: relative;
    display: inline;
    width: 100%;
    opacity: 1;
	 margin-left: 50px;
}

nav.nav {
    position: relative;
    display: block;
    z-index: 4;
    background: #211f1c;
}

nav.nav>ul {
    position: relative;
    z-index: 2;
    display: block;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center
}

nav.nav>ul>li {
    position: relative;
    display: block;
    z-index: 1;
    text-align: left;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



nav.nav>ul>li>a {
    position: relative;
    display: block;
    z-index: 3
}

nav.nav>ul>li>a {
    padding: 15px 5px;
    margin: 0;
    background: 0 0;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all .225s ease-in-out 0ms;
    -o-transition: all .225s ease-in-out 0ms;
    -webkit-transition: all .225s ease-in-out;
    -webkit-transition-delay: 0ms;
    transition: all .225s ease-in-out 0ms;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.5px
}

nav.nav>ul>li>a:before {
    position: absolute;
    display: block;
    width: 1px;
    height: 60%;
    top: 20%;
    right: 1px;
    background: rgba(255,255,255,.5);
    content: ' ';
    opacity: 0
}

body:not(.scrolled) nav.nav>ul>li:nth-last-child(2)>a:before {
    display: none !important
}



nav.nav>ul>li:last-of-type:before,nav.nav>ul>li:last-of-type>a:before {
    display: none
}

nav.nav>ul>li:hover {
    z-index: 100
}

nav.nav>ul>li:hover>a:after,nav.nav>ul>li.active>a:after {
    width: 100%
}

nav.nav>ul>li:active>a {
    color: #ccc;
    background: rgba(255,255,255,.2);
    -moz-transition: all .225s ease-in-out 0ms;
    -o-transition: all .225s ease-in-out 0ms;
    -webkit-transition: all .225s ease-in-out;
    -webkit-transition-delay: 0ms;
    transition: all .225s ease-in-out 0ms
}

nav.nav>ul>li>ul {
    position: absolute;
    display: block;
    z-index: 2;
    overflow: hidden;
    background: #21689d;
    top: 50%;
    min-width: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .225s ease-in-out 0ms;
    -o-transition: all .225s ease-in-out 0ms;
    -webkit-transition: all .225s ease-in-out;
    -webkit-transition-delay: 0ms;
    transition: all .225s ease-in-out 0ms
}

nav.nav>ul>li>ul>li {
    position: relative;
    display: block
}

nav.nav>ul>li>ul>li>a {
    position: relative;
    display: block
}

nav.nav>ul>li>ul>li>a {
    padding: 20px 24px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    -moz-transition: all .225s ease-in-out 0ms;
    -o-transition: all .225s ease-in-out 0ms;
    -webkit-transition: all .225s ease-in-out;
    -webkit-transition-delay: 0ms;
    transition: all .225s ease-in-out 0ms;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

nav.nav>ul>li>ul>li>a:hover {
    color: #000;
    background: #fff;
    -moz-transition: all .225s ease-in-out 0ms;
    -o-transition: all .225s ease-in-out 0ms;
    -webkit-transition: all .225s ease-in-out;
    -webkit-transition-delay: 0ms;
    transition: all .225s ease-in-out 0ms
}

nav.nav>ul>li>ul>li>a:active {
    background: #e6e6e6;
    color: #be2ea0
}

nav.nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -moz-transition: all .225s ease-in-out 0ms;
    -o-transition: all .225s ease-in-out 0ms;
    -webkit-transition: all .225s ease-in-out;
    -webkit-transition-delay: 0ms;
    transition: all .225s ease-in-out 0ms
}

nav.nav>ul>li:active>ul {
    opacity: 1;
    -moz-transition: all .225s ease-in-out 0ms;
    -o-transition: all .225s ease-in-out 0ms;
    -webkit-transition: all .225s ease-in-out;
    -webkit-transition-delay: 0ms;
    transition: all .225s ease-in-out 0ms
}

#btMenu {
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    padding: 8px 5px 0;
    background: #000
}

#btMenu>span {
    position: relative;
    display: block;
    height: 3px;
    width: 38px;
    background: #fff;
    margin: 0 0 9px
}



/*!===== ELEMENTS COMPLEMENTAIRES =====*/

::-webkit-input-placeholder {
    color: #828282
}

::-moz-placeholder {
    color: #828282
}

:-ms-input-placeholder {
    color: #828282
}





@media only screen and (max-width: 800px) and (min-width:0px) {
    html {
        padding-bottom:62px
    }
}

@media only screen and (min-width: 801px) {
}

@media only screen and (min-width: 801px) {
}

#btMenu {
    top: 3rem;
    margin-left: 15px
}

@supports not (mix-blend-mode: multiply) {
}

.centrage {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#cont {
    right: 0;
    top: -12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch
}

#cont .cont-in {
    color: #000;
    display: flex
}

.fl-r {
    float: right;
    margin-left: auto
}

#cont li a i {
    margin-right: 10px;
    font-size: 19px
}



/*! responsive layout */


@media only screen and (max-width: 1024px) and (min-width:0px) {
    .centrage {
        width:auto;
        margin: 0 48px
    }
}

@media only screen and (max-width: 800px) and (min-width:0px) {

    nav.nav {
        position: fixed;
        height: 100%;
        width: 230px !important;
        top: 0;
        left: 0;
        margin: 0;
        -moz-transform: translateX(-230px);
        -ms-transform: translateX(-230px);
        -webkit-transform: translateX(-230px);
        transform: translateX(-230px);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 10001;
        padding-bottom: 48px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all .225s ease-in-out 0ms;
        -o-transition: all .225s ease-in-out 0ms;
        -webkit-transition: all .225s ease-in-out;
        -webkit-transition-delay: 0ms;
        transition: all .225s ease-in-out 0ms
    }

    nav.nav>ul {
        height: 100%;
        overflow-y: auto;
        margin: 0 !important;
        padding: 5px !important;
        width: auto !important;
        display: block;
        width: auto;
        margin: 0 0 20px;
        clear: both;
        width: 100%
    }

    nav.nav>ul>li {
        display: block;
        float: none;
        width: auto;
        text-align: left;
        margin: 0 0 10px;
        background-color: #000;
        background-color: rgba(0,0,0,.05)
    }

    nav.nav>ul>li>a {
        padding: 20px 10px !important
    }

    nav.nav>ul>li>a:after,nav.nav>ul>li>a:before {
        display: none
    }

    nav.nav>ul>li:hover,nav.nav>ul>li.active {
        -moz-transition: all .225s ease-in-out 0ms;
        -o-transition: all .225s ease-in-out 0ms;
        -webkit-transition: all .225s ease-in-out;
        -webkit-transition-delay: 0ms;
        transition: all .225s ease-in-out 0ms;
        background-color: #000;
        background-color: rgba(0,0,0,.15)
    }

    nav.nav>ul>li:hover>a,nav.nav>ul>li.active>a {
        background: 0 0
    }

    nav.nav>ul>li>ul {
        top: auto;
        width: auto;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        position: relative;
        z-index: 2;
        overflow: hidden;
        background: 0 0
    }

    nav.nav>ul>li>ul>li {
        list-style: circle inside
    }

    nav.nav>ul>li>ul>li>a {
        text-align: center;
        padding: 6.66667px 0
    }

    #btMenu {
        display: block;
        cursor: pointer
    }
}


body.menu-active #btMenu {
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

body.menu-active #btMenu>span:nth-child(1) {
    -moz-transform: rotate(45deg) translateY(9px) translateX(9px);
    -ms-transform: rotate(45deg) translateY(9px) translateX(9px);
    -webkit-transform: rotate(45deg) translateY(9px) translateX(9px);
    transform: rotate(45deg) translateY(9px) translateX(9px);
    -moz-transition: all .225s ease-in-out 0ms;
    -o-transition: all .225s ease-in-out 0ms;
    -webkit-transition: all .225s ease-in-out;
    -webkit-transition-delay: 0ms;
    transition: all .225s ease-in-out 0ms
}

body.menu-active #btMenu>span:nth-child(2) {
    opacity: 0
}

body.menu-active #btMenu>span:nth-child(3) {
    -moz-transform: rotate(-45deg) translateY(-9px) translateX(9px);
    -ms-transform: rotate(-45deg) translateY(-9px) translateX(9px);
    -webkit-transform: rotate(-45deg) translateY(-9px) translateX(9px);
    transform: rotate(-45deg) translateY(-9px) translateX(9px);
    -moz-transition: all .225s ease-in-out 0ms;
    -o-transition: all .225s ease-in-out 0ms;
    -webkit-transition: all .225s ease-in-out;
    -webkit-transition-delay: 0ms;
    transition: all .225s ease-in-out 0ms
}

body.menu-active #btMenu:after {
    content: 'FERMER'
}

body.menu-active nav.nav {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -moz-transition: all .225s ease-in-out 0ms;
    -o-transition: all .225s ease-in-out 0ms;
    -webkit-transition: all .225s ease-in-out;
    -webkit-transition-delay: 0ms;
    transition: all .225s ease-in-out 0ms
}




@media only screen and (max-width: 480px) and (min-width:0px) {
    .centrage {
        margin:0 24px
    }
	
}

.text-center {
    text-align: center
}

.margin-bottom-small {
    margin-bottom: 10px
}

.baseline {
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase
}

.style-1 {
    font-style: italic;
    font-weight: 700
}

.padding-bottom-small {
    padding-bottom: 7.40741px
}

.cont-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}
