/*
Theme Name: Associations Crédit Agricole Assurances
Author: ARTSYS
Author URI: https://www.artsys.fr
Description: Theme Asso CA Assurances
Version: 1.1.0
License: Copyright ARTSYS
*/

* {
  box-sizing: border-box;
}

body {
    background-color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: flex;
    justify-content: center;
}

h1, h2 { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    padding-left: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 12px;
}

/*
====================================
    Container principal
====================================
*/
.bodywrapper {
	background-color: white;
	max-width: auto;  
	box-shadow: 0 0 1em grey;
}

/*
====================================
    Partie Centrale
====================================
*/
.main {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.content {
    flex: 1;
    margin: 17px;
}

.content hr, .content img {
    margin: 1em 40px 1em 40px;
    padding: 0px;
}

.content p {
    margin: 1em 40px 1em 40px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
}

.breadcrumb {
    margin: 0;
    margin-top: 1em;
    padding: 0;
    list-style: none;
    font-size: 12px;
    padding: 0;
    background: transparent;
    font-weight: bold;
}

.breadcrumb a {
    text-decoration: underline;
    margin-right: 3px;
}

.content .searchResult {
    text-align: center;
    margin: 1em;
    font-weight: bold;
}

/*
====================================
    Menu
====================================
*/
.main_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main_menu .navbar-collapse {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.main_menu .navbar {
    flex-wrap: unset;
}

.main_menu .menu-lateral-container {
	width: 100%;
}

.main_menu #menu-sidebar {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
    float: none;
    width: 100%;
}

.main_menu #menu-sidebar li {
    float: none;
    display: block;
    padding: 0;
    padding-right: 2em;
    padding-left: 2.5em;
    margin: 0;
}

.main_menu #menu-sidebar a {
    color: #fff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.main_menu #menu-sidebar li > a {
    padding: .2em;
    font-weight: bold;
    line-height: 20px;
}

.main_menu .search-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
	margin-top: auto;
}

.main_menu form {
    width: 90%;
}

.main_menu .form-control {
    font-size: 1em;
}

/*
====================================
    Adresse dans le menu
====================================
*/
.menuAdresse { 
    display: none;
}

/*
====================================
    Footer
====================================
*/
footer {
    line-height: 25px;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

footer a {
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin-left: 15px;
}

/*
====================================
    Responsive Design
====================================
*/
@media (min-width: 768px) {
    .bodywrapper {
        max-width: 966px;  
    }
    
    .content {
        flex: 1;
        margin: 0 1em 1em;
    }
    
    .main {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    
    .main_menu .navbar {
        padding: 0;
        margin: 0;
        height: 100%;
    }

    .main_menu .navbar-collapse {
        margin: 0;
    }
    
    .menuAdresse {
        display: flex;
        flex-direction: column;
        text-align: center; 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        color: #FFFFFF;
    }
}