/*
Theme Name: Responsive Child
Theme URI: http://www.adeliebridge.fr/
Description: child theme for Responsive Theme
Author: Alain
Child Responsive WordPress Theme, Copyright (C) 2013-2013 Alain
Version: 1.0.0
Template: responsive
-------------------------------------------------------------- */

@import url("../responsive/style.css");
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic|Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic|Ubuntu+Condensed);


/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}


body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #efefef;
	color: #3e3e3e;
	font-family: Ubuntu, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.4em;
	text-rendering: optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
/* ALAIN */

.pique {
	color:#000080;
	font-size:1.3em;
	padding:0 .35em 0 .1em;
}

.coeur {
	color:#ff0000;
	font-size:1.3em;
	padding:0 .25em 0 .07em;
}

.carreau {
	color:#ff6600;
	font-size:1.3em;
	padding:0 .35em 0 .106em;
}

.trefle {
	color:#008000;
	font-size:1.3em;
	padding:0 .18em 0 0;
}

.fond-bleu {
	background-color: #DBE7F8;
	color: #003399;
	padding: 30px;
}

.bridge-enchere {
	display: inline-block;
	margin:0 2% 0 5%;
	width:5%;
	padding: 10px;
	background-color: #DBE7F8;
	vertical-align: top;
	border-radius: 4px;
}

.bridge-exemple {
	display: inline-block;
	margin:20px 2% 0 5%;
	width:22%;
	padding: 10px;
	background-color: #DBE7F8;
	vertical-align: top;
	border-radius: 4px;
	letter-spacing: 0.25em;
}

.bridge-4jeux {
	display: inline-block;
	margin:10px 2% 0 5%;
	width:40%;
	padding: 5px;
	background-color: #DBE7F8;
	vertical-align: top;
	border-radius: 4px;
	letter-spacing: 0.2em;
	line-height: 95%;
  	font-size: 95%;
}

.bridge-comment {
	display: inline-block;
	margin: 20px 0 0 0;
	width:62%;
}

.donne {
	margin:10px 0 0 60px;
	font-family: Ubuntu, Monotype, monospace;
	font-size: 1.15em;
	letter-spacing: 0.15em;
	border-color: white;
}

.accentue {
	font-variant:small-caps;
	font-size:1.05em;
	font-weight:bold;
	color:#003399;
}

.nonvul {
	background-color: #aaffaa;
}

.vul {
	background-color: #ff7766;
}

.tete-tableau {
	width:15%;
	color:#003377;
	font-weight:bold;
	padding:.5em;
	background-color:#E5EFCF
}

/* Exercices           */
/*---------------------*/
.num-exe {
	float: left;
	font-size: 2.4em;
	color: #003399;
}

.exercice {
	float:left;
	width:200px;
	margin-left:60px;
}

.exe-table {
	margin: 16px;
	padding: 0 27px;
	background: #082;
}

.exe-pique {
	color: #003366;
	font-size: 2em;
	padding-left: .02em;
	padding-right: .45em;
}

.exe-coeur {
	color: #ff0000;
	font-size: 2em;
	padding-left: .0em;
	padding-right: .4em;
}

.exe-carreau {
	color: #ff9900;
	font-size: 2em;
	padding-left: .07em;
	padding-right: .45em;
}

.exe-trefle {
	color: #006600;
	font-size: 2em;
	padding-left: .0em;
	padding-right: .38em;
}

.exe-cartes {
	font-size: 1.2em;
	letter-spacing:0.15em;
}

/* FIN ALAIN */

p {
	word-wrap: break-word;
}

i, em, dfn, cite {
	font-style: italic;
	font-size: 14px
}

tt, var, pre, kbd, samp, code {
	font-family: "Ubuntu mono", Arial,"Trebuchet MS", sans-serif;
	font-style: normal;
}


abbr, acronym {
	font-size: 1em;
	font-color: #003399;
	font-weight: bold;
	letter-spacing: .0em;
	text-transform: none;
}

a abbr, a acronym {
	border: none;
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	font-size: 24px;
	padding: 15px 35px;
}

.call-to-action a.button:hover {
	text-decoration: none !important;
}

.ie7 .call-to-action a.button {
    padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 12px;
	padding: 6px 10px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	background-color: #1874cd; /* Dodger Blue: #1874cd */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#0a1955));
	background-image: -webkit-linear-gradient(top, #7db7f0, #0a1955);
	background-image: -moz-linear-gradient(top, #7db7f0, #0a1955);
	background-image: -ms-linear-gradient(top, #7db7f0, #0a1955);
	background-image: -o-linear-gradient(top, #7db7f0, #0a1955);
	background-image: linear-gradient(top, #7db7f0, #0a1955);
	border: 1px solid #115290;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#0a1955);
	text-shadow: 0 -1px 0 #115290;
}

a.blue:hover {
	background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0a1955), to(#7db7f0));
	background-image: -webkit-linear-gradient(top, #0a1955, #7db7f0);
	background-image: -moz-linear-gradient(top, #0a1955, #7db7f0);
	background-image: -ms-linear-gradient(top, #0a1955, #7db7f0);
	background-image: -o-linear-gradient(top, #0a1955, #7db7f0);
	background-image: linear-gradient(top, #0a1955, #7db7f0);
	border: 1px solid #115290;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a1955, endColorstr=#7db7f0);
	text-shadow: 0 -1px 0 #115290;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}

.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}

.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}

.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}

.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}

.required {
	color: #d5243f;
}
/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 2px solid #003399;
	margin: 30px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Ubuntu', 'Times New Roman', Times, serif;
	margin: 3px 0;
	font-style: italic;
	font-size: 1em;
	line-height: 22px;
}

blockquote li {
	font-family: 'Ubuntu', 'Times New Roman', Times, serif;
	margin: 3px 0;
	font-style: italic;
	font-size: 1em;
	line-height: 22px;
}

/* =Headings
-------------------------------------------------------------- */
a {
	color:#0055aa;
}

a:hover {
	color: #00aa55;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #003377;
	font-weight: 500;
	font-family: 'Ubuntu Condensed';
}

h1 {
    font-size: 2.7em;
    margin-bottom: .5em;
    margin-top: .5em;
}

h2 {
    font-size: 2em;
    margin-bottom: .5em;
    margin-top: 2em;
}

h3 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
    margin-left: 20px;
}

h4 {
    font-size: 1.3em;
    /* margin-bottom: .2em;
    margin-top: .2em;  */
}

h5 {
    font-size: 1.4em;
    margin-bottom: .5em;
    margin-top: 1.125em;
}

h6 {
    font-size: 1.3em;
    margin-bottom: 05em;
    margin-top: 1.285em;
}

th,
td,
table {
	border: 1px solid #003377;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p ,ul, ol {
	margin: 0.3em 0 .7em 20px;
}

table {
	margin: 20px;
}


hr,dl,pre,form,table,address,blockquote {
	margin: 1.6em 0;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 2em;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
	padding: .1em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}


ul {
    list-style-type: square;
}

ol {
    list-style-type: decimal;
}

ul,
ol {
    /* margin: 0 1.5em 1.5em 0; */
    padding-left: 2.0em;
}

li ul,
li ol {
    margin: 0 0 0.1em 0;
}

form div {
	margin-bottom: .8em;
}


/* =Header
-------------------------------------------------------------- */


/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background-color: #112244;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#334466), to(#112244));
	background-image: -webkit-linear-gradient(top, #334466, #112244);
	background-image: -moz-linear-gradient(top, #334466, #112244);
	background-image: -ms-linear-gradient(top, #334466, #112244);
	background-image: -o-linear-gradient(top, #334466, #112244);
	background-image: linear-gradient(top, #334466, #112244);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#334466, endColorstr=#112244);
	margin: 0 auto;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #f5f5f5;
	text-decoration: none;
}

.menu ul {
    margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	border-left: 1px solid #585858;
	color: #fff;
    cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
}

.menu a:hover {
	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0a1955), to(#5888c3));
	background-image: -webkit-linear-gradient(top, #0a1955, #5888c3);
	background-image: -moz-linear-gradient(top, #0a1955, #5888c3);
	background-image: -ms-linear-gradient(top, #0a1955, #5888c3);
	background-image: -o-linear-gradient(top, #0a1955, #5888c3);
	background-image: linear-gradient(top, #0a1955, #5888c3);
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0a1955, endColorstr=#5888c3);
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #0a1955;
}

.home .menu .current_page_item a {
    background: none;
	background-color: transparent;
    background-image: none;
    filter: none;
}

.menu li li {
	background: #e0e0f0;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444;
	filter: none;
    margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #336699 !important;
	background-image: none;
	font-weight: 500;
	border: none;
	color: #ffffee;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
}

.navigation a {
	color: #003399;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"] {
    width: 70%;
    font-size:0.9em;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 13px;
	padding: 40px 0 0 0;
}

#author-meta img {
	padding: 10px 15px 10px 5px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ececff;
	border-radius: 4px;
	margin: 0;
}

.commentlist .bypostauthor {}

.commentlist li cite {
	color: #111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #fff;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	color: #999;
}

.comment-body .comment-meta {
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3ff), to(#aaaab9));
	background-image: -webkit-linear-gradient(top, #f3f3ff, #aaaab9);
	background-image: -moz-linear-gradient(top, #f3f3ff, #aaaab9);
	background-image: -ms-linear-gradient(top, #f3f3ff, #aaaab9);
	background-image: -o-linear-gradient(top, #f3f3ff, #aaaab9);
	background-image: linear-gradient(top, #f3f3ff, #aaaab9);
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	border-radius: 4px;
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	margin-top: 15px;
	padding: 10px 20px 50px;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
}

.nocomments {
	color: #999;
	font-size: .9em;
	text-align: center;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
}

#footer a {
	color: #333;
	font-weight: 400;
}

#footer a:hover {
    color: #444;
}

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
    content: ' ';
    display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
    clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
    zoom: 1;
}

.clear {
	clear: both;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
    #sidebar { display: none; }
    #widgets { display: none; }

    h1 {
	page-break-before: always; }

    h1,  h2,  h3,  h4,  h5,  h6 {
	page-break-after: avoid; }

    ul,  ol,  dl {
	page-break-before: avoid; }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media
    only screen and (-moz-min-device-pixel-ratio:1.5),
    only screen and (-o-min-device-pixel-ratio:3/2),
    only screen and (-webkit-min-device-pixel-ratio:1.5),
    only screen and (min-device-pixel-ratio:1.5) {

    body {}
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {

    body {}

    .grid,
	.grid-right {
	    float: none;
    }

	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }

	.home #widgets {
		margin-top: 40px;
	}

    .top-widget,
    .home .top-widget {
        margin-top: 0 !important;
    }

    .hide-980 {
        display: none;
    }

    .show-980 {
        display: block;
    }

}

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

    body {}

    #logo {
	    float: none;
        margin: 0;
	    text-align: center;
    }

    .grid,
	.grid-right {
	    float: none;
    }

	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }

    .top-widget {
        float: none;
        margin: 0 auto 10px auto;
        position: relative;
        text-align: center;
        width: auto;
    }

    .top-widget .widget-title {
        text-align: center;
    }

    .js .menu,
	.js .sub-header-menu {
		display: none;
	}

	.top-menu,
	.footer-menu li {
	    float: none;
        font-size: 11px;
	    text-align: center;
    }

	.tinynav {
        display: block;
    }

    .sb-holder {
        display: block;
    }

    #author-meta {
        padding: 20px;
    }

    .hide-650 {
        display: none;
    }

    .show-650 {
        display: block;
    }

    #footer {
	    text-align: center;
    }

    #footer .social-icons {
        padding-bottom: 10px;
	    text-align: center;
    }
}

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

    body {}

    #logo {
	    float: none;
	    text-align: center;
    }

    .grid,
	.grid-right {
	    float: none;
    }

	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
	}

	.featured-title {
	    font-size: 40px;
	    padding: 40px 20px 0 20px
    }

    .featured-subtitle {
        font-size: 24px;
    }

    .navigation .next,
    .navigation .previous {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
	    float: none;
	    text-align: center;
        text-rendering: optimizeSpeed;
    }

    .hide-480 {
        display: none;
    }

    .show-480 {
        display: block;
    }

    #footer {
	    text-align: center;
    }

    #footer .social-icons {
	    text-align: center;
    }
}

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

    body {}

	#featured p {
	    font-size: 12px;
		line-height: 1.5em;
    }

    .featured-title {
	    font-size: 35px;
    }

	.featured-subtitle {
		font-size: 15px;
	}

    .call-to-action a.button {
	    font-size: 14px;
	    padding: 7px 17px;
    }

    .hide-320 {
        display: none;
    }

    .show-320 {
        display: block;
    }
}

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

    body {}

	#featured p {
	    font-size: 11px;
		line-height: 1.5em;
    }

    .featured-title {
	    font-size: 20px;
    }

	.featured-subtitle {
		font-size: 11px;
	}

    .call-to-action a.button {
	    font-size: 12px;
	    padding: 5px 15px;
    }

    .top-widget area,
    .top-widget select,
    .top-widget textarea,
    .top-widget input[type="text"],
    .top-widget input[type="password"] {
        width: 75%;
    }

    .widget-title,
    .widget-title-home h3 {
        font-size: 14px;
        height: 13px;
        line-height: 13px;
        text-align: left;
    }

    .hide-240 {
        display: none;
    }

    .show-240 {
        display: block;
    }
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin: 0 20px auto 10px;
	width: auto;
	float: left;
}
