/*!
Theme Name: Achaka Conseils
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: achaka-conseils
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.

Achaka Conseils 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Import
--------------------------------------------------------------*/


@import url('css/variables.css');
@import url('css/page-blog.css');
@import url('css/page-accueil.css');
@import url('css/page-prise-de-rendez-vous.css');
@import url('css/page-politique-de-confidentialite.css');
@import url('css/page-mentions-legales.css');

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	position: fixed;
	top: 0;
	z-index: 10;
	background-color: var(--white);
	height: 90px;
	width: 100%;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding : 0px 160px;
}

.site-header .site-branding {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: auto;
}

.site-branding img {
	height: 25px;
	width: auto;
}


.main-navigation .menu-header-container ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap : 60px;
	height: 100%;
	width: 100%;
}

.menu-header-container a {
	color: var(--black);
	font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
	text-decoration: none;
	transition: all 0.5s;
}

.menu-header-container a:hover {
	color: var(--hover);
	transition: all 0.4s;
}

#menu-item-39 a {
	background-color: var(--primary);
	padding: 12px 40px;
	border-radius: 15px;
	color : var(--white);
	margin-left: 30px;
	transition: all 0.5s;
	
	
}

#menu-item-39 a:hover{
	background-color: var(--hover);
	transition: all 0.4s;
}











/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	padding: 30px 130px;
    display: flex;
    flex-direction: row;
    background: var(--black, #151515);
    height: auto;
    align-items: center;
    justify-content: space-around;
	width: 100%;
}

.logo {
    height: 200px;
	width: auto;
}

.logo img {
	height: 100%;
	width: auto;

}

footer .menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer a {
	color: var(--white);
	text-decoration: none;

}


footer .menu p:nth-child(1){
    color: var(--white);
    padding-bottom: 10px;
}
footer .menu p:nth-child(2){
    color: var(--grey);
}
footer .menu p:nth-child(3){
    color: var(--grey);
}
footer .menu p:nth-child(4){
    color: var(--grey);
}
footer .contact p:nth-child(1){
    color: white;
    padding-bottom: 10px;
}
footer .contact p:nth-child(2){
    color: var(--grey);
}
footer .contact p:nth-child(3){
    color: var(--grey);
}
footer .rights p:nth-child(1){
    color: var(--grey); 
}
footer .rights p:nth-child(2){
    color: var(--grey);
}

#flags {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media screen and (max-width:950px) {
    footer {
        flex-direction: column;
        padding-bottom: 40px;
		text-align: center;
    }

    footer div {
        justify-content: center;
        align-items: center ;
        padding-top: 40px;
    }

    footer .logo {
        margin: -40px;
    }
}



.svg-burger {
	display: none;
}

svg {
	height: 45px;
	width: auto;

}

.none {
	display: none;
}

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

	.main-navigation {
		display: none;
	}

	.svg-burger {
		height: 90px;
		position: absolute;
		right: 60px;
		display: flex;
		align-items: center;
	}

	svg {
		display: block;
	}

	#flags {
		justify-content: center;
	}
	
}

.burger .menu {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: absolute;
	justify-content: flex-start;
	align-items: center;
	top: 90px;
	right: 0;
	background-color: var(--white);
	width: 100%;
	height: 100vh;
	z-index: 10;
	padding: 150px 60px;
	opacity: 1;
	z-index: -100;
}

@media screen and (max-width:550px) {
	.site-header {
		padding : 0px 20px;

	}

	.svg-burger {
		right: 20px;
	}

}


