/*
Theme Name: cabinet-lutz.fr

Author: Erwan Querval
Author URI: http://erwan.querval.fr/
Description: Le thème de cabinet-lutz.fr
Version: 0.1

*/
/******* FONTS ******/
 @font-face {
    font-family: 'gotham_bold';
    src: url('fonts/Gotham/GothamRnd-Bold.eot');
    src: url('fonts/Gotham/GothamRnd-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham/GothamRnd-Bold.woff') format('woff'),
         url('fonts/Gotham/GothamRnd-Bold.ttf') format('truetype'),
         url('fonts/Gotham/GothamRnd-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

 @font-face {
    font-family: 'gotham_light';
    src: url('fonts/Gotham/Gotham-Light.eot');
    src: url('fonts/Gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham/Gotham-Light.woff') format('woff'),
         url('fonts/Gotham/Gotham-Light.ttf') format('truetype'),
         url('fonts/Gotham/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
 @font-face {
    font-family: 'gotham_medium';
    src: url('fonts/Gotham/GothamRnd-Medium.eot');
    src: url('fonts/Gotham/GothamRnd-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham/GothamRnd-Medium.woff') format('woff'),
         url('fonts/Gotham/GothamRnd-Medium.ttf') format('truetype'),
         url('fonts/Gotham/GothamRnd-Medium.svg#GothamRnd-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

 @font-face {
    font-family: 'gotham_book';
    src: url('fonts/Gotham/GothamRnd-Book.eot');
    src: url('fonts/Gotham/GothamRnd-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham/GothamRnd-Book.woff') format('woff'),
         url('fonts/Gotham/GothamRnd-Book.ttf') format('truetype'),
         url('fonts/Gotham/GothamRnd-Book.svg#GothamRnd-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import ('css/bootstrap.min.css');

/**** GENERAL ***/
.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {margin-bottom:-10px!important;}


/**** IMAGES ***/

.left-pic, .alignleft {float:left;margin:10px 50px 30px 0px;}
.wp-editor .left-pic, .wp-editor .alignleft  {float:left;margin:0px 50px 30px 0px;}
.aligncenter {text-align:center!important;margin:30px auto 30px auto}
.right-pic, .alignright {float:right;margin:10px 0px 30px 50px;}
.wp-editor .right-pic, .wp-editor .alignright  {float:right;margin:0px 0px 30px 50px;}



.wp-editor p, .content p, .post p, .page p, .personne p {font-family:'gotham_book', serif;!important;font-weight:400; font-size:14px;margin-top:10px; line-height:24px;color:#565656;}
.wp-editor p::after, .page p::after {content: '';display: block;clear: both;}
.wp-editor h2, .page h2 {margin-top:30px;font-size:28px;font-family: 'gotham_book', sans-serif!important; color:#78AF2D;line-height:38px!important;}
.wp-editor h3, .page h3 {margin-top:30px;font-size:24px;font-family: 'gotham_book', sans-serif!important; color:#5378a2;line-height:30px!important;}
.wp-editor h3 .img-responsive, .page h3 .img-responsive {width:6%;float:left;margin:43px 10px 0px 0px;}
.wp-editor h4, .page h4 {margin-top:30px;font-size:16px;font-family: 'gotham_medium', sans-serif!important; color:#8fc864;text-transform:uppercase;line-height:32px;}
.wp-editor h4 img, .page h4 img {float: left; margin:3px 15px 0px 10px;}
.wp-editor h4::after, .page h4::after {content: '';display:block;clear: both;}
.wp-editor h5, .page h5 {margin-top:30px;font-size:16px;font-family: 'gotham_medium', sans-serif!important; color:#5378a2;line-height:24px;}
.wp-editor h6, .page h6 {margin-top:30px;font-size:12px;font-family: 'gotham_medium', sans-serif!important; color:#78AF2D;text-transform:uppercase;line-height:16px;}


.wp-editor hr, .page hr {margin:20px 0px 20px 0px!important;}


.wp-editor blockquote {padding:10px 20px;}
.wp-editor blockquote, .page blockquote {margin:0%  0% 5% 20%!important;border-left:5px solid #8fc963!important;}
.wp-editor blockquote > p, .page blockquote > p {color:#45454;font-family:'gotham_book', serif;!important;font-size:14px;}

.page td {
  border:1px solid #ccc;
  padding:10px;
}
.wp-editor ol li, .page ol li {
list-style-type: decimal;
font-family: 'gotham_medium';
font-size: 14px;
line-height: 24px;
color: #565656;
font-weight: 400;
margin-left: 40px;

}
.wp-editor ul li, .page ul li {
list-style-type: disc;
font-family: 'gotham_medium';
font-size: 14px;
line-height: 24px;
color: #565656;
font-weight: 400;
margin-left: 40px;
}
.wp-editor ul, .page ul, .wp-editor ol, .page ol {
margin-bottom:30px;
}
.wp-editor strong, .post strong, .page strong, .simple strong {font-weight:bold;}

.wp-editor a, .content a {color:#db3434!important;text-decoration:underline!important;}
.wp-editor a:hover, .post a:hover, .page a:hover, .simple a:hover {text-decoration:none;}


.simple p, .wpcf7-validation-errors {font-family:Arial;text-align:justify; font-size:14px;line-height:20px;color:#535353;font-weight:lighter;}
