/*
 Theme Name:   Amis de la Conf
 Description:  twentythirteen Child Theme
 Author:       Com' de Terre
 Author URI:   http://com-de-terre.fr/
 Template:     twentythirteen
 Version:      1.0.0
 Text Domain:  twentythirteen-child
*/

/*
VERT foncé:158236;
JAUNE :feca1e;
ORANGE:e84f1e;
ROUGE : 4C1D20;
*/

@import url('../twentythirteen/style.css'); 
@import url('../montheme/font-awesome-4.7.0/css/font-awesome.css');

.unedivpourien{}

@font-face {
    font-family: 'Libe';
    src: url('font/LiberationSans-Regular.ttf');
}

@font-face {
    font-family: 'curse';
    src: url('font/Curse_Casual.ttf');
}

html{font-family: 'Libe'; }
h1{font-family: 'curse'; font-size:30px;}
h2{font-family: 'curse';}
h3{font-family: 'curse';}
p{
    margin: 0;
    font-family: 'Libe';
}

.article-home a {
    font-family: 'Libe';
    color: #158236;
    font-weight: bold;
}

.article-home{font-family: 'Libe'; }

#reply-title{
   font-family: 'curse';
   font-style: normal; 
}

#site-navigation{
    font-family: 'curse';
    font-size: 1.5em;
}

.entry-content{font-family: 'Libe'; }

#page{width: 100%;}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 100%;
    padding: 10px 60px 0 60px;
}

#primary-menu{
    font-family: 'curse';
    text-transform: uppercase;
}

.nav-menu li a {
    color: white;
    font-size:1.5em;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #feca1e;
}

.nav-menu .sub-menu, .nav-menu .children {background-color: #e84f1e;}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: #e84f1e;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #ef8835;
}

.main-navigation{
    min-height: 50px;
    padding-top:0px;
}

#menu-item-57{background-color: #e84f1e;}

 #main{
    background-color: white;
    width:50%;
    display: block;
    float: left;
    margin: 50px auto 50px 10% ;
 }

 #tertiary{
    width: 25%;
    margin-top:50px;
    display: block;
    float: left;
    margin-left: 24px;
 }

body{background-color: white;}

.site{
background-color: rgba(0, 0, 255, 0);
max-width: 100%;
width: 100%;
}

header{background: none;}

.site-footer .sidebar-container, .site-footer {background-color: #feca1e;}

.navbar {
    background-color: #158236;
    width: 100%;
    max-width: 100%;
    border-style: solid;
    border-width: 2px 0px 2px 0px;
    border-color: white;
    margin-top: 40px;
}

.logo{
    float: left;
    display: block;
    margin: 0px
    padding:0;
}

.titresite{
    float: left;
    display: block;
    padding-left: 0px;
}

.site-header .site-title:hover {
    text-decoration: none;
    color: #e84f1e ;
}

.site-header .home-link {
    color: white;
    padding: 0px 0px 0px 20px;
    min-height: 0px;
}

/*===================================== entete =========================================*/

.contenu-header{
    width: 80%;
    display: block;
    float; left;
    margin: auto;
}

.entete-identite{
    width: 75%;
    display: block;
    float: left;
}

.logo-header{
    width: 18%;
    display: block;
    float: left;
}
.slogan{
    width: 100%;
    display: block;
    float: left;
}

.contenu-logo-entete{
    width: 82%;
    height: auto;
    display: block;
    float: left;
}

.reseaux-sociaux{
    width: 25%;
    display: block;
    float: right;
    margin:auto;
}

.site-title {
    padding: 40px 0 10px;
    font-size: 3em;
}

.onglets{
    width: 100%;
}

.item-onglet{
    display: block;
    float: left;
    margin: auto;
    margin-left: 24px;
    padding: 5px 10px 0px 10px;
    background-color: #e84f1e;
    height: 40px;
    color: white;
    border-radius: 0em 0em 0.3em 0.3em;
    border-right: 1px solid #d33d16;
    border-bottom: 1px solid #d33d16;
}

.item-onglet:hover{
    border-right: 1px solid #136b2a;
    border-bottom: 1px solid #136b2a;
}

.onglet-newslettre:hover{background-color: #2DA651;}

.onglet-don:hover{background-color: #2DA651;}

.onglet-adhesion:hover{background-color: #2DA651;}

.item-onglet a{
    color: white;
    font-family: 'Libe';
    text-decoration: none;
    font-size: 1em;
}

/*barre de recherche*/

.site-header .search-form {
    position: relative;
    margin: 0;
    padding: 0;
    right:0px;
    float: right;
}

.site-header .search-field {
    background-color: #fff;
    border: 2px solid #e84f1e;
    cursor: text;
    outline: 0;
    width: 100%;
}

.barre-recherche{
    width: 100%;
    display: block;
    float: right;
}

/*icones réseaux sociaux*/

.link-reseaux{
    width: 100%;
    display: block;
    float: right;
    margin-top: 20px;
}

.link-reseaux a{float: right;}

a .item-link-reseaux {
    float: right;
    color:#158236;
}

a .item-link-reseaux .fa-inverse{
    float: right;
    color:#feca1e;
}

a .item-link-reseaux:hover{color:#2DA651;}

.icon_img{
width: 2.2em;
margin-top:5px;
margin-right: 5px;
border-radius: 5em;
background-color: #feca1e;
}

.icon_img:hover{background-color: #fad96d;}

.link-reseaux-2 a:hover{
    display: none;
    text-align: center;
    text-decoration: none;
}

.link-reseaux-2 p{
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

/*===================================== FOOTER =========================================*/

.site-info{padding: 50px 0px;}
.signature{text-align: center;}
.contenu-lien-footer{text-align: center;}

.link-reseaux-footer a:hover{
    text-align: center;
    text-decoration: none;
}

.link-reseaux-footer p{
    text-align: center;
    margin-bottom: 20px;
}

a .item-link-reseaux-footer {color:#158236;}
a .item-link-reseaux-footer .fa-inverse{color:#feca1e;}
a .item-link-reseaux-footer:hover{color:#2DA651;}

.icon_img-footer{
width: 2.3em;
margin-top:0px;
margin-right: 5px;
border-radius: 5em;
background-color: #158236;
}

.icon_img-footer:hover{background-color: #2DA651;}

img{text-decoration: none;}

/*===================================== WIDGET - accès rapide =========================================*/

/* pour modifier les widget :
1: donner une classe spécifique à l'aide du plugin;
2: modifier le css des éléments en tenant compte de la class
3: attention au modification du contenu des widget dans la page function.php (l 268);
*/

#tertiary {margin-top: 40px;}

.widget .widget-title {
    font-family: 'curse';
    font-style: normal;
}

/* Bénévoles*/

/*#benevoles .aside-header{background-color: #4C1D20;}

#benevoles .aside-header h3 a{
    color: black;
    padding-top: 10px;
    text-transform : uppercase;
    color: white;
}

#benevoles .aside-footer{
    background-color: #954E52;
    border: 2px solid #4C1D20;
    padding:
}

#benevoles .aside-footer .readmore-widget{color: white;}*/


.widget-benevoles .aside-header{background-color: #4C1D20;}

.widget-benevoles .aside-header h3 a{
    color: black;
    padding-top: 10px;
    text-transform : uppercase;
    color: white;
}

.widget-benevoles .aside-footer{
    background-color: #954E52;
    border: 2px solid #4C1D20;

}

.widget-benevoles .aside-footer .readmore-widget{color: white;}


/* Actualités*/

/*#actualite-1 .aside-header{background-color: #e84f1e;}

#actualite-1 .aside-header h3 a{
    color: white;
    padding-top: 10px;
    text-transform : uppercase;
}

#actualite-1 .aside-footer{
    background-color: #ef8835;
    border: 2px solid #e84f1e;
}

#actualite-1 .aside-footer .readmore-widget{
    color: white;
}*/


.widget-actualite .aside-header{background-color: #e84f1e;}

.widget-actualite .aside-header h3 a{
    color: white;
    padding-top: 10px;
    text-transform : uppercase;
}

.widget-actualite .aside-footer{
    background-color: #ef8835;
    border: 2px solid #e84f1e;
}

.widget-actualite .aside-footer .readmore-widget{
    color: white;
}

/* Docs*/

/*#docs-1 .aside-header{background-color: #feca1e;}

#docs-1 .aside-header h3 a{
    color: black;
    padding-top: 10px;
    text-transform : uppercase;
}

#docs-1 .aside-footer{
    background-color: #fad96d;
    border: 2px solid #feca1e;
}

#docs-1 .aside-footer .readmore-widget{
    color: black;
}*/

.widget-documents .aside-header{background-color: #feca1e;}

.widget-documents .aside-header h3 a{
    color: black;
    padding-top: 10px;
    text-transform : uppercase;
}

.widget-documents .aside-footer{
    background-color: #fad96d;
    border: 2px solid #feca1e;
}

.widget-documents .aside-footer .readmore-widget{
    color: black;
}


/*widget général */

.widget .widget-title a{
    display: block;
    float: left;
    margin: auto;
    width: 100%;
    text-align: center;
}

.aside-header{
    width: 100%;
    height: 50px;
}

.aside-footer{
    background-color: yellow;
    width: 100%;
    height: 30px;  
    padding:0;
    margin: 0; 
}

.widget {padding: 0px;}

.contenuduwidget{padding:20px;}

.readmore-widget{text-align: right;}

.readmore-widget p{
    margin-right: 24px;
    margin-top: 2px;
}

.widget {background-color: white;}

.widget .aside-footer a {
    color: white;
    text-align: right;
    margin-right: 24px;
}

.widget .aside-footer {
    text-align: right;
    padding-top: 2px;
}


/*=====================================article single=========================================*/

#main-2 {
    background-color: white;
    width: 50%;
    display: block;
    float: left;
    margin: 50px auto 50px 25%;
}

#main-2 .hentry {padding-top: 0px;}

#main-2 .entry-header{padding-top : 30px;}

#content{
    width: 100%;
    padding-bottom: 40px;
}

.sidebar .post-navigation .nav-links {
    padding: 0;
    width: 80%;
    margin: auto;
}

.nav-links{
    font-family: 'Libe';
    font-style: normal;
}

.entry-content {
    -moz-hyphens: none;
    hyphens: none;
}

/*=====================================accueil=========================================*/

#main-accueil {
    background-color: none;
    width: 50%;
    display: block;
    float: left;
    margin: 50px auto 50px 10%;
}

.article-home{
    width: 100%;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 0px;
}

.entry-content-home{max-width: 100%;}

.titre-home{
    background-color: white;
    margin: 0px;
    padding:0 0 0 50px;
    width: 100%;
}

.titre2-home{
    font-family: 'curse';
    text-transform: uppercase;
    font-size: 30px;
    padding: 15px 0px 0px 0px;
    margin: 0px;
}

.titre-home h1{
    padding:50px 60px 0px 0px;
    margin: 0;
}

.entry-header-2{
    width: 100%;
    margin: 0;
    padding: 0;
}

.entry-header {
    margin-bottom: 20px;
}


/*===================================== CONTACT =========================================*/

button, input, textarea {border: 2px solid #feca1e;}

button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: #e05d22;
    background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
    border: none;
    border-bottom: 3px solid #b93207;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    margin-top: 24px;
}

form p{padding-bottom: 20px; }

/*===================================== SEARCH =========================================*/

.page-title{
    font-family: 'curse';
    text-transform:uppercase;
    padding-left: 60px;
    font-style: normal;
}


#main-4 {
    background-color: none;
    width:50%;
    display: block;
    float: left;
    margin: 50px auto 50px 10%
}

#main-4 .page-content{
    margin-top: 60px;
    background-color: white;
    padding-top: 40px;
}

#main-4 .page-content .entry-title{padding-top:30px;}


/*=====================================CATEGORY=========================================*/

.archive-title{
    font-family: 'curse';
    text-transform: uppercase;
    padding-left: 60px;
    font-style: normal;
}

img.size-full, img.size-large, img.wp-post-image {
    max-width: 100%;
    width: 100%}

#main-3 {
    background-color: none;
    width:50%;
    display: block;
    float: left;
    margin: 50px auto 50px 10%
}

#main-3 article{
    margin-top: 60px;
    background-color: white;
    padding-top: 0px;
}

#main-3 article .entry-title{padding-top:30px;}


/*===================================== MENU TOOGLE =========================================*/

/*===================================== META =========================================*/

.format-standard footer.entry-meta {
    margin-top: 20px;
}

/*=====================================AUTRES DIV=========================================*/

.margintop50{ margin-top: 50px;}
.marginbot50{ margin-bottom: 50px;}
.marginrig50{ margin-right: 50px;}
.marginlef50{ margin-top: 50px;}

.margintop10{ margin-top: 10px;}
.marginbot10{ margin-bottom: 10px;}
.marginrig10{ margin-right: 10px;}
.marginlef10{ margin-top: 10px;}

.margintop20{ margin-top: 20px;}
.marginbot20{ margin-bottom: 20px;}
.marginrig20{ margin-right: 20px;}
.marginlef20{ margin-top: 20px;}

.marginrig15{ margin-right: 15px;}

.clear{clear:both;}
.texte-decoration-none{text-decoration: none;}

/*=====================================AJOUTS=========================================*/

.entry-header {
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
}

.entry-title {
text-transform: uppercase;
}

.article-home {
padding-top: 10px;
}

#main-3 article .entry-title { padding-top: 30px; text-transform: uppercase;}

.cat-post-item a{
text-decoration: none;
color: #4A4A49;
}

textarea:hover {border: 2px solid #f7b808; background-color: #f9f6ef;}
input:hover {border: 2px solid #f7b808; background-color: #f9f6ef; }

/*=====================================MEDIAS QUERIES=========================================*/

@media screen and (max-width: 1460px) {
    .site-title {font-size: 2.5em;}
}

@media screen and (max-width: 1381px) {
    .site-description {font-size: 1em;}
}

@media screen and (max-width: 1344px) {
    .logo{width:100%;}
}

@media screen and (max-width: 1222px) {
    .site-title {font-size: 2em;}
}

@media screen and (max-width: 990px) {
    #main-accueil {
        width: 80%;
        margin: 50px auto 0px 10%;
    }

    #tertiary {
        width: 80%;
        margin: 0px auto 0px 10%;
    }

    #content {padding-bottom: 0px;}

    #main {
        width: 80%;
        margin: 50px auto 20px 10%;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: 2em;}


    .item-onglet {
        display: block;
        float: left;
        margin: auto;
        margin-left: 10px;
        padding: 5px 10px 0px 10px;
        background-color: #e84f1e;
        height: 40px;
        color: white;
        border-radius: 0em 0em 0.3em 0.3em;
        border-right: 1px solid #d33d16;
        border-bottom: 1px solid #d33d16;
        }

    .link-reseaux {
        float:right;
        display:block;
        width:30%;
    }

    a .item-link-reseaux {
        float: none;
        display: block;
    }

    .link-reseaux a {float: none;}

    .onglets {
        width: 100%;
        padding-left: 10px;
    }

}


@media screen and (min-width: 700px) and (max-width: 890px) {
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    font-size:0.75em;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size:1em;
}

}

@media screen and (max-width: 700px) {
.link-reseaux-2 a:hover{
    display: block;
    text-align: center;
    text-decoration: none;
}

.link-reseaux-2 p{
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.onglets{display: none;}

.site-title {padding :0px;}

.reseaux-sociaux{display: none;}

.entete-identite{
    width: 100%;
    padding : 40px 0px 0px 0px;
}

}