/* 
Theme Name: ASA
Theme URI:  https://www.tudioweb.com/
Author: TUDIOWEB
Author URI: https://www.tudioweb.com/
Description: TUDIOWEB à votre service 
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TUDIOWEB

*/


/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1 - Alignment

2 - Caption and Blockquote

3 - 404 Page

4 - Table

5 - Page Comment Navigation

5 - Markup Alignment

6 - Miscellaneous

*/

code, pre, kbd, tt {
	word-wrap: break-word;
	white-space: pre-wrap;
}
.entry-title,
.entry-content p,
.comment-info p,
.recentcomments a,
.page-header .page-title,
.breadcrumb li,
.post-entry p,
.comment-content p {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
body, html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-h-adjust: 100%;
	text-rendering: optimizeLegibility !important;
}

/*-----------------------
	1 - Alignment
------------------------*/

.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
	display: block;
    height: auto;
    max-width: 100%;
}
.alignleft {
	float: left;
    margin: .5em 20px .5em 0;
}
.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}
.aligncenter {
    display: block;
    float: none;
    margin-top: .5em;
    margin-right: auto!important;
    margin-bottom: .5em;
    margin-left: auto!important;
}

/*-----------------------------
	2 - Caption and Blockquote
-------------------------------*/

.wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
            border-radius: 3px;
    border-image: initial;
    background-color: #ddd;
    text-align: center;
}
.wp-caption img {
    max-width: 100%;
    height: auto;
}
.post-content .wp-caption {
	text-align: left;
	width: auto !important;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.wp-caption-text{
	font-size: 14px;
	font-size: 1.4rem;
}
.format-image .wp-caption {
	border: none;
	background: transparent;
}
/*-----------------------------
	3 - 404 Page
------------------------------*/

.error_404 {
	text-align:center;
	
}
.error_404 .error_code{
	color: rgba(0, 0, 0, 0.9);
    display: block;
    font-size: 80px;
	line-height: 100%;
	padding: 15px 0;
}
.error_404 .error_text{
	font-size: 24px;
	display: block;
	color: rgba(0, 0, 0, 0.7);
}
.error_404 a{
	margin-top: 20px;
	color: #fb0d29;
}
.error_404 a:hover{
	color: #0ec7ef;
}
.comment-metadata, .comment-content {
	min-height: 26px;
}
.wpb_content_element {
	margin-bottom: 0 !important;
}
.remove-column-gap .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

/*---------------------------
	4 - Table
----------------------------*/

table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	table-layout: fixed;
}
table td ,table th{
	padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}

/*------------------------------
	5 - Page Comment Navigation
-------------------------------*/

.page .page-content {
	margin-top: 55px;
}
.about-page-content > ul {
	margin: 30px 0 50px 40px !important;
}
.about-page-content ul li {
	font-size: 13px;
	line-height: 28px;
	color: #757575;
	font-weight: 300;
	letter-spacing: 0.65px;
}
.textwidget img{
	height:100%;
	width:100%;
}
.textwidget select{
	width:100%;
}
.navbar-brand img{
	margin:0px;
}
.comment-info img{
	max-width:100%;
}
.comment-list .children{
	padding-left:40px !important;
}
.comment-form  .comment-reply-title{
	display:none;
}
select{
    max-width:100%;
}
.single-page-post .page-links {
	margin-bottom: 30px;
}
.single-page-post .single-blog-post {
	box-shadow:none;
}
#instafeed {
	display: table;
}
#instafeed .item {
	display: table-cell;
}
#instafeed .item img {
	max-width: 100%;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}
.border-right-0 .post-area-boxed {
	border-right: none !important;
}
.single-post-pagination {
	margin-top: 50px;
	clear: both;
}
.single-post-pagination .nav-previous {
	float: left;
}
.single-post-pagination .nav-previous a{
	font-size: 1.6rem;
	border: 1px solid #fcb20b;
	padding: 0 20px;
	font-family: "Montserrat", sans-serif;
	line-height: 2;
	text-transform: uppercase;
	display: inline-block;
	height: 31px;
}
.single-post-pagination .nav-next a {
	font-size: 1.6rem;
	border: 1px solid #fcb20b;
	padding: 0 20px;
	font-family: "Montserrat", sans-serif;
	line-height: 2;
	display: inline-block;
	text-transform: uppercase;
	height: 31px;
}
.single-post-pagination .nav-previous a:hover, .single-post-pagination .nav-next a:hover{
	background-color: #fcb20b;
	color: #ffffff;
}
.single-post-pagination .nav-previous + .nav-next {
	float: right;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus {
	background: transparent !important;
}
.dropdown-menu>.active>a:hover {
	background: #fcb20b !important;
}

/*------------------------------
	6 - Markup Alignment
-------------------------------*/

.entry-content .article ul,
.page-content ul,
.comment-content ul {
	list-style: disc;
	padding-left: 20px;
}
.entry-content .article ol,
.page-content ol,
.comment-content ol {
	list-style: decimal;
	padding-left: 20px;
}
.entry-content .article ul li,
.entry-content .article ol li,
.page-content ul li,
.page-content ol li,
.comment-content ol li,
.comment-content ul li {
	margin: 8px 0;
}
.entry-content .article ul li span,
.entry-content .article ol li span {
	font-size: 13px !important;
}
.entry-content .article dd,
.page-content dd,
.comment-content dd {
	margin: 12px 0;
}
.comment-content iframe,
.comment-content embed,
.comment-content img {
	max-width: 100%;
}
.single .page-links {
	margin-top: 50px;
}
.entry-content dl.wp-caption {
	display: none;
}
.post-categories li {
	display: inline-block;
	line-height: 22px;
}
.single .comment-navigation {
	margin-top: 50px;
}
.post-password-form label {
	display: block;
}
.post-password-form input[type='password'] {
	width: 100%;
	display: block;
}
.post-password-form input[type='submit'] {
	background-color: #fcb20b;
	color: #fff;
	border: none;
	padding: 8px 15px;
}
.entry-content iframe,
.entry-content embed,
.entry-img iframe {
	width: 100%;
	max-width: 100%;
	height: 400px !important;
}
.wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
}
.about-me ol {
	padding-left: 20px;
	margin-left: 0;
}
.about-me ol li {
	line-height: 24px;
}
.fixed_nav + .header-wrap {
	padding: 120px 15px 50px;
}
.widget.recent-posts ul.entry-meta {
	padding-left: 0 !important;
}

/*-----------------------------
	6 - Miscellaneous
------------------------------*/

.blog-listing .sticky {
	border: 1px solid #fcb20b;
    padding:15px;
	
}
.post  .post-title,
p.post-excerpt{
	word-break: break-all;
}
.post_format-post-format-gallery.style-2 .post-thumb + .post-content,
.post_format-post-format-gallery.style-2 .post-thumb {
	width:100%;
}

.post_format-post-format-gallery.style-2 .post-thumb + .post-content{
	margin-left:0;
	margin-top:30px;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
	display: none;
}
.sidebar .widget_search .widget-title {
	padding: 20px 0 0 40px;
}
.textwidget p img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-widget-area .calendar_wrap table td,
.footer-widget-area .calendar_wrap table th {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.footer-widget-area .textwidget .wp-caption-text {
	color: #333;
}
.gallery-caption {
	text-align: center;
}

.couleurblanc{
	color: white;
}

.couleurrouge{
	color: #c01f25;
}
.fa-user{
	color: #fff;
}
.fa-flag{
	color: #fff;
}
.fa-calendar-o{
	color: #fff;
}
.fa-users{
	color: #fff;
}
.fa-trophy{
	color: #fff;
}
.copyright{
	color: #7a7a7a;
}
.btn.btn-border{
	color: #c01f25;
}
/**Ayoub**/
article.post {
    margin-bottom: 0px;
}
@media (min-width: 768px){
.home.page-template .post {
    height: 450px !important;
}}
form .gform_body input[type="file"] {
    margin-top: 10px;
        padding-bottom: 2px !important;
}
form .gform_body input[type="text"],form .gform_body select  {
    margin-top: 12px !important;
}
form .gform_body label {
    margin-top: 11px;
}
.affix-top .navbar-brand {padding: 15px 5px !important;}
.affix .navbar-brand {padding: 35px 5px !important;}
/**fin Ayoub **/
/* ilham */
.blog-listing.style-2 .sas:first-child {
    display: block !important;
}

.blog-listing.style-2 .sas {
    display: none;
}
em .sas {
    display: none !important;
}

.page-id-8270 .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    min-height: 200px !important;
    width: 100% !important;
}

.page-id-8270 .vc-gitem-zone-height-mode-auto:before{
    padding-top: 0% !important;
}

.page-id-8270 .vc_grid-container-wrapper.vc_clearfix {
    padding-top: 30px;
}
body.home .vc_grid-loading {
    display: none;
}
/* fin ilham */

ul#menu-main-navigation {
    float: left !important;
}


li#menu-item-5502 {
    float: left !important;
    display: block;
    position: absolute;
    right: 0 !important;
}

a.not-in-home {
    font-size: 13px !important;
    font-weight: 600;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
    font-size: 1.1rem;
}