:root {
	--blanc: #FFF;
	--couleur1: #1972B8;
	--couleur2: #41B29C;
	--footer: #7F7F7F;
	--carrousel: #000;
	--rouge: #E5312B;
	--gris_clair: #E0E0E0;


}
.cb_club_image {
  min-height:222px;
  display:flex;
  align-items:center;
}
#cbfv_29 img.cbFullPict{
	padding-right: 10px;
}
.fa-eye-slash:before, .fa-eye:before {  
    font-size: 18px;
}

span#password_toggle {
    position: relative;
    left: -30px;
    top: 5px;
    z-index: 5;
}

#cbfv_50 > span:nth-child(2) > span:nth-child(1) > span:nth-child(1), #cbfv_59 > span:nth-child(2) > span:nth-child(1) > span:nth-child(1), #cbfv_41 > span:nth-child(2) > span:nth-child(1) > span:nth-child(1), #cbfv_42 > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) {
  margin-left: initial;
}

span:nth-child(2) > span:nth-child(1) > span:nth-child(1) {
  margin-left: -190px;
}

form.form_update {
    margin-top: 2%;
}
input.button_insert, input.button_update {
    background-color: var(--couleur1);
    color: var(--blanc);
    border: none;
    border-radius: 10px;
    padding: 0.5%;
}
form.form_insert, form.form_update {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h3.m-0.p-0.mb-2.cb-page-header-title {
    text-align: center;
}
* {
	box-sizing: border-box;
}
.cbUserListResultCount {
    text-align: center;
}
.moduletable.jmoddiv.jmodinside {
    margin-top: 2%;
}
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
    margin-left: initial;
}
/*OCA_test_Label*/
 label {
	display: block;
	margin-bottom: 5px;
	margin-left: 5px;
}

#modlgn-remember {
	margin-left: 4px;
} 

#form-login-remember {
  display: flex;
  justify-content: center;
  margin-bottom: 6%;
  text-align:center;
}

.btn_print {
  display: flex;
  justify-content: center;
  margin-top: 4%;
}

.offset-sm-3.col-sm-9 {
  display: flex;
  justify-content: center;
}
.btn.btn-secondary.btn-sm-block.cbUserlistCancel {
  margin-left: 2%;
}

p.accueil_public {
    text-align: center;
}

body .jf_mm_trigger.jf_mm_rtl {
  left: auto;
  right: 4% !important;
}

button.btn.btn-secondary.btn-block.cbUserListListAllButton {
    margin-top: 25px;
}

ul.nav.menu_logged.mod-list.jmoddiv.jmodinside {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/*Changement de la couleur du texte mot de passe perdu*/
.forgot_password {
  color: var(--couleur1);
}

/* Hover souligner supprimer de mot de passe perdu*/
.forgot_password:hover {
  text-decoration: none;
  color: var(--couleur1);
}

/*Bouton s'identifier*/
.login-button {
  background: var(--couleur2);
  color: var(--blanc);
  border: none;
  padding: 3% 6%;
  border-radius: 10px;
  margin-left: 20%;
}

/*Centrer module connexion*/
.moduletable {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}


/*Dimensionnement des images*/
img {
	width: 100%;
}

/*Stylisation des boutons*/
.bouton {
	border-radius: 10px;
	border: none;
	color: var(--blanc);
	padding: 5px;
	background: var(--couleur1);
}

/*HEADER*/
/*Decalage à gauche de la div logo*/
div#bouton {
	text-align: center
}

/*Paramètre en commun des boutons du header*/
/*input.button_header {
	border-radius: 10px;
	border: none;
	color: var(--blanc);
	padding: 20px;
}*/

/*Couleur de fond bouton "Devenir adhérent du club"*/
/*input.button_header.button1 {
	background: var(--couleur1);
}*/

/*Couleur de fond bouton "Adhérer à mon compte"*/
input.button_header.button2 {
  background: var(--couleur2);
  /*margin-top: 5% !important;*/
  width: 51%;
}

/*Image de fond liste adhérents*/

div#cbUserTable {
    background-image: url(/images/navigation/agenda_fond_low_poly.jpg);
    background-color: #41B29C;
    background-attachment: fixed;
    background-size: cover;
    padding: 15px;
}

/*POSITIONNEMENT DES DIVISIONS HEADER TRAIT*/

p.span_trait {
	background: var(--couleur2);
	height:  24px;
}

.titre_trait {
	text-align: initial;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1px;
}

/* Icones */
.cbUserListFC_name:before {
   font-family: "Font Awesome 5 Free";
   content: "\f007";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight:900;
}

.cbUserListFC_cb_site_web:before {
   font-family: 'FontAwesome';
   content: "\f268";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight:300;
}

.cbUserListFC_email:before {
   font-family: "Font Awesome 5 Free";
   content: "\f0e0";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight:900;
}

.cbUserListFC_cb_telephone:before {
   font-family: "Font Awesome 5 Free";
   content: "\f879";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight:900;
}

.cbUserListFC_cb_secteur_activite:before {
  content: "\f0f2";
  font-family: 'FontAwesome';    
  margin-right: 5px;  
}

span.cbListFieldCont.cbUserListFC_cb_lienlinkedin:before {
    content: "\f08c";
    font-family: 'FontAwesome';    
    margin-right: 5px;    
}

.navbar.navbar-expand.navbar-light.bg-light.mb-0.border.cbNavBar.cbMenuNavBar {
  display: none;
}

.cbUserListFieldLine {
 padding-right: 20px; 
}

.cbUserListFieldLine > span > a {
 color: black !important;
}

.cbUserListFieldLine > a {
 color: black !important;
}

.cbImgPict.cbThumbPict.cbImgAvatar,
.cbImgPict.cbThumbPict{
    width: 160px;
}

img.cbImgPict.cbFullPict.img-thumbnail {
    width: 180px;
}

.card-body.p-2.position-relative.cbCanvasLayoutBody.adherent {
    -webkit-transition-duration: .8s;
}

.card-body.p-2.position-relative.cbCanvasLayoutBody.adherent:hover {
    background-position: 0;
    -webkit-border-bottom-left-radius: 50% 20px;
    -moz-border-radius-bottomleft: 50% 20px;
    border-bottom-left-radius: 10% 2px;
    border-bottom-right-radius: 10% 2px;
    -webkit-box-shadow: -5px 10px 15px rgb(0 0 0 / 25%);
    -moz-box-shadow: -5px 10px 15px rgba(0,0,0,0.25);
    box-shadow: -5px 10px 15px rgb(0 0 0 / 25%);
    position: relative;
    z-index: 10;
    -webkit-transition-duration: .8s;
}

.cbTabPane.tab-pane.col-sm-12.vos-informations,
.cbTabPane.tab-pane.logo-entreprise-dirigeant, .cbTabPane.tab-pane.tem.presentation  {
  border-left: 10px solid #41b29c;
  padding: 40px 70px;
  position: relative;
  box-shadow: 8px 8px 5px #6666;
  background: white;  
}

.cbTabPane.tab-pane.tem.presentation  {
 border: none;
 box-shadow: none;
 background: white;
}

.cbTabPane.tab-pane.banniere {
  border-left: 10px solid #1972b8;
  padding: 40px 70px;
  position: relative;
  box-shadow: 8px 8px 5px #6666;
  background: white;  
  margin-bottom: 3%;
  margin-top: 3%;
}

.cbTabNav.nav-item {
  display: contents;
}

/*Couleurs par secteur d'activité*/

.secteur-Commerce {
  box-shadow: 10px 5px 5px blue;
}

.secteur-Informatique {
  box-shadow: 10px 5px 5px red;
}

/*Positionnement des trait en couleur bleu foncé*/
.cb_template .cbImgPictInitial.cbThumbPict {
  width:70%;
}

/*Positionnement des trait en couleur bleu foncé*/
p.span_trait_2 {
    background: #1972B8;
    height: 18px;
}

h2.titre_trait_2 {
    /*font-size: 15px;
	font-weight: bold;*/
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -1px;
    font-size: x-large;
    margin-left: 15px;
}

.header_trait_2 {
    display: grid;
    grid-template-columns: 10% 85%;
}

.block_titre {
    margin-left: 10px;
}

.sous_titre_trait_2 {
    font-size: 11px;
    font-style: italic;
}
.titre_trait_2 {
    margin-left: 15px;
}

/* Nom de l'entreprise */
span.cbListFieldCont.cbUserListFC_cb_nomentreprise {
    font-weight: bolder;
    font-size: larger;  
}

/* Menu autre page */

/*a:hover {
    transform:scale(1.1);
}*/

/*.col.header_3 {
    display: none;
}*/


/* button de header pour un petit marge quand le menu est en none*/
#bouton {
    margin-bottom: 7px;
}
/*Suppression des infomormation de l'article*/
.item-page {
    display: none;
}

/* menu hamburger */
/* style titre menu */
.levelHolderClass > h2:nth-child(1) {
	margin: 5%;
}

/*Epaississement des traits dasn le menu hamburger*/
.jf_mm_wrapper li {
	border-top: 2.5px solid #5A5E5F;
	border-top-color: rgb(90, 94, 95);
}

/*Epaississement du dernier trait dasn le menu hamburger*/
.jf_mm_wrapper li:last-child {
	border-bottom: 2.5px solid #5F6466;
	border-bottom-color: rgb(95, 100, 102);
}


/* position et taille de l'icone burger */

.jf_mm_trigger.jf_mm_rtl {
	width: 60px;
	height: 56px;
	top: 45%;
	padding: 9px;
}

/* taille des bar du menu */
.jf_mm_trigger {
	font-size: 38px;
}


/* Portail de connexion */
/* position de connexion */

.input-prepend {
    width: 90%;
}

.controls {
    padding-left: 0%;
}

/* barre identification */
.input-small {
    width: 80%;
}

/*fond espace adhérent*/
.cbProfile.cb_template.cb_template_default {
    background-image: url(/images/navigation/agenda_fond_low_poly.jpg);
    background-color: #41B29C;
    background-attachment: fixed;
    background-size: cover;
}

/* Bloc de gauche mon profil*/

.col-sm-6.pr-sm-2.cbPosLeft {
    background: white;
    box-shadow: 8px 8px 5px #6666;   
    padding: 35px 25px 35px 50px;    
    margin-bottom: 80px;
    border-left: 10px solid #41b29c;   
    font-size: 15px;
    color: black;
    line-height: -13px;
    position: relative;
    line-height: -33px;
    max-height: 700px;
}

.cb_template .form-group {
    margin-bottom: 0rem; 
}

/* Fond fiche adhérent - tableau 1px */

.cb_template .border {
    border: 0px solid #dee2e6 !important;
}

/*div#cbfr_17 {
    background-color: #AFCBE0;
}*/

/* Bloc de droite */

#cb_tabid_29 {
    border-left: 10px solid #1972b8; 
    padding: 40px 70px;    
    position: relative;  
    box-shadow: 8px 8px 5px #6666;
    background: white;    
}


/*Mon profil*/
#aside {
  padding-right: 4%;
  color: var(--noir);
}


.page-header {
  border-bottom: initial;
}

.well.jmoddiv.jmodinside:hover {
  border: 2px solid black;
}

.cbProfile.cb_template.cb_template_default,
.cbEditProfile.cbEditProfileTabbed.cb_template.cb_template_default,
#system-message-container {
  padding: 1.5% 2%;
}

label#cblabcbfv_59, label#cblabcbfv_41, label#cblabcbfv_58, label#cblabcbfv_50, label#cblabcbfv_57, label#cblabcbfv_56, label#cblabcbfv_63 {
    font-weight: bold;
}

div#cbfv_59, div#cbfv_41, div#cbfv_58, div#cbfv_56, div#cbfv_57 {
    margin-top: 5%;
}

.text-center.text-small.content-spacer {
  display: none;
}

.navigation {
  padding: 5px 0;
  border-top: initial;
  border-bottom: initial;
  margin-bottom: 10px;
}

div.well {
  background: var(--blanc);
  color: var(--noir);
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: initial;
  border-radius: 4px;
  box-shadow: initial;
  border: 2px solid black;
}

li.cbModeratorLink > a,
li.cbOnlineUser > a
 {
  color: var(--noir);
  text-decoration: none;
}

li.cbModeratorLink > a:hover,
li.cbOnlineUser > a:hover {
  text-decoration: none;
}

.login-avatar.cb_template.cb_template_default {
  display: flex;
  justify-content: center;
}

.logout-button {
  display: flex;
  justify-content: center;
}

  /*module connexion*/
  
  .global_con {
    width: 40%;
}
  .souvenir_mdp {
    display: flex;
    justify-content: center;
    column-gap: 6%;
}
  .cb_template .cbImgPictInitial.cbThumbPict {
    width: 100%;
}
  /*FOOTER*/
  /*Rediemnsionnement du picto*/
  .img_picto_facebook {
    width: 50%;
	}
  
  .cbUsersList.cb_template.cb_template_default {
  margin-top: -5%;
}
h1.ajout_user {
    margin-top: 2%;
}
  .mb-3.border-bottom.cb-page-header.cbUserListTitle {
    margin-top: 3%;
}

/*input.button_header.button2 {
  margin-top: -2%;
}*/

.cbLostPassForm.cb_template.cb_template_default {
  padding: 0 3%;
}

.cb_template .offset-sm-3 {
  margin-left: initial;
}

.cbTabPane.tab-pane.col-sm-12.vos-informations,
.cbTabPane.tab-pane.logo-entreprise-dirigeant, .cbTabPane.tab-pane.tem.presentation   {
  border-left: 10px solid #41b29c;
  padding: 40px 70px;
  position: relative;
  box-shadow: 8px 8px 5px #6666;
  background: white;  
  width: fit-content;
  margin: auto;
}

.cbTabPane.tab-pane.tem.presentation  {
 border: none;
 box-shadow: none;
 background: #EDEDED;
}

.cbTabPane.tab-pane.banniere {
  border-left: 10px solid #1972b8;
  padding: 40px 70px;
  position: relative;
  box-shadow: 8px 8px 5px #6666;
  background: white;  
  margin-bottom: 3%;
  margin-top: 3%;
}

.cbTabNav.nav-item {
  display: contents;
}

a.cbTabNavLink.nav-link:hover, a.active.cbTabNavLink.nav-link:hover {
  background: var(--couleur2);
  color: var(--blanc);
  transition: 0.3s;
}

.cb_template .nav.nav-tabs .nav-link {  
    transition: 0.3s;
}

.input-group-append {       
    transform: translate(25%, 0px);   
    border: 3px solid #1972b8;
    border-radius: 12px;
    transition-duration: 0.1s;
}

.input-group-append:hover {
    border-radius: 0px;
    transition-duration: 0.1s;
}

.cb_template .form-control-plaintext {   
    font-size: 1.2rem;    
}

/* Message alerte auteur article non renseigné*/
.alert {
    display: none;
}

div#cbtf_20 {    
    margin-bottom: 0.5rem;
	display:inline-flex;
	flex-direction:row-reverse;
}

.login-greeting.cb_template.cb_template_default {
    text-align: center;
}

.cb_template .bg-light {
    background-color: transparent !important;
}

.container.all_filed {
  border-left: 10px solid #41b29c;
  padding: 40px 70px;
  position: relative;
  box-shadow: 8px 8px 5px #6666;
  background: white;
  width: fit-content;
  margin: auto;
}

.insert_ahderents,
.update_adherents {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 1%;
  
}

.insert_ahderents{
  margin-left: -51%;
}
.update_adherents {
  margin-left: 1%;
}

.field_insert,
.field_update {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 5px;
  width: 100%;
  height: auto;
}

.label_insert,
.label_update {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}


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

.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cbCanvasLayoutBackgroundImage, .cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cbImgCanvas, .cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cbImgPict, .cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground > img {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1, 1);
}
 .cb_template .cbCanvasLayout .cbCanvasLayoutTop + .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPict {
    max-height: 100%;
}
 .position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
   margin-top: 51%;
   z-index: 999;
}
  .cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto {
    left: 20%;
    bottom: 10px;
    z-index: 3;
    text-align: center;
}
  
.cb_template .col-sm-12 {
    padding-right: 1px;
    padding-left: 1px;
}
  
.cbProfile.cb_template.cb_template_default {
    padding-bottom: 20px;
}
  
button#printBtn:after {
    content: "\f02f";
    font-family: "FontAwesome";   
    padding-left: 5px;
}

div#cbfv_59, div#cbfv_41, div#cbfv_58, div#cbfv_50, div#cbfv_57, div#cbfv_56, div#cbfv_63 {
    margin-top: -3% !important;
    padding: 5px 0px;
}

label#cblabcbfv_59:before, label#cblabcbfv_41:before, label#cblabcbfv_58:before, label#cblabcbfv_50:before, label#cblabcbfv_57:before, label#cblabcbfv_56:before, label#cblabcbfv_63:before {
    position: inherit;    
    left: -0.625rem;
    content: "\1F449";
}
  
.col-sm-6.pr-sm-2.cbPosLeft {  
    padding: 35px 25px 35px 25px !important;   
    text-align: center;
}

#cb_tabid_29 {    
    padding: 40px 30px;   
}
  
.tem {
    padding: 25px 10px !important;
}

label {
    text-align: center;    
    font-weight: bold;   
}
  
  ul.nav.menu.pb-5.mod-list {
    display: none;
}
  ul#menu_connexion {
    display: flex;
    font-size: large;
    flex-direction: column;
    align-items: center;
    margin-top: 4%;
}
ul.cbTabsNav.nav.nav-tabs.mb-3 {
    display: flex;
    font-size: large;
    flex-direction: column;
    align-items: center;
}

a.cbTabNavLink.nav-link {
    text-align: center;
}

.login-greeting.cb_template.cb_template_default.cb_template p {
    text-align: center;
}

.login-greeting.cb_template.cb_template_default {
    text-align: center;
}

.cbTabPane.tab-pane.col-sm-12.vos-informations, .cbTabPane.tab-pane.logo-entreprise-dirigeant {
    border-left: 10px solid #41b29c;
    padding: 25px 2px;
    position: relative;
    box-shadow: 8px 8px 5px #6666;
    background: white;    
}
  
.cbTabPane.tab-pane.tem.presentation {
    border: none;
    box-shadow: none;
    background: #EDEDED;
}
  
  .col-sm-12.cbColumn3 {
  display: flex;
  justify-content: center;
}
  
/*div#cbfv_61 {
  position: relative;
  top: 60%;
  left: -44.5%;
}

#cbfv_61 > img {
  width: 65%;
}

#cbfv_29 > img {
  width: 65%;
}

/*div#cbfv_29 {
  position: relative;
  top: -39%;
  left: 29%;
}

#cbfv_29 > img {
  width: 65%;
}

select#avatar__choice {
    margin-left: 45%;
    margin-top: -27%;
}

select#cb_image_profil__choice {
    margin-left: -29%;  
}*/
  
.cb_template .form-auto .form-control {
    display: inline-block;
    width: 100%;
}

p {    
    text-align: left;
 }

p.nomination {
   text-align: center;
 }

p.adresse {
   text-align: center;
 }

p.num_tel {
   text-align: center;
 }
}

@media screen and (min-width: 576px) and (max-width: 679px) {
.cb_template .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  flex-direction: column;
}
 

}

@media screen and (min-width: 680px) and (max-width: 767px) {
.cb_template .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  flex-direction: column;
}

}

@media screen and (min-width: 320px) and (max-width: 575px) {
	.position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
  margin-top: 40%;
  z-index: 980;
}

/*div#cbfv_29 {
    position: relative;
    top: -6%;
    left: -44%;
}

div#cbfv_61 {
    position: relative;
    top: 67%;
    left: 29.5%;
}

select#cb_image_profil__choice {
    margin-left: -29%;  
    margin-top: 15%;
}


#cbfv_61 > img {
  width: 65%;
}

#cbfv_29 > img {
  width: 65%;
}*/
  /*
div#cbtf_20 {
    width: 75%;
    right: -10%;
    position: relative;    
}
  
img.cbImgPict.cbFullPict.img-thumbnail {
    position: relative;
    left: 50%;
    top: 100%;
 }

img.cbImgPict.cbFullPict.rounded.cbImgAvatar {
    position: relative;
    top: 100%;
    right: 50%;
    margin-top: 25%;
 }
 */
input#modlgn-remember {
    margin: -4px 0 0 4px;
 }
  
.col-sm-6.cbPosLeft {
    text-align: center;
}
}

@media screen and (max-width: 499.99px) {
.cb_template .cbImgCanvas {
    height: 150px;
    width: 150%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-19%, -5%) scale(1, .55);    
    background-position-y: 100%;
    background-position-x: 60%;
 }
    .cb_template .cbCanvasLayout .cbCanvasLayoutTop {
    min-height: 5.95em;
 }
   .cb_template .bg-light {
    background-color: transparent !important;
 }  
.position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
    margin-top: 55%;    
 }
}

@media screen and (min-width: 500px) and (max-width: 767.99px) {
.cb_template .cbImgCanvas {
    height: 10rem;
    width: 100%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(1.4, 0.7);
 }
    .cbThumbCanvas {
    background-position: 50% 50% !important;
 }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
.cb_template .col-sm-3 {
    flex: 0 0 25%;
    max-width: 100%;
}

.cb_template .col-sm-6 {
    flex: 0 0 50%;
    max-width: 100%;
}
/*
.cb_template .row {
    display: flex;
    flex-wrap: wrap;    
    flex-direction: column;
    align-items: center;
}
*/
  ul.nav.menu.pb-5.mod-list {
    display: none;
}
  ul#menu_connexion {
    display: flex;
    font-size: large;
    flex-direction: column;
    align-items: center;
    margin-top: 4%;
}
  .col-sm-12.cbColumn3 {
  display: flex;
  justify-content: center;
}
  
  .position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
  margin-top: 20%;
  z-index: 980;
}

.col-xs-12.col-sm-3.footer {
    flex: 0 0 20%!important;
}

.row.footer_1_a_3 {
    display: flex;
    flex-direction: column!important;
    font-size: large;
}
 /* 
img.cbImgPict.cbFullPict.img-thumbnail {
    position: relative;
    left: 110%;
    top: 100%;
}   
*/  
.mb-3.border-bottom.cb-page-header.cbProfileTitle {
  left: 24%;
  position: relative;
  top: -178%;
} 
/*HEADER*/
.row.align-items-center.h-100 {
    flex-direction: column;
}
.col-sm-6 {
    min-width: 90%;
}
.img_picto_facebook_header {
    width: 35% !important;    
}  
.cb_template .cbCanvasLayout .cbCanvasLayoutTop {
    min-height: 180px;
}
.cb_template .p-2 {
    padding: 0.75rem !important;   
    display: flex;
    justify-content: center;
}
.cb_template .cbCanvasLayout .cbCanvasLayoutBottom.row > div:first-child {
    max-height: 0px;
 }
.position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
    margin-top: 35%;    
 }

}
@media screen and (min-width: 680px) and (max-width: 750px){
	#cbtf_20{
		position:relative;
		left:45%;
	}
}
@media screen and (min-width: 750px) and (max-width: 767px){
	#cbtf_20{
		position:relative;
		left:50%;
	}
}
@media screen and (min-width: 574.99px) and (max-width: 575.99px) {
.img_picto_facebook_header {
    width: 10% !important;
 }
}
/*
@media screen and (min-width: 576.01px) and (max-width: 674.99px) {
.col-xs-12.col-sm-3.footer {
    max-width: 35%; 
 }
}
*/
@media screen and (max-width: 767px) {
  
#cbfv_50 > span:nth-child(2) > span:nth-child(1) > span:nth-child(1), #cbfv_59 > span:nth-child(2) > span:nth-child(1) > span:nth-child(1), #cbfv_41 > span:nth-child(2) > span:nth-child(1) > span:nth-child(1), #cbfv_42 > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) {
  margin-left: initial;
  /*transform: translate(359px,-33px);*/
}

#cbfv_51__current > span:nth-child(2) > span:nth-child(1) > span:nth-child(1),
#cbfv_51 > span:nth-child(2) > span:nth-child(1) > span:nth-child(1),
#cbfv_51__verify > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) {
  margin-left: initial;
  /*transform: translate(359px,-71px);*/
}
#cbtf_20{
	margin-right:20%;
	position:relative;
	top:31px;
}
}




@media screen and (min-width: 768px) {
/*  
img.cbImgPict.cbFullPict.img-thumbnail {
    position: relative;
    left: 105%;
    top: 100%;
 } 
}
*/
@media screen and (min-width: 768px) and (max-width: 991.98px) {
.cb_template .cbCanvasLayout .cbCanvasLayoutTop {
    min-height: 222px;
 }
}

@media screen and (min-width: 767.99px) and (max-width: 1024px) {
.position-relative.bg-light.row.no-gutters.align-items-lg-end {
    min-height: 237px;
 }  
}

/* Média request pour les textes dans banderole, pour la taille*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*HEADER*/
    .position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
    margin-top: 20%;
    z-index: 999;
}  
.position-relative.bg-light.row.no-gutters.align-items-lg-end {
    min-height: 237px;
}  
  .button_header.button1 {
    margin-top: 15px;
  }
  body .jf_mm_trigger.jf_mm_rtl {
    left: auto;
    right: 4%;
    top: 14%;
}
  .cbUserListFieldLine {
    padding-right: 0%;    
    text-align: initial;
}
  /*img.cbImgPict.cbThumbPict.img-thumbnail {
    display: none;
}*/

/*module connexion*/
.userdata {
    width: 100%;
    text-align: -moz-center;
  text-align: -webkit-center;
}
.input-prepend {
    width: 100%;
    text-align: center;
}
  
  
.cbProfile.cb_template.cb_template_default, .cbEditProfile.cbEditProfileTabbed.cb_template.cb_template_default, #system-message-container {
    padding: 1.5% 3%;
}

/*se souvenir de moi + mdp oublier*/

#form-login-remember {
    display: flex;
}

.souvenir_mdp {
    display: flex;
    justify-content: space-around;
}

.controls {
    padding-left: 0px;
}

#login-form .input-small {
    width: 100%;
}

.form-inline label {
	justify-content: start;
}

/*position globale de la div */
.global_con {
    width: 80%;
}
  .label_user {
    display: flex;    
}
  
/*Photo et logo sur page Profil*/
 .cb_template .cbCanvasLayoutBackgroundImage, .cb_template .cbImgCanvas {
  height: 200px;
  width: 100%;
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
 .cb_template .cbCanvasLayout .cbCanvasLayoutTop + .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPict {
    max-height: 100%;
}
   .cbUserListSearchButtons.cbUserListsSearchTrigger {
  margin-top: 4%;
  margin-left: -38.5%;
} 
  
  .cbLostPassForm.cb_template.cb_template_default {
  padding: 0 3%;
}

.cb_template .offset-sm-3 {
  margin-left: initial;
}

  ul.nav.menu.pb-5.mod-list {
    display: none;
}
     .col-sm-12.cbColumn3 {
    display: flex;
    justify-content: center;
}
  
  
.position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
  margin-top: 0%;
  z-index: 900;
}

/*#cbfv_61 {
  position: relative;
  top: 73%;
  left: 106%;
}

select#cb_image_profil__choice {
    margin-left: -106%;
    margin-top: -7%;
}*/

.cb_template .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-sm-6.pr-sm-2.cbPosLeft {
    padding: 35px 25px 35px 25px !important;
    text-align: center;
}
div#cbfr_59, div#cbfr_41, div#cbfr_58, div#cbfr_50, div#cbfr_56, div#cbfr_57, div#cbfr_42, div#cbfr_51__current, div#cbfr_51, div#cbfr_51__verify, div#cbfr_56, div#cbfr_57, div#cbfr_63 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;    
}

.cb_template .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

div#cbfv_59, div#cbfv_41, div#cbfv_58, div#cbfv_56, div#cbfv_57 {
   margin-top: 0%;
}
  
.cbImgCanvas.cbThumbCanvas {
  transform: scale(1.2, 0.6);
  height: 340px;
  width: 100%;
}
  
.cbThumbCanvas {
  background-size: contain !important;
  background-position: 50% 50% !important;
}

#cb_tabid_29 {
  padding: 40px 25px;   
 }
  
div#cbtf_20 {
 margin-bottom: 2.5rem;
 /*width:300px;*/
 }
}

/* media resquest grand ecran */
@media screen and (min-width: 1025px) {
  
input.button_header.button1 {   
  -webkit-margin-right: 6px;
  -moz-margin-right: 0px;
  -ms-margin-right: 0px;
  margin-right: 0px;
}
 
.cbProfile.cb_template.cb_template_default,
.cbEditProfile.cbEditProfileTabbed.cb_template.cb_template_default,
#system-message-container {
  padding: 0.5% 2%;
} 
  
  .container.jmoddiv.jmodinside {
    margin-top: 2%;
}
		table.table.table-striped.table-bordered {
    margin-top: 2%;
}

	/*HEADER*/
	.col-xs-12.col-sm-6.button_head {
		align-self: center;
	}

	/*.button_header.button2 {
		margin-top: 0px !important;
		margin-left: 10px;
	} */

/*	.button_header.button1 {
		margin-top: 0px;
	}*/
  
  .nav > li > a:hover {
  transform: scale(1.0);
}
  h3.m-0.p-0.mb-2.cb-page-header-title {
    text-align: initial;
}

	/* Menu autre page */
	.col.header_3 {
    display: block;
    } 
    .nav.nav-pills {
      
    text-transform: uppercase;
    padding: 10px;
    padding-bottom:80px;
    justify-content: space-evenly;
    font-weight: bold;
    color: var(--noir);
      
	}
.cbUserListResultCount {
    text-align: left;
}
	.nav-link {
    color: var(--noir);
	}

	#bouton {
	margin-bottom: none;
	}
   
  div#cbfr_55 {
  display: flex;
  flex-wrap: wrap;
}  
  
  div#cbfr_61 {
  display: flex;
  flex-wrap: wrap;
}
  
  div#cbfr_29 {
  display: flex;
  flex-wrap: wrap;
}
  
/*
  div#cbfr_59 {
  max-height: 45px;
}
*/
  
  div#cbtf_listsearch {
  padding-left: 45px;
}
  
  .offset-sm-3.col-sm-9 {
  margin: auto;
}
  
 .mb-3.border-bottom.cb-page-header.cbUserListSearchTitle {
 margin-top: 5rem!important;
}
  
 .row-fluid [class*="span"] {   
  min-height: 15px;
}
  .cb_template .row {
  display: flex;
  flex-wrap: wrap;   
}
  
  ul#menu_connexion {
    display: flex;
    font-size: large;    
    flex-direction: column-reverse;
    align-items: center;
  }
  
  .row.no-gutters.cbCanvasLayoutContent {
    display: flex;
    flex-wrap: wrap;  
    align-items: center;
} 
  
 .cb_template .cbCanvasLayoutBackgroundImage, .cb_template .cbImgCanvas {
  height: 457px;  
  width: 67%;
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;  
  margin: auto;
  border-radius: 20px;
  transform: scale(1.5, 0.75);
}
.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cbCanvasLayoutBackgroundImage, .cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cbImgCanvas, .cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cbImgPict, .cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground > img {
    height: 23.5vw;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: scale(1.02, 1.02);
    background-size: contain;
}
  
.form-group.row.no-gutters.sectiontableentry1.cbft_image.cb_form_line.cbtwolinesfield {
  background-color: initial !important;
}
  
  .position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
    margin-top: 14%;
    z-index: 999;    
}
  
  .cbLostPassForm.cb_template.cb_template_default {
  padding: 0 3%;
}

.cb_template .offset-sm-3 {
  margin-left: initial;
}

  .btn_print {
  display: flex;
  justify-content: end;
  margin-top: 2%;
}
  .col-sm-12.cbColumn3 {
  display: flex;
  margin-left: 1.3%;
}
  
/*  #cbfv_61 {
  position: relative;
  left: 105%;
  top: 83%;
}*/

/*.m-0.p-0.mb-2.cb-page-header-title {
  position: relative;
  left: 35%;
}*/
 div#cbtf_20 {
  margin-bottom: 3rem;
}  
div#cb_tabid_19 {
    margin-left: clamp(15%, 30%, 45%);
 }
}

@media screen and (min-width: 1025px) and (max-width: 1200.99px) {
.position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
  margin-top: 8%;
 }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
.cb_template .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
 }
}

@media screen and (min-width: 1025px) and (max-width: 1299.99px) {
.cbImgCanvas.cbThumbCanvas {
 height: 340px;
 width: 90%;
 }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
.col-sm-12.cbColumn3 {
  display: flex;
  margin-left: 1.3%;
 }
 /*select#cb_image_profil__choice {
  margin-left: -105%;
  margin-top: -8%;
}*/
}

@media screen and (min-width: 1201px) and (max-width: 1400.99px) {
.position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
  margin-top: 10%;
 }
}

@media screen and (min-width: 1280px) {
/*select#cb_image_profil__choice {
    margin-left: -105%;
    margin-top: -8%;
 }*/
}
@media screen and (min-width: 1301px) {
/*h2.titre_trait_2 {    
    margin-bottom: 7% !important;
}*/
.form-control {   
    width: 55% !important;
}
  
div#cbfr_55 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
  .col-sm-12.cbColumn3 {
  display: flex;
  margin-left: 1%;
}
  #cbfv_61 {
  left: 0%;
}
 /* #cbfv_61 > img {
  position: relative;
}*/
  
/*select#cb_image_profil__choice {
    margin-left: 0%;
    margin-top: -8%;
}*/

label.col-form-label.col-sm-3.pr-sm-2 {
    min-width: 15rem;
 }
}

@media screen and (min-width: 1300px) and (max-width: 1600.99px) {
.cbImgCanvas.cbThumbCanvas {
  height: 340px;
  width: 90%;
 }
}

@media screen and (min-width: 1401px) and (max-width: 1600.99px) {
.position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
margin-top: 12%;
 }
}

@media screen and (min-width: 1600px) {
button.btn.btn-secondary.btn-block.cbUserListListAllButton {
    margin-top: 55px;
}
}

@media screen and (min-width: 1601px) {
.cbImgCanvas.cbThumbCanvas {
height: 340px;
width: 90%;
 }
.position-relative.row.no-gutters.align-items-end.bg-white.border-top.cbPosCanvasBottom.cbCanvasLayoutBottom {
margin-top: 14%;
  }
}